<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.rasmusen.org/rasmapedia/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Erasmuse</id>
	<title>Rasmapedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.rasmusen.org/rasmapedia/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Erasmuse"/>
	<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Special:Contributions/Erasmuse"/>
	<updated>2026-04-11T11:29:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5733</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5733"/>
		<updated>2022-06-30T15:45:27Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Organization and Filing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Travis Dawry @tdawry&lt;br /&gt;
In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it. &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--***********************************************--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Antiporn Software==&lt;br /&gt;
Qustodio is what we've used. &lt;br /&gt;
&lt;br /&gt;
==Antivirus Software==&lt;br /&gt;
I am trying out the free version of Bitdefender on the HP. Norton has a cheap first year and then a very high second year.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
*Are computer scientists taught the basic principles? &lt;br /&gt;
** Transparency (being able to guess commands)&lt;br /&gt;
**Recoverability (being able to reverse mistaken commands)  &lt;br /&gt;
**Don’t Repeat Yourself – DRY. Don’t Repeat Yourself is the principle that any code in your program should only be written once, and never duplicated.&lt;br /&gt;
**Separation of Concerns. Separation of Concerns is when you separate your program into modules that each deal with one particular focus, or concern.&lt;br /&gt;
**Don’t Make Me Think. This principle was originally intended for web design, being the title of a book by Steve Krug. **Keep it Simple. Lastly, the classic KISS principle (keep it simple stupid) is no less relevant in coding than it is anywhere else.&lt;br /&gt;
**Make frequently used commands easy to do. &lt;br /&gt;
**Give most commonly desired outcomes as defaults; do not require options to be specified.&lt;br /&gt;
&lt;br /&gt;
===Transparency===&lt;br /&gt;
*When people say an app is easy to use, they often mean it is easy  for *them* to  use. For example, maybe to send a message, you just press CTRL-ZA. The problem is, it's very hard to use unless you know the secret commands like that, and there's no manual, and HELP is useless.&lt;br /&gt;
&lt;br /&gt;
==[[Discord]]==&lt;br /&gt;
See the [[Discord]] page.&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
*[https://www.techradar.com/best/best-email-clients Tech Radar 2021 Picks for Email]&lt;br /&gt;
&lt;br /&gt;
===Text Messages via Email===&lt;br /&gt;
 *If the phone number is 123-456-7890, the email address would be 1234567890@vtext.com  for Twigby&lt;br /&gt;
&lt;br /&gt;
===Email Tracking===&lt;br /&gt;
CloudHQ is good.&lt;br /&gt;
&lt;br /&gt;
===Gmail===&lt;br /&gt;
*[https://www.komando.com/tech-tips/inbox-full-heres-how-to-find-attachments-eating-up-all-your-storage/704299/ Searching for emails that are big or with attachments and emptying the trash can. ]  In the email search, type :  has:attachment larger:10MB To see how much storage is used, go to https://one.google.com/storage&lt;br /&gt;
&lt;br /&gt;
* To create emails lists, open up the separate app GOOGLE CONTACTS. Then Choose CREATE LABEL. Create it. Then go to IMPORT.  Check the box of the label you want to add emails too. Then choose CREATE MULTIPLE CONTACTS.  Then cut and paste a list of email addresses into the window that opens up. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Google==&lt;br /&gt;
Google added an obnoxious &amp;quot;Related Searches&amp;quot; feature at the bottom of every search, which cuts out 1/4 of your searches on the page and gives you useless suggestions for different things to search for that are never relevant. To get your  search screen real estate back, you can go to google.com, then to Settings at the bottom of the page, find Search Customization, I think it is, and then turn off the evil feature. https://discussions.apple.com/thread/252374688&lt;br /&gt;
&lt;br /&gt;
==Hard Disk Space Analyzers==&lt;br /&gt;
[https://lifehacker.com/the-best-disk-space-analyzer-for-windows-5915921 Wiztree] is amazingly fast and good. It is free.&lt;br /&gt;
&lt;br /&gt;
==Software for Writing==&lt;br /&gt;
*[https://mathpix.com/ MathPix] will turn pdf's into Latex and is very good.&lt;br /&gt;
&lt;br /&gt;
==Music software==&lt;br /&gt;
[https://musescore.org/en Musescore] is good freeware.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Writing Apps==&lt;br /&gt;
===Tex===&lt;br /&gt;
https://www.mathcha.io/editor&lt;br /&gt;
&lt;br /&gt;
===OCR, processing image into Text===&lt;br /&gt;
*[http://www.paperfile.net/download2.html FreeOCR] is quite acceptable.  It loses paragraphing, but turns multi-page pdf into plain text.  TechRadar has a [https://www.techradar.com/best/best-ocr-software good review] of OCR software, paid and then free at the end. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Acrobat===&lt;br /&gt;
*[https://www.thepcinsider.com/best-free-pdf-readers-viewers-windows/#:~:text=5%20Best%20Free%20PDF%20Readers%20and%20Viewers%20for,4%20Sumatra%20PDF.%20...%205%20STDU%20Viewer.%20 5 Best Free PDF Readers and Viewers for Windows 10 in 2019]7th March 2019 by Manish Sahay is a good review.  Adobe itself is an unpleasant company that writes bad software and has moved its pdf-writing software on line, probably to better rip off customers and harvest their information. Their reader is purposely limited and unsatisfactory and they write poor software anyway.  I've tried Foxit and been disappointed for some reason, and  PDF-XChange Editor was bad enough for some reason I forget that I decided it wasn't minimally satisfactory. Sumatra is very clean, but requires CTRL-mouse if you want  to select text. So i have settled on  STDU Viewer, at http://www.stdutility.com/stduviewer.html.&lt;br /&gt;
&lt;br /&gt;
*NitroReader and MS Edge are treacherous when dealing with pdf forms, doing weird stuff to the contents.  &lt;br /&gt;
 &lt;br /&gt;
*[https://opensource.com/alternatives/adobe-acrobat &amp;quot;Open source alternatives to Adobe Acrobat for PDFs,&amp;quot; ]&lt;br /&gt;
04 Feb 2020 Jason Baker (Red Hat) Feed Seth Kenlon (Red Hat)&lt;br /&gt;
&lt;br /&gt;
*[https://www.libreoffice.org/ Libreoffice]  seems to be good. It does a great job of printing *.docx files to *.pdf. It was easy to install and it's freeware, opensource. &lt;br /&gt;
&lt;br /&gt;
*[https://pdfencrypt.net/#:~:text=PDFEncrypt%20is%20a%20free%2C%20open,free%2C%20without%20purchasing%20expensive%20software.&amp;amp;text=PDFEncrypt%20is%20a%20free%2C%20open%2Dsource%20utility%20to%20encrypt%20PDF,encrypted%2C%20its%20contents%20become%20unreadable. PDFEncrypt], a simple little opensource app to put a password on a pdf file. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Operating Systems==&lt;br /&gt;
===Linux===&lt;br /&gt;
*[https://www.ricksdailytips.com/replace-windows-with-linux/ Rickdailytips] on installing Linux.]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Organization and Filing==&lt;br /&gt;
I like Wikimedia.  Aaron Laws writes: I use git for that. https://sourceforge.net/u/dartme  https://sourceforge.net/p/dartme/gitrepo/ . I don't know what that means, though.&lt;br /&gt;
&lt;br /&gt;
==[[Python]]==&lt;br /&gt;
[[Python]] has its own page. &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Scheduling Meetings==&lt;br /&gt;
*I briefly found [https://www.when2meet.com/?13900361-e2A92 When2meet.com]   good.  It is, utterly simple and effective, but as of January 2022 it requires all users to download obnoxious software, so it is bad. Doodle is too hard to use too. For meetings of 4 to 6 people, simply emailing them all with a list of meeting times is best. All the software available seems to be Overfeatured. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Meeting Video Apps like Zoom==&lt;br /&gt;
*[https://www.softwarepundit.com/video-conferencing/zoom-competitors-alternatives Software pundit] has  a good survey of 5 of them. Google Meet is easy to use and has an hour-long limit on the free plan. For a whiteboard, it uses something like Google Docs. Google Docs is a good alternative to the Zoom whiteboard too.&lt;br /&gt;
&lt;br /&gt;
== QR Codes==&lt;br /&gt;
To make your own QR code with your  name, phone number, email, website etc. taht will go right into Cellphone contacts, go to the free site: https://www.qr-code-generator.com/guides/how-to-create-a-qr-code/&lt;br /&gt;
This site makes it very easy.  Another site is https://www.qrcode-monkey.com/#sms . &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Social Media Apps==&lt;br /&gt;
===Buffer===&lt;br /&gt;
*Buffer is very good for posting to Twitter and, to a lesser extend, Facebook. It does other, picture, social media apps too. &lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Buffer Stories Creator is not useful for me. It is for use with Instagram, etc. I guess it puts text into image format. &lt;br /&gt;
&lt;br /&gt;
===Facebook===&lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Facebook &amp;quot;stories&amp;quot; can be edited on a phone, in theory, but I couldn't find correct instructions fro doing it on a computer. I don't think Buffer will work posting to a &amp;quot;story&amp;quot;, but I didn't try hard. &lt;br /&gt;
&lt;br /&gt;
===Twitter===&lt;br /&gt;
*[https://www.allmytweets.net/ Finding all of someone's Twitter tweets or followers]&lt;br /&gt;
&lt;br /&gt;
*http://fllwrs.com/ for tracing who has started and  stopped following you. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Squarespace (website design)==&lt;br /&gt;
This is what MFSA uses. &lt;br /&gt;
&lt;br /&gt;
==Statistics Apps==&lt;br /&gt;
===Which Stats App Should You Learn?===&lt;br /&gt;
I have learned a little R and don't like its style. It is free and opensource and can do lots of things, whcih is good, and statisticians use it most ofa nything. Economists use STATA most, which is better for regressions and more user-friendly for everything. It isn't open-source, but it has lots of user-programmed routines, so it isn't going to get competed out of busienss. What I would like to move to  for everything is Python. It is free but isn't used  as much for regression and deosn't have as fancy commands, but it is more pleasant to use than R. That is  one advantage,  but its biggest one is that Python is an all-purpose language like Fortran or Pascal or C++.  You do simulations with it, or webscraping, or symbolic algebra  (like Mathematica), of matrix operations (like Matlab), it is easy to install, and I can teach my 7th graders how to have fun with it, even the ones who can't convert Celsius to Fahrenheit.&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
*  Google Photos will crop video on the Iphone, but not on the laptop or Android, it seems. &lt;br /&gt;
&lt;br /&gt;
*[https://moviemaker.minitool.com/moviemaker/windows-10-video-editor.html Windows 10 free video editors] web article. &lt;br /&gt;
&lt;br /&gt;
===Converting from one video format to another===&lt;br /&gt;
*[https://www.videoconverterfactory.com/ HD Video Converter Factory], which only allow you 5 minute videos in the free version. But if it's conversion from phone video, that may be OK. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
*[https://www.minitool.com/news/how-to-activate-windows-10-cmd.html best]  and  [https://www.iseepassword.com/blog/activate-windows-10-without-a-product-key/ another article  with keys] on activating Windows. &lt;br /&gt;
&lt;br /&gt;
*The Downloads file is at c:/erasmuse-l/Downloads&lt;br /&gt;
&lt;br /&gt;
*To refer to a file with spaces in its name in the command line, use double quotes, e.g. &amp;quot;My file is this.pdf&amp;quot;, not My file is this.pdf.&lt;br /&gt;
&lt;br /&gt;
*Large files need deleting via the command line, not in the usual file directory app. Type cmd into the upper right corner to get the black terminal box. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Worse Is Better==&lt;br /&gt;
I wish Android, Facebook,  and Windows would realize that most of us like their product as it is, and any  new feature is (a) almost surely undesirable, and (b) too distracting to be worth learning about evne if it had some slight positive value.&lt;br /&gt;
See &amp;quot;Worse is better&amp;quot;  in  Wikipedia. &lt;br /&gt;
 &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Sex&amp;diff=5732</id>
		<title>Sex</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Sex&amp;diff=5732"/>
		<updated>2022-06-28T23:21:03Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: Created page with &amp;quot;*[https://www.firstthings.com/article/2022/06/what-sex-really-is &amp;quot;What Sex Really Is,&amp;quot;] First Things (2022) {{Quotation| Part of my desire for you includes a desire for you to...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[https://www.firstthings.com/article/2022/06/what-sex-really-is &amp;quot;What Sex Really Is,&amp;quot;] First Things (2022)&lt;br /&gt;
{{Quotation| Part of my desire for you includes a desire for you to want me. My desire for you also entails wanting you to delight in my desire for you, and for your experience of my desire to increase your desire for me.&lt;br /&gt;
&lt;br /&gt;
If reciprocity is both a good and a morally necessary component of sex, then the importance of consent is rooted in something specific and positive about the nature of sex. But notably, the standard of reciprocity is higher than the standard of mere consent.}}&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5731</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5731"/>
		<updated>2022-06-28T23:19:38Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is reached by  http://rasmusen.org/rasmapedia. Top pages: '''[[Music]]''' and '''[[Quotations]]''' and '''[[Words]] ''' and [[Jokes]] and [[Anecdotes]]  and '''[[Books To Read]]''' and '''[[Articles to read]]''' and '''[[iu:main]]''' and [[Notes to Transfer Elsewhere]] and [[Memorable Articles]] and [[Videos]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Commands: &amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 20 align=left&amp;gt;&amp;lt;/html&amp;gt;  &lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
==[[Computers]] and  [[Images]] and [[Movies]] and  [[Candidates for Best Dozen Articles I've Read in 2022]]  ''and  the''  [[MIT Free Speech]] page. ==&lt;br /&gt;
&lt;br /&gt;
==Covid==&lt;br /&gt;
*[[Notes on Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Asymptomatic Spread]] and [[Attacks on covid dissenters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Blunders]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Civil Rights and Rule by Decree]] and [[covid]]  and  [[Covid Gear and Precautions]] and [[Covid Origins]] and [[Covid Party Line Flip Flops]] a&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Death rate]] and [[Covid Defective Thinking]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Epidemiology]] and [[Epidemiologists]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ivermectin]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Law]]   and [[Long Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Masks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid op-eds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pandemic Policy]] and [[Polls]] and  [[Pulse Oximeters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Statistics]] &lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Testing]] and [[Covid: treatments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vaccination]] and [[Ventilation]] and [[Vitamin D]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Economics==&lt;br /&gt;
*[[Notes on Economics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Articles to Read]] &lt;br /&gt;
----&lt;br /&gt;
*[[Business]]&lt;br /&gt;
----&lt;br /&gt;
*[[Coase Theorem Examples]] and [[The Common Carrier Theory of Facebook]]  and [[Contracts]] and [[Convertible Indexed Consols]]&lt;br /&gt;
----&lt;br /&gt;
*[[Data]] and [[Diseconomies of Scale]]&lt;br /&gt;
----&lt;br /&gt;
*[[The economics profession]]  and [[Economistical Arrogance]] and [[Economists--Current]] and  [[Entrepreneurs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Finance]] and [[Free Trade]] &lt;br /&gt;
----&lt;br /&gt;
*[[Game Theory]] and [[Getting a PhD in Economics]]   and [[Government Debt]] and  [[Government Failure]] and [[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[History of Economic Thought]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ Research]] and  [[Inflation]] and [[Insurance]] and  [[The Internet and Its Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Management]] and [[Mathematics]] and  and [[Mechanism Design]] and [[Minimum Wage]] (Card-Krueger New Jersey study)&lt;br /&gt;
----&lt;br /&gt;
*[[Paper Notes]] and [[Parler v. Amazon]] and  [[Paternalism]] and [[Personal investing]]  and [[Poverty]] and [[The economics profession]] and  [[The Prosperity of Ching China]]&lt;br /&gt;
----&lt;br /&gt;
*[[Recycling]] and [[Refereeing]] and [[Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Schumpeter]] and [[Seminar Notes]] and [[Socialism]] and [[Social Regulation]] and [[Statistics]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Taxation in China 1650-1911]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vice]]&lt;br /&gt;
----&lt;br /&gt;
*[[The 2021 Texas Snowfall Electricity Crisis]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
*[[Notes on Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bloomington Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[Childrearing]] and [[Christian Colleges]] and [[College Majors]] and  [[Colleges]]&lt;br /&gt;
----&lt;br /&gt;
*[[DEI]] bureaucrats&lt;br /&gt;
----&lt;br /&gt;
*[[Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Failure]]&lt;br /&gt;
---- &lt;br /&gt;
*[[Good Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Indiana Free Speech Survey]] and [[IU Trustees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Private Schools]] and [[Proofs-- Bad Ones]] &lt;br /&gt;
----&lt;br /&gt;
*[[SAT Test]] and [[School Discipline]] and [[Sexual Abuse by Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Teaching]] and [[Test Prep]] and  [[Test Scores]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]] and [[Uni High]] and [[Unionized Schools]] and [[Universities]]  and [[University Reform]]&lt;br /&gt;
&lt;br /&gt;
==Law==&lt;br /&gt;
*[[Notes on Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Amy Chua]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
----&lt;br /&gt;
*[[Clothing]] and [[The Common Carrier Theory of Facebook]] and [[Con Law]] and [[Contracts]] and [[Copyright]] and [[Crime]]&lt;br /&gt;
----&lt;br /&gt;
*[[Defamation]] and [[Department of Justice]] and [[Disbarring]] evil lawyers&lt;br /&gt;
----&lt;br /&gt;
*[[Embargo]] Contracts for News&lt;br /&gt;
----&lt;br /&gt;
*[[False Accusations]] and the [[FBI]] and [[FOIA]] and   [[Free Speech Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Hunter Biden's Admission to Yale Law School]] and  [[Hyperlink in Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Impeachment]] and [[The Indiana Legal Trust]]  and [[Injustice]] and [[Injunctions--National]] and the [[IU Trustees]] and [[Intellectual property]] and [[International Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Lawyers]]  and  [[Legalism]] in religion  and  [[Leviticus]] and  [[Litigation Finance]]&lt;br /&gt;
----&lt;br /&gt;
*[[Meriwether Case of Administration Persecution]] and [[Morality Laws]]&lt;br /&gt;
----&lt;br /&gt;
*[[Natural Law]] and [[Nondisclosure Clauses]]&lt;br /&gt;
----&lt;br /&gt;
*[[Opium War Arsenic Poisoning]] and [[Oral Argument]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pardons]]  and   and  [[Parler company]]  and [[Patents]] and [[Poison Pills]] and  [[Police Shootings]] and  [[Police Tactics]] and  and [[Precedent]] and [[Preliminary Injunctions]] and  [[Product Law: Fraud, Trademark, Copyright, Patent]] and [[Property Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ranking Law Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Settlements]] and  [[Settlement That Hurt the Public]]  and  [[Specific versus General Jurisdiction for Corporations]] and the [[Supreme Court]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tax Law]]   and  [[Title IX Law]]  and [[Torts]] and   [[Transition Rules in Administrative Law]] and [[Trent Colbert]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]]  and [[University Governance]]&lt;br /&gt;
----&lt;br /&gt;
*[[What Is the Law?]]&lt;br /&gt;
----&lt;br /&gt;
*Yale Law School's [[Amy Chua]] and [[Trent Colbert]]. &lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Living==&lt;br /&gt;
*[[Notes on Living]]&lt;br /&gt;
----&lt;br /&gt;
*[[Advice]] and  [[Air Travel]] and [[Architecture]] and  [[Art]] &lt;br /&gt;
----&lt;br /&gt;
*'''[[Badly Designed Products]]''' and  [[Beauty]] and  [[Best Things of 2020]] and [[Best Things of 2021]] and [[Candidates for Best Dozen Articles I've Read in 2021]]  and  [[Bloomington Employers]] and [[Best Dozen Articles of 2022]]&lt;br /&gt;
----&lt;br /&gt;
*[[Card games]] and [[Social Class|Class]] and [[Computers]] and  [[Conversation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Death]] and [[Design]] and [[Dry Ice]] and [[Drinks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]] and [[Fishing]] and [[Food]]    and [[Friends]]&lt;br /&gt;
----&lt;br /&gt;
*[[Games]]  and  [[Gardening]]  and  [[Guns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Happiness]]  and  [[Hardware]]  and  [[Holidays]]  and  [[Hunting]]&lt;br /&gt;
----&lt;br /&gt;
*[[Inventions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Job Interviews]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Marriage]]  and  [[Movies]]    and  [[Musical Instruments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Obesity]]  and  [[Obituaries]] and [[An Old Man's Stories]] and [[Organization]]&lt;br /&gt;
----&lt;br /&gt;
*[[Parenting]]  and [[Parties]] and [[Places]] and  [[Places to Go]]   and  [[Presents]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Rugs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Search engines]]  and  [[Shopping]]  and  [[Sickness]]  and  [[Smoking]] and and [[Social Class]]  and  [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tools]]  and  [[TV]]&lt;br /&gt;
----&lt;br /&gt;
*[[Units of Measurement]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Politics==&lt;br /&gt;
*[[Notes on Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Biden Administration]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[The CIA]] and [[The Common Carrier Theory of Facebook]]  and  [[Communists]] and [[Conservatives]] and  [[Corruption]] and  [[Countries]] and [[Covid-19]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Deep State]] and [[Dictators]] and [[Diplomats]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Elections]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Filibusters]]  and [[Fraud in Government Programs]] and [[Free Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Government Design]] (constitutions, civil service, etc.) &lt;br /&gt;
----&lt;br /&gt;
*[[Hate hoaxes]] and [[History and Political Tactics for Our Time]]&lt;br /&gt;
----&lt;br /&gt;
*[[Identity Politics/Tribalism]] and [[Immigration]] and [[Impeachment]] and [[The Imperial Presidency]] and [[Indiana Politics]] and [[Inequality]] and [[Israel]]&lt;br /&gt;
----&lt;br /&gt;
*The January 6 incident:  [[2020 Capitol Crowd]] and  [[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Kamala Harris As   Prostitute]]&lt;br /&gt;
----&lt;br /&gt;
*[[Liberals]] and [[Letter to People Who Might Vote for Biden]]  and [[Liberals and Beauty]] and [[Luxury Beliefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Media]] and [[Military Spending]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Nation]] and [[Nixon]] and [[Nuclear power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Political philosophy]]   and  [[Political Prisoners in the US]] and [[Politicians]] and [[Politics generally]] and  [[Politics]]  and [[Polls]] and [[Pontius Pilate As Politician]]&lt;br /&gt;
*[[Practical Tips on Woke Mobbing]]&lt;br /&gt;
*[[The Press as an arm of the Democratic Party]]  &lt;br /&gt;
*[[Public Intellectuals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Race]] and   [[Redistricting]] and  [[Richard II, Rebellion, and Right]] and  [[Riker Book]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Social Policy]] and the [[Southern Poverty Law Center (SPLC)]] and  [[Subversion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tactics  to Fight Cancelling]] and [[&amp;quot;This Land Is My Land&amp;quot;]]&lt;br /&gt;
----&lt;br /&gt;
*[[U.K. Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vote Fraud]] and [[Voting]]&lt;br /&gt;
----&lt;br /&gt;
*[[War]] and [[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Religion==&lt;br /&gt;
*[[Notes on Religion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Anti-Semitism]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Bible]] and  [[Bible Translations]]  and [[Useful Bible Verses]] and   [[Bloomington Churches]] and [[Books]]&lt;br /&gt;
----&lt;br /&gt;
*[[Christian Business]] and [[Christian Colleges]] and [[Christmas]] and   [[Church Buildings]]   and  [[Church Discpline]]&lt;br /&gt;
----&lt;br /&gt;
*[[Deificatio]] and [[Dissolution of the Monasteries]] and [[Donations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ecclesiology]]    and  [[Ethics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Faith versus Works]] and  [[Forgiveness versus Justice]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Good Churches in Various Towns across America]] and  [[The Good Shepherd]]&lt;br /&gt;
----&lt;br /&gt;
*[[Head Coverings]] and [[Holidays]]  and  [[Hymns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Immortality]] and [[Inerrancy]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Law As an Expression of God's Character]] and   [[Legalism]]  and  [[Leviticus]]&lt;br /&gt;
----&lt;br /&gt;
*[[Making your own Christmas cards folding 8x11 paper]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Name of God]] and  [[The National Anthem as Idolatry]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pastors]]  and  [[Peter's Denial]]   and [[Polls: Religion]] and  [[Political Economy in the Bible]] and  [[Pontius Pilate As Politician]]  and  [[Prayer]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Religion in America]] and [[The Rites Controversy in China]]  and  [[Roman Catholicism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Theology]] and  [[The twelve days of Christmas]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
*[[Bankruptcy--Casey and Macey on Hertz and Absolute Priority]]&lt;br /&gt;
*[[Bankruptcy--Skeel on Christian Bankruptcy]]&lt;br /&gt;
*[[Equity-- Why Not Have Enough?]] and  [[Euclid]] and [[Evaluation in Organizations]]&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
*[[Heteroskedasticity]] and [[Hundred Flowers Bloom Model]] &lt;br /&gt;
*[[The Indiana Litigation Trust]] (formerly named [[The Indiana Legal Trust]])&lt;br /&gt;
*[[Nondisclosure Clauses]]&lt;br /&gt;
*[[An Old Man's Stories]] and [[Ostracism in Japan]] and [[Outliers]]&lt;br /&gt;
*[[Regulation Book]]&lt;br /&gt;
*[[Riker Book]]&lt;br /&gt;
*[[Shrinkage]]&lt;br /&gt;
*[[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]&lt;br /&gt;
*[[1933 Germany]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Science==&lt;br /&gt;
*[[Animals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cicadas]]  and  [[Covid-19]]&lt;br /&gt;
----&lt;br /&gt;
*[[The FDA]]&lt;br /&gt;
----&lt;br /&gt;
*[[Geology]]  and  [[Global Warming]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ]]&lt;br /&gt;
----&lt;br /&gt;
*[[Math]] and  [[Medicine]] and [[Mushrooms]]&lt;br /&gt;
----&lt;br /&gt;
*[[Nuclear Power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Plants]]  and  [[Pollution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Short Circuits]]&lt;br /&gt;
----&lt;br /&gt;
*[[Trees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Zeno's Paradox of Achilles and the Tortoise]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Thinking==&lt;br /&gt;
*[[Notes on Thinking]]&lt;br /&gt;
----&lt;br /&gt;
*[[ Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bayes's Rule]] and [[Bias]] and [[Bias in Research]]  and  [[Boasting]]   and  [[Books for My Children To Read]]  and  [[Books I Find Myself Reading Over and Over]]&lt;br /&gt;
----&lt;br /&gt;
*[[Comments]] on the Internet, and [[C. P. Snow, Good Judgement and Winston Churchill]]&lt;br /&gt;
----&lt;br /&gt;
*[[Definitions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ethics]]  and  [[The Exception That Proves the Rule]]  and  [[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Feeling versus Thinking]]  and  [[Francis Bacon's Four Idols]]     and  [[Freedom of Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Innovation]]  and [[Intelligence]]&lt;br /&gt;
----&lt;br /&gt;
*[[Man and Woman]]  and  [[Models and Heuristics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Persuasion]] and [[Psychology]]&lt;br /&gt;
----&lt;br /&gt;
*[[Randomness]] and [[Reading]] and [[Remembering to Think]]&lt;br /&gt;
----&lt;br /&gt;
*[[Self-Esteem]] and [[Selfishness]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Three Kinds of  Concluding: Logic, Intuition, Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Writing==&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]. See also  [[Coding]] and [[Tables of Numbers]] and [[Figures and Diagrams]] and [[Social media]]  and [https://www.rasmusen.org/blog1/c-p-snow-good-judgement-and-winston-churchill/  C. P. Snow, Good Judgement and Winston Churchill ] and [https://www.rasmusen.org/blog1/indefinite-pronouns/   Indefinite Pronouns ]  and [https://www.rasmusen.org/blog1/writing-right-right-away/  Writing Right Right Now.  ]  and [https://www.rasmusen.org/blog1/style-manual/   Writing Style.  ]  and [https://www.rasmusen.org/blog1/rewriting-abstracts/  Rewriting Abstracts ]  and [https://www.rasmusen.org/blog1/diagrams/   Diagrams.  ]  and [[Careful Writing Requires Work]].&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Ambiguity]] and  [[Anonymity]] and [[Articles on Writing]] and  [[Audience]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Language]] and  [[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]  and  [[Big Picture Overview Writing]]  and  [[Big Words]]  and  [[Book reviews: Curiosity, by F.H. Buckley]]&lt;br /&gt;
----&lt;br /&gt;
*[[Candidates for Best Dozen Articles I've Read in 2021]] and [[Citation]] and getting [[Comments]] and  [[Conferences]] and  [[Cover Pages]]&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Examples of Seminar Handouts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Fallacies]]  and  [[Fiction Links]]  and  [[Footnotes]]&lt;br /&gt;
----&lt;br /&gt;
*[[Handouts]]  and [[Handwriting]] and  [[How to Run Online Talks]] and  [[Hyperlinks and the List of Authorities in Legal Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[&amp;quot;Impact&amp;quot; As a Verb]]&lt;br /&gt;
----&lt;br /&gt;
*[[Journals]] and [[Journalism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Listening]] &lt;br /&gt;
----&lt;br /&gt;
*[[Math Writing]] and  [[Mockery and Name-Calling]]&lt;br /&gt;
----&lt;br /&gt;
*[[Names]] and [[Novels I Like]]&lt;br /&gt;
----&lt;br /&gt;
*[[Orthography]]&lt;br /&gt;
----&lt;br /&gt;
*[[PhD students]] and [[Phrases]] and  [[Poems]]  and  [[Procrastination]] and [[The Publishing Business]]   and  [[Punctuation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Quotation style]] &lt;br /&gt;
----&lt;br /&gt;
*[[Reading]] as an activity and [[Books to Read]] and [[Rejection]] and [[Rhetorical Phrases]]&lt;br /&gt;
----&lt;br /&gt;
*[[Songs]] and [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Talking]]   and  [[Teaching Writing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Using foreign names of people and countries]] &lt;br /&gt;
----&lt;br /&gt;
*[[Wikipedia]]  and  [[Writing]]   and  [[Writing Style in the Internet Age]]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
----&lt;br /&gt;
*[[Deaths, Mysterious]] and [[Despised Ethnic Groups]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]]&lt;br /&gt;
----&lt;br /&gt;
*[[History]] and [[Homosexuality]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]] and [[Korean Dialects]]&lt;br /&gt;
----&lt;br /&gt;
*[[Machiavelli,  W.E.B. Du Bois, and Their Friends]] and [[Maps]]&lt;br /&gt;
----&lt;br /&gt;
*[[Places]] and [[Profit Opportunities]]&lt;br /&gt;
&lt;br /&gt;
*[[Sex]]&lt;br /&gt;
&lt;br /&gt;
*[[To Do]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Administrative and Wikimedia Help==&lt;br /&gt;
*[[Twitter Tweets]]&lt;br /&gt;
*[[Using MediaWiki for organizing your personal website]]  and &lt;br /&gt;
*[[Rasmapedia administration]]   &lt;br /&gt;
*[[Notes on various things]]&lt;br /&gt;
*[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]&lt;br /&gt;
*[https://en.wikipedia.org/w/index.php?title=User:Editeur24/sandbox&amp;amp;redirect=no My Wikipedia useful command page].&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
* for bullet points&lt;br /&gt;
# with nothing after it, for a blank line&lt;br /&gt;
*(1) is how I like to do numbered lists. It is better than using #&lt;br /&gt;
&amp;lt;nowiki&amp;gt;no [[wiki]] ''markup''&amp;lt;/nowiki&amp;gt;  escaping the language&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;This is a gray blockquote&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 &amp;lt;!-- This is a comment --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 [[MediaWiki:Common.css]]&lt;br /&gt;
&lt;br /&gt;
 I have not figured out how to include templates. The documentation is bad on how to include them in a wiki. &lt;br /&gt;
&lt;br /&gt;
===Templates===&lt;br /&gt;
*[[template:Quotation]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5730</id>
		<title>Quotations</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5730"/>
		<updated>2022-06-21T19:37:57Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Chesterton, G. K. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Introduction==&lt;br /&gt;
*[https://en.wikiquote.org/wiki/Main_Page Wikiquotes]&lt;br /&gt;
&lt;br /&gt;
*[https://jezebel.com/on-the-origin-of-certain-quotable-african-proverbs-1766664089 &amp;quot;On the Origin of Certain Quotable 'African Proverbs' &amp;quot;],  Jia Tolentino ( /23/16).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Anonymous==&lt;br /&gt;
*Twitter: &amp;quot;It is Monday, my dudes. Whatsoever the Lord hath given you to accomplish today, crush it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The child who is not embraced by the village will burn it down to feel its warmth&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Twitter: &amp;quot;i had no idea learning programming was such an emotional experience. like half of the process is managing rapidly alternating between feeling like im the lord almighty here to graciously gift my genius to mankind, and wanting to pour my coffee into my keyboard and die.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Traditions exist so we don’t have to talk about what’s right, we just do it.&amp;quot; Twitter (2022). &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What you permit, you promote.&amp;quot; https://quintsblog.wordpress.com/2007/01/30/what-you-permit-you-promote/&lt;br /&gt;
&lt;br /&gt;
*'''&amp;quot;Victory has a hundred fathers, but defeat is an orphan&amp;quot;''' is a slightly improved version of John F. Kennedy's &amp;quot;Victory has a hundred fathers and defeat is an orphan,&amp;quot;as quoted in ''A Thousand Days : John F. Kennedy in the White House'' (1965, 2002 edition), by Arthur Schlesinger, p. 262; also in ''The Quote Verifier'' (2006) by Ralph Keyes, p. 234 http://books.google.com/books?id=McO2Co4Ih98C&amp;amp;pg=PA234).&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The exact wording used by Kennedy (a hundred, not a thousand) had appeared in the 1951 film The Desert Fox: The Story of Rommel, as reported in Safire's ''New Political Dictionary'' (1993) by William Safire, pp 841–842). The earliest known occurrence is Galeazzo Ciano, ''Diary 1937-1943'', entry for 9 September 1942 (&amp;quot;La victoria trova cento padri, e nessuno vuole riconoscere l'insuccesso.&amp;quot;) (&amp;quot;Victory finds a hundred fathers, but nobody wants to recognize defeat&amp;quot;),   but the earliest known occurrence on such a theme is in Tacitus's : ''Agricola'' Book 1 at paragraph 27 http://www.sacred-texts.com/cla/tac/ag01020.htm: “Iniquissima haec bellorum condicio est: prospera omnes sibi vindicant, adversa uni imputantur.” (It is the singularly unfair peculiarity of war that the credit of success is claimed by all, while a disaster is attributed to one alone.)&lt;br /&gt;
https://quotepark.com/pl/cytaty/1377945-john-f-kennedy-victory-has-a-hundred-fathers-and-defeat-is-an-orp/}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Why own a sailboat?  It's easier to turn  your shower's  cold water on  and stand there tearing up $20 bills as fast as you can.&amp;quot; and “Owning a  yacht is like owning a stack of 10 Van Goghs and  holding them over your head as you tread water, trying to keep them dry.” https://www.ft.com/content/5263810a-c4d3-4380-a38e-3a78df99a788&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Quantity has a quality all of its own. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;All of mathematics is taught like someone explaining the rules of a board game that you're not playing yet.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It’s obvious to me why people like him avoid humor. You can pretend to be serious. You can’t pretend to be witty.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*[https://www.answers.com/Q/Who_said_showing_up_is_half_the_battle &amp;quot;Just showing up is 90% of success,&amp;quot; or &amp;quot;Just being there is half the battle,&amp;quot;] perhaps modified from Woody Allen. &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Be friendly to everyone. But have a plan to kill them.’ — attributed to an unidentified Secret Service agent.&lt;br /&gt;
&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Verba_volant,_scripta_manent Wikipedia says:] &amp;quot;Verba volant, scripta manent is a Latin proverb. Literally translated, it means &amp;quot;spoken words fly away, written words remain&amp;quot;.This proverb originates from a speech of senator Caius Titus to the Roman Senate;&amp;quot;  &amp;quot;Verba volant, scripta manent.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Disappointent, or His_appointment&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| There is a certain type of social insecurity, shyness, modesty that actually conceals exaggerated egocentrism: people secretly believe the world revolves around them, everyone is paying attention to them and their actions, constantly judging and criticizing the smallest details.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| &amp;quot;Moi parle pas mais moi comprends tout&amp;quot; (https://twitter.com/Fixpir/status/1447133952448344066)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The first gulp of the glass of science makes you atheist, but at the bottom is always God. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|A bear knows seven songs, and they are all about honey. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Economics is the study of how to get the most out of life. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Das Leben ist kein Ponyhof.  ​(Life is not a pony farm.)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Men want women, but don’t need them. Women need men, but don’t want them.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The proverb appeared in Chaucer’s Troilus and Criseyde, written in 1385. Later, George Herbert modified it this way: “Whose house is of glass, must not throw stones at another.” And in 1736, Benjamin Franklin wrote, “Don’t throw stones at your neighbors, if your own windows are glass.”  https://www.almanac.com/fact/where-did-the-saying-people-who-live}}&lt;br /&gt;
{{Quotation| &amp;quot; `What is the sonne wers, of kinde righte,&amp;lt;br&amp;gt;&lt;br /&gt;
               Though that a man, for feblesse of his yen,&amp;lt;br&amp;gt;&lt;br /&gt;
               May nought endure on it to see for brighte?&amp;lt;br&amp;gt;&lt;br /&gt;
               Or love the wers, though wrecches on it cryen?  865&amp;lt;br&amp;gt;&lt;br /&gt;
               No wele is worth, that may no sorwe dryen.&amp;lt;br&amp;gt;&lt;br /&gt;
               '''And for-thy, who that hath an heed of verre,&amp;lt;br&amp;gt;&lt;br /&gt;
               Fro cast of stones war him in the werre!'''&amp;lt;br&amp;gt;&lt;br /&gt;
 https://www.gutenberg.org/files/257/257-h/257-h.htm}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
I remember my days in DC. I don’t think the women had any plan.&lt;br /&gt;
&lt;br /&gt;
It’s like when they work in an office: no real strategy for getting promoted, taking charge. They wait thinking some gent will just say “it’s your turn!” and anything they want—marriage, promotion, whatever—just happens.&lt;br /&gt;
&lt;br /&gt;
Women will always and forever rely on men.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| &amp;quot;The tactic is by now obvious:&lt;br /&gt;
&lt;br /&gt;
1. Make topic taboo.&lt;br /&gt;
&lt;br /&gt;
2. Normal people shy away from it.&lt;br /&gt;
&lt;br /&gt;
3. Topic mostly discussed by weirdos and edgy people.&lt;br /&gt;
&lt;br /&gt;
4. Point out how suspicious it is that everybody who talks about topic is a weirdo or edgy.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
@KirkegaardEmil}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Adams, Scott==&lt;br /&gt;
[https://twitter.com/ScottAdamsSays/status/1392453838540480517 Twitter May 12, 2021:]&lt;br /&gt;
&amp;quot;Some of the worst advice ever given:&lt;br /&gt;
&lt;br /&gt;
1. Be yourself (total loser philosophy)&lt;br /&gt;
&lt;br /&gt;
2. Follow the science (as if you could)&lt;br /&gt;
&lt;br /&gt;
3. Pursue your passion (no one pays you for having fun)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Alcorn, John==&lt;br /&gt;
“That’s my background and my question. I will now retreat to the background, and learn.” Very nicely phrased and useful.&lt;br /&gt;
&lt;br /&gt;
==Andreessen, Mark==&lt;br /&gt;
&amp;quot;The most serious problem facing any organization is the one that cannot be discussed.&amp;quot; Twitter, 2022.&lt;br /&gt;
&lt;br /&gt;
==Arreeda, Philip==&lt;br /&gt;
From [http://www.gwlr.org/wp-content/uploads/2012/07/79-6-Breyer.pdf &amp;quot;The Uneasy Case for Copyright: A Look Back Across Four Decades,&amp;quot;]  Stephen G. Breyer: &lt;br /&gt;
“Do not tell the class you are talking economics. Anyone who does not understand economics and applies it in antitrust is not properly teaching the course. But anyone who lets the class know that they’re talking economics is not a law school professor.”&lt;br /&gt;
&lt;br /&gt;
==Aristotle==&lt;br /&gt;
*&amp;quot;Some people will not accept the statements of a speaker unless he gives a mathematical proof; others will not unless he makes use of illustrations; others expect to have a poet adduced as witness. Again, some require exactness in everything, while others are annoyed by it, either because they cannot follow the reasoning or because of its pettiness; for there is something about exactness which seems to some people to be mean, no less in an argument than in a business transaction.&amp;quot; [https://www.perseus.tufts.edu/hopper/text?doc=Aristot.%20Met.%202.995a ''Metaphysics'' 995a]&lt;br /&gt;
&lt;br /&gt;
==ARROW, Kenneth==&lt;br /&gt;
From [https://conversableeconomist.blogspot.com/2013/11/is-altruism-scarce-resource-that-needs.html a blog post quoting Sandel JPE 2013], the original being Arrow 1972. “Gifts and Exchanges.” ''Philosophy  and Public  Affairs''  1(4):  343 – 62.&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “Like many economists,” Arrow (1972, pp. 354–55) writes, “I do not want to rely too heavily on substituting ethics for self-interest. I think it best on the whole that the requirement of ethical behavior be confined to those circumstances where the price system breaks down . . . We do not wish to use up recklessly the scarce resources of altruistic motivation.”}}&lt;br /&gt;
&lt;br /&gt;
==Asimov, Isaac==&lt;br /&gt;
“If my doctor told me I had only six minutes to live, I wouldn't brood. I'd type a little faster.” ― Isaac Asimov&lt;br /&gt;
&lt;br /&gt;
==Astral Codex 10==&lt;br /&gt;
{{Quotation|   &amp;quot;You listed some funny facts about this disorder, but this disorder is really serious and killed my grandmother&amp;quot;. I have a lot of trouble being serious, and this has served me well in getting people to read and enjoy things I write. But almost everything in medicine has killed at least one person's grandmother.  :&amp;lt;br&amp;gt;&lt;br /&gt;
---[https://astralcodexten.substack.com/p/webmd-and-the-tragedy-of-legible  WebMD, and the Tragedy of Legible Expertise&lt;br /&gt;
&amp;quot;What does running a medical database teach you about why everything sucks?&amp;quot;]}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|  The problem for artists is not that popular culture is so bad but that it is so good, at least some of the time. Art could no longer confer prestige by the rarity or excellence of the works themselves, so it had to confer it by the rarity of the powers of appreciation. --https://astralcodexten.substack.com/p/highlights-from-the-comments-on-modern}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Bayly, Joseph==&lt;br /&gt;
 {{Quotation|    &amp;quot;Criticism is the manure in which pastors grow best .&amp;quot;  http://baylyblog.com/blog/2004/06/criticism-manure-which-pastors-grow-best}}&lt;br /&gt;
&lt;br /&gt;
==Bayly, Timothy==&lt;br /&gt;
   {{Quotation| It’s often the case that particularities of our leadership can scandalize sheep who like to think of their pastors as perfect fathers, unlike their own. -- https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/   }}&lt;br /&gt;
&lt;br /&gt;
 {{Quotation| Commenters under these posts have noted the tendency of individual Christians to compare their own local pastors to national celebrities to the detriment of their trust of their local pastors. After all, the sins of their own pastors are obvious whereas the sins of their pastoral heroes are not. --https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The BBC==&lt;br /&gt;
&amp;quot;1930: the BBC's news announcer said, &amp;quot;there is no news&amp;quot; and piano music was played for the remainder of the 15 minute segment.&amp;quot; https://twitter.com/BBCArchive/status/1383693028213198850&lt;br /&gt;
&lt;br /&gt;
==Berlin, Isaiah==&lt;br /&gt;
&amp;quot;“eggs are broken, but the omelette is not in sight, there is only an infinite number of eggs, human lives, ready for the breaking.  And in the end the passionate idealists forget the omelette, and just go on breaking eggs.”&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Blackwell, David==&lt;br /&gt;
{{Quotation|Basically, I’m not interested in doing research and I never have been....I’m interested in understanding, which is quite a different thing. And often to understand something you have to work it out yourself because no one else has done it. (https://en.wikipedia.org/wiki/David_Blackwell#cite_note-NYT-Grime-2007-07-17-11)}}&lt;br /&gt;
&lt;br /&gt;
==Bowles, Michael==&lt;br /&gt;
 “Construction is a matter of backing yourself into a corner and then fighting your way out.”&lt;br /&gt;
&lt;br /&gt;
==Burke, Edmund==&lt;br /&gt;
* “When bad men combine, the good must associate; else they will fall, one by one, an unpitied sacrifice in a contemptible struggle.” Thoughts on the Cause of the Present Discontents” (1770).&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The only thing necessary for the triumph of evil is for good men to do nothing.&amp;quot; Misattributed. See [https://quoteinvestigator.com/2010/12/04/good-men-do/ Quote Investigator.]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==CANNON, William.== &lt;br /&gt;
1963   “Informal Sociology: A Casual Introduction to Sociological Thinking”  &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Not everything that can be counted counts, and not everything that counts can be counted.}}&lt;br /&gt;
&lt;br /&gt;
==Chesterton, G. K.==&lt;br /&gt;
*&amp;quot;Chesterton's Fence&amp;quot;,  1929 book, ''The Thing,''   “The Drift from Domesticity”:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“In the matter of reforming things, as distinct from deforming them, there is one plain and simple principle; a principle which will probably be called a paradox. There exists in such a case a certain institution or law; let us say, for the sake of simplicity, a fence or gate erected across a road. The more modern type of reformer goes gaily up to it and says, ‘I don’t see the use of this; let us clear it away.’ To which the more intelligent type of reformer will do well to answer: “If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.”&lt;br /&gt;
&lt;br /&gt;
:Chesterton is not alone in the observation. It is found throughout our literature and theatre. In Robert Bolt’s “A Man for All Seasons” Sir Thomas More uses a similar argument to famously challenge his reformist son-in-law. The poet Robert Frost comes to the same conclusion in “Mending Wall.” Scripture is replete with its warning, beginning in Proverbs 22:28, “Do not move an ancient boundary stone that your fathers have placed.” }}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;If you will not have rules, you will have rulers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;People generally quarrel because they cannot argue. And it is extraordinary to notice how few people in the modern world can argue. This is why there are so many quarrels, breaking out again and again, and never coming to any natural end.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
If our social conditions curtail manhood and womanhood, we must alter the social conditions. We must not go on quietly in a corner making men unmanly and women unwomanly, that they may fit into their filthy and slavish civilization.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
Religious liberty might be supposed to mean that everybody is free to discuss religion. In practice it means that hardly anybody is allowed to mention it.&lt;br /&gt;
--Autobiography}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
We are ruled by secret societies which have no names even among the initiate.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
My own political philosophy is very plain and humble; I can trust the uneducated, but not the badly educated.}}&lt;br /&gt;
&lt;br /&gt;
*[http://ignatiusinsight.com/features2007/print2007/gk_domestwwww_july07.html Chesterton's Emancipation of Domesticity&amp;quot;] essay on motherhood.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== CHU, HYON S.==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Here's how neo-Marxism works:&lt;br /&gt;
&lt;br /&gt;
1) pick a variable. For Marx it was labor. For Nietzsche, will to power. For Kendi, it's race. &lt;br /&gt;
&lt;br /&gt;
2) divide the population by this variable&lt;br /&gt;
&lt;br /&gt;
3) blame one side as oppressor, the other as oppressed&lt;br /&gt;
&lt;br /&gt;
4) feign oppression to wield the mob of the oppressed&lt;br /&gt;
--Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Churchill Winston==&lt;br /&gt;
‘Most of the world’s work is done by people who are not feeling very well.’&lt;br /&gt;
&lt;br /&gt;
==Cicero==&lt;br /&gt;
“Poor is the people that has no heroes, but poorer still is the people that, having heroes, fails to remember and honour them.”&lt;br /&gt;
&lt;br /&gt;
==Connolly, Gray==&lt;br /&gt;
Slightly altered from his Twitter rules: &lt;br /&gt;
{{Quotation| &lt;br /&gt;
.&lt;br /&gt;
1. Please be polite and do not fight. &amp;lt;br&amp;gt;&lt;br /&gt;
2. Do disagree, but do not swear, blaspheme, or abuse. &amp;lt;br&amp;gt;&lt;br /&gt;
3. I write as if my late parents are reading, so please be respectful. &amp;lt;br&amp;gt;&lt;br /&gt;
4. You always have control over how you conduct yourself. &amp;lt;br&amp;gt;&lt;br /&gt;
5. A more civil society starts with you.}}&lt;br /&gt;
&lt;br /&gt;
==Cox, Sir David R.==&lt;br /&gt;
From [https://www.annualreviews.org/doi/abs/10.1146/annurev-statistics-031219-041051 &amp;quot;Statistical Significance,&amp;quot; ] David R. Cox, ''Annual Review of Statistics and Its Application'', 7: 1-10 (2020):&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
To claim a result to be highly significant, or even just significant, sounds like enthusiastic&lt;br /&gt;
endorsement, whereas to describe a result as insignificant is surely dismissive. To help avoid such&lt;br /&gt;
misinterpretations, the qualified terms statistically significant or statistically insignificant should,&lt;br /&gt;
at the risk of some tedium, always be used.}}&lt;br /&gt;
&lt;br /&gt;
==Crawford, Jason==&lt;br /&gt;
{{Quotation|  Most people don't read → if you read books at all, you are more educated than most&lt;br /&gt;
&lt;br /&gt;
Even among those who read, most haven't read a book on X. If you read one book on X, you know more about it than the vast majority&lt;br /&gt;
&lt;br /&gt;
Read 2–3 books on one topic, and you're practically an expert. [--Twitter, 2021]}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Dawry, Travis== &lt;br /&gt;
@tdawry {{Quotation| In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it.}}&lt;br /&gt;
&lt;br /&gt;
==DECTER, Midge==&lt;br /&gt;
“You can’t wait for someone to send you good material. Your first job as an editor is to find writers. Your second job is to tell them what to write. You’d be surprised, the best writers often don’t know what needs to be written. A good editor does.”&lt;br /&gt;
&lt;br /&gt;
“If you feel like the content is going flat, pick a fight. That always brings life to a magazine of ideas.”  (from [https://www.firstthings.com/web-exclusives/2022/05/my-memories-of-midge-decter Reno article] in First THings, 2022)&lt;br /&gt;
&lt;br /&gt;
==Dennett, Daniel==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;“A scholar,” said Daniel Dennett in 1995, “is just a library’s way of making another library.”&amp;quot; (James Gleick, The Information)}}&lt;br /&gt;
&lt;br /&gt;
==Dick, Philip K.==&lt;br /&gt;
“Reality is that which, when you stop believing in it, doesn’t go away.”&lt;br /&gt;
&lt;br /&gt;
==DIPLOCK, Lord==&lt;br /&gt;
{{Quotation| After all, that is the beauty of the common law; it is a maze, not a motorway.}} ''Morris v. C.W.Martin,'' 1 QB 716 (Diplock, L. J. , 1966). A  [https://heinonline.org/HOL/LandingPage?handle=hein.journals/artniqul3&amp;amp;div=49&amp;amp;id=&amp;amp;page= bailment case. ] &lt;br /&gt;
&lt;br /&gt;
==Domingos, Pedro== &lt;br /&gt;
{{Quotation|An extremist is someone who thinks a moderate is an extremist of the opposite persuasion.&amp;lt;br&amp;gt;&lt;br /&gt;
--https://twitter.com/pmddomingos/status/1358242734482464768}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
It's easy to forget that every cognitive bias is the flip side of a heuristic that works.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The goal of cancel culture is to cancel culture.}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Resentment of billionaires is rooted in our Neolithic minds' inability to intuitively understand that one person's positive impact on the world may be many orders of magnitude greater than another's.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Dostoevsky==&lt;br /&gt;
&amp;quot;It takes more than just intelligence to act intelligently.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
==Eckel, Catherine==&lt;br /&gt;
&amp;quot;It's time to invent time-bankruptcy.  I owe so many people so many things, and everyone is mad at me.  I declare bankruptcy!  Let the courts sort it out.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==ENNIS, John==&lt;br /&gt;
&amp;quot;Tolerance in America is largely tied to capitalism. When people are working together to make money, they can put aside many differences. Socialism, on the other hand, leads to intolerance as different factions compete for state resources.&amp;quot;  [https://twitter.com/john_ennis_btc/status/1518986774776893442 Twitter] (2022)&lt;br /&gt;
&lt;br /&gt;
==Enzensbergert==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
So we belong to a class that neither controls nor owns what matters, the famous means of production, and it does not produce what also mat­ters, the famous surplus value (or perhaps produces it only indirectly and incidentally . . . ).}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Faulkner, William==&lt;br /&gt;
 “The past is never dead. It’s not even past.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Feynman, Richard== &lt;br /&gt;
&amp;quot;Science is the belief in the ignorance of experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FischerKing== &lt;br /&gt;
*&amp;quot;Most truth is grasped as a sort of sudden insight. Writing it down is always a problem b/c it only approximates the discovery. And then the written word becomes the plaything of lesser intellects, who tie themselves in knots trying to explicate it. And therein lies most academia.&amp;quot; (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;From an anthropological perspective, the Antifa phenomenon is quite useful. Can’t remember another time when Nietzsche’s concept of slave morality raging against the beautiful was more openly on display.&amp;quot;  (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
==Flanagan, Caitlin==&lt;br /&gt;
 {{Quotation| The school is now so flush that its campus is a sort of Saks Fifth Avenue of Quakerism. Forget having Meeting in the smelly old gym. Now there is a meetinghouse of sumptuous plainness, created out of materials so good and simple and repurposed and expensive that surely only virtue and mercy will follow its benefactors all the days of their lives. The building’s citation by the American Institute of Architects notes that the interior is lined with “oak from long-unused Maryland barns” and the exterior is “clad with black locust harvested from a single source in New Jersey.”...&lt;br /&gt;
&lt;br /&gt;
College admissions is one of the few situations in which rich people are forced to scramble for a scarce resource. What logic had led them to believe that it would help to antagonize the college counselors? Driven mad by the looming prospect of a Williams rejection, they had lost all reason...&lt;br /&gt;
&lt;br /&gt;
 These aren’t parents in the public-school system; they are consumers of a luxury product. If they are unhappy, they won’t just write anonymous letters. They’ll let the school know the old-fashioned way: by cutting down on their donations. Money is how rich people express their deepest feelings...&lt;br /&gt;
&lt;br /&gt;
Many schools for the richest American kids have gates and security guards; the message is ''you are precious to us.'' Many schools for the poorest kids have metal detectors and police officers; the message is ''you are a threat to us.''&lt;br /&gt;
--https://www.theatlantic.com/magazine/archive/2021/04/private-schools-are-indefensible/618078/, The Atlantic (2021). }}&lt;br /&gt;
&lt;br /&gt;
==Follows,  Tracey==&lt;br /&gt;
[https://twitter.com/traceyfutures/status/1348032747613392896 @traceyfutures]:&lt;br /&gt;
2021: {{Quotation| “In China you have a State-run media, in the US you have a media-run State” }}&lt;br /&gt;
&lt;br /&gt;
==Foster, Michael==&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1392467487049109504 Twitter, May 12, 2021:]&lt;br /&gt;
{{Quotation|If a positive comment about men triggers you, you’re seriously twisted.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1395015978027819010 Twitter, May 19, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
When women hold power in a church—whether officially or unofficially—two things tend to happen:&lt;br /&gt;
&lt;br /&gt;
1. They strive to include anyone agreeable, regardless of error;&lt;br /&gt;
&lt;br /&gt;
2. They strive to exclude anyone disagreeable, regardless of orthodoxy.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1457324061130956801  Twitter, November 7, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 This a great question: &amp;quot;Is it a general occurrence that if you ask your wife how her day was that she will go into every little possible detail about what she did, what she talked to other people about, and what happened but never actually tell you how her day was?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
My reply:&lt;br /&gt;
&lt;br /&gt;
 That's how a normal woman tells you how her day was. The description is the conclusion, which to a man seems like a joke w/o a punchline. She took you on her journey &amp;amp; in doing so she thinks you feel what she felt as she went thru it. Therefore, she thinks you'll just get it.}}&lt;br /&gt;
&lt;br /&gt;
==Franco, Francisco==&lt;br /&gt;
*From [https://theworthyhouse.com/2019/04/16/on-francisco-franco/ The Worthy House], without source, said to be from 1961: &lt;br /&gt;
{{Quotation|The great weakness of modern states lies in their lack of doctrinal content, in having renounced a firm concept of man, life, and history. The major error of liberalism is in its negation of any permanent category of truth—its absolute and radical relativism—an error that, in a different form, was apparent in those other European currents that made ‘action’ their only demand and the supreme norm of their conduct [i.e., Communism and National Socialism]. . . . When the juridicial order does not proceed from a system of principles, ideas, and values recognized as superior and prior to the state, it ends in an omnipotent juridicial voluntarism, whether its primary organ be the so-called majority, purely numerical and inorganically expressed, or the supreme organs of power.}}&lt;br /&gt;
&lt;br /&gt;
==Frizzell, David==&lt;br /&gt;
From the song, [https://www.lyrics.com/lyric/30878059/David+Frizzell/I'm+Gonna+Hire+a+Wino+to+Decorate+Our+Home &amp;quot;I'm gonna' hire a wino to decorate our home&amp;quot;]:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Quotation|&lt;br /&gt;
She said: &amp;quot;I'm gonna' hire a wino to decorate our home,&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;So you'll feel more at ease here, and you won't have to roam.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;We'll take out the dining room table, and put a bar along that wall.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;And a neon sign, to point the way, to our bathroom down the hall.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Fuentes, Carlos==&lt;br /&gt;
&amp;quot;There are years when nothing happens and years in which centuries happen.&amp;quot; This is wrongly attributed to Lenin. Marx had the idea,  and better. See [https://quoteinvestigator.com/2020/07/13/decades-weeks/#:~:text=Quote%20Investigator%3A%20Vladimir%20Lenin%20died%20in%201924%3B%20however%2C,appeared%20in%20the%20second%20epistle%20of%20St.%20Peter quote investigator]&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Gelman, Andrew==&lt;br /&gt;
*{{Quotation|  &amp;quot;Theoretical Statistics is the Theory of Applied Statistics&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Econ is econ and is special in its own way, but Sturgeon’s law applies universally. Most published statistics articles are completely irrelevant to the world, even to whatever application area they are nominally targeting. Bad statistics articles are irritating in a different way than bad econ articles, which in turn are a different sort of irritating than bad poli sci or sociology articles. It’s an interesting thought: we tend to compare different fields based on the different characteristics of their best work, but another dimension is to compare the different characteristics of crappy but well-respected work in each field.}} (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://statmodeling.stat.columbia.edu/2021/07/08/she-sent-a-letter-pointing-out-problems-with-a-published-article-the-reviewers-agreed-that-her-comments-were-valid-but-the-journal-didnt-publish-her-letter-because-the-policy-among-editors-is-no/  &amp;quot;She sent a letter pointing out problems with a published article, the reviewers agreed that her comments were valid, but the journal didn’t publish her letter because “the policy among editors is not to accept comments.” &amp;quot;], July 28, 2021, blogpost:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The journal in question is called The Economic Journal. To add insult to injury, the editor wrote the following when announcing they wouldn’t publish the letter:&lt;br /&gt;
&lt;br /&gt;
My [the editor’s] assessment is that this paper is a better fit for a field journal in education.&lt;br /&gt;
&lt;br /&gt;
OK, let me get this straight. The original paper, which was seriously flawed, was ok for Mister Big Shot Journal. But a letter pointing out those flaws . . . that’s just good enough for a Little Baby Field Journal.}}&lt;br /&gt;
&lt;br /&gt;
==Genghis Khan==&lt;br /&gt;
This is disputed. I take this from Wikiquote's article at https://en.wikiquote.org/wiki/Genghis_Khan:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
&lt;br /&gt;
[What, in all the world, could bring the greatest happiness?]&lt;br /&gt;
&amp;quot;The open steppe, a clear day, and a swift horse under you,&amp;quot; responded the officer after a little thought, &amp;quot;and a falcon on your wrist to start up hares.&amp;quot;&lt;br /&gt;
&amp;quot;Nay,&amp;quot; responded the Khan, &amp;quot;to crush your enemies, to see them fall at your feet — to take their horses and goods and hear the lamentation of their women. That is best.&amp;quot;&lt;br /&gt;
As quoted in Genghis Khan: The Emperor of All Men (1927) by Harold Lamb, Doubleday, p. 107.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gibbon, Edward==&lt;br /&gt;
*''Decline and Fall,'' Ch. 21, part 5: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
If the emperor had capriciously decreed the death of the most eminent and virtuous citizen of the republic, the cruel order would have been executed without hesitation, by the ministers of open violence or of specious injustice. The caution, the delay, the difficulty with which he proceeded in the condemnation and punishment of a popular bishop, discovered to the world that the privileges of the church had already revived a sense of order and freedom in the Roman government.}}&lt;br /&gt;
&lt;br /&gt;
*''Decline and Fall,''  [https://www.gutenberg.org/cache/epub/25717/pg25717-images.html#chap53.1 Ch. 53, part 1:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 They held in their lifeless hands the riches of their fathers, without inheriting the spirit which had created and improved that sacred patrimony: they read, they praised, they compiled, but their languid souls seemed alike incapable of thought and action. In the revolution of ten centuries, not a single discovery was made to exalt the dignity or promote the happiness of mankind. Not a single idea has been added to the speculative systems of antiquity, and a succession of patient disciples became in their turn the dogmatic teachers of the next servile generation. Not a single composition of history, philosophy, or literature, has been saved from oblivion by the intrinsic beauties of style or sentiment, of original fancy, or even of successful imitation. ...m, a panegyric or tale; they forgot even the rules of prosody; and with the melody of Homer yet sounding in their ears, they confound all measure of feet and syllables in the impotent strains which have received the name of political or city verses. The minds of the Greek were bound in the fetters of a base and imperious superstition which extends her dominion round the circle of profane science. Their understandings were bewildered in metaphysical controversy: in the belief of visions and miracles, they had lost all principles of moral evidence, and their taste was vitiated by the homilies of the monks, an absurd medley of declamation and Scripture. Even these contemptible studies were no longer dignified by the abuse of superior talents: the leaders of the Greek church were humbly content to admire and copy the oracles of antiquity, nor did the schools of pulpit produce any rivals of the fame of Athanasius and Chrysostom.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Glaeser, Edward==&lt;br /&gt;
An Ed Glaeser aphorism just now from his Markus seminar, improved a bit:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It's not Trust in Authorities: it’s the Trustworthiness of Authorities, that matters.  A good government nobody trusts is better than a bad government *everybody* trusts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Glantz, David (reported by)==&lt;br /&gt;
“Germans needed to reduce their casualties “if we do not intend to win ourselves to death.”&lt;br /&gt;
― David M. Glantz, When Titans Clashed: How the Red Army Stopped Hitler, p. 73.&lt;br /&gt;
&lt;br /&gt;
==Goethe==&lt;br /&gt;
Mephistopheles:  &lt;br /&gt;
{{Quotation|  Ich bin der Geist der stets verneint.}}&lt;br /&gt;
&amp;quot;I am the spirit that always denies, or negates.&amp;quot; Faust part I. &lt;br /&gt;
&lt;br /&gt;
==GOLDMAN, Samuel.==&lt;br /&gt;
@SWGoldman, January 8, 2021: {{Quotation| A lot of people who thought they were part of the con now discovering that they were the marks. Which is exactly how a con works.}}&lt;br /&gt;
&lt;br /&gt;
==Golub, Ben==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
An underappreciated reason to keep economic theory programs vigorous and strong is that a LOT of the best scholars in other fields started out wanting to do theory. Like, a lot of amazing people.   The prospect of doing theory is like a honeypot for a certain kind of curious, high-powered person, who can then be redirected more productively. (Twitter, 2021)}}&lt;br /&gt;
&lt;br /&gt;
==GORDON, Leslie McAdoo==&lt;br /&gt;
&amp;quot;He keeps digressing, and there are digressions from the digressions, which he digresses from to digress.&amp;quot; On [https://twitter.com/McAdooGordon/status/1502053406508302336 Twitter], about a boring prosecutor during a sentencing hearing.&lt;br /&gt;
&lt;br /&gt;
==Gracian, Balthasar==&lt;br /&gt;
*“It is better to sleep on things beforehand than lie awake about them afterward.”&lt;br /&gt;
 &lt;br /&gt;
*“Never contend with a man who has nothing to lose.”&lt;br /&gt;
&lt;br /&gt;
==Graham, Paul==&lt;br /&gt;
*&amp;quot;While helping 12 yo prepare for exams, I've also been teaching him what's real knowledge and what isn't. E.g. how distillation works is real knowledge. The fact that the thing that gets dissolved in a solution is called the solute isn't.&amp;quot; (Twitter, 2021) &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One advantage companies that are still run by their founders have over other companies is that founders have the confidence to be unconventional. Employees worry they'll get in trouble if they do things differently. Founders don't.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Nonprofits that can't show what effect they have are showing what effect they have.&amp;quot;  (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Taking classes in &amp;quot;entrepreneurship&amp;quot; in college to learn how to innovate is like going to the Louvre and spending your time looking at the floor.&amp;quot; (as improved by me, Twitter, 2022)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Grant, Ulysses S.==&lt;br /&gt;
{{Quotation| As we approached the brow of the hill from which it was expected we could see Harris' camp, and possibly find his men ready formed to meet us, my heart kept getting higher and higher until it felt to me as though it was in my throat. I would have given anything then to have been back in Illinois, but I had not the moral courage to halt and consider what to do; I kept right on. When we reached a point from which the valley below was in full view I halted. The place where Harris had been encamped a few days before was still there and the marks of a recent encampment were plainly visible, but the troops were gone. My heart resumed its place. '''It occurred to me at once that Harris had been as much afraid of me as I had been of him. This was a view of the question I had never taken before; but it was one I never forgot afterwards.''' From that event to the close of the war, I never experienced trepidation upon confronting an enemy, though I always felt more or less anxiety. I never forgot that he had as much reason to fear my forces as I had his. The lesson was valuable.}} U.S. Grant, autobiography,  on the Battle of Belmont, https://www.gutenberg.org/files/4367/4367-h/4367-h.htm#ch20.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gude, Hans==&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Hans_Gude Hans Gude] (1825-1903):&lt;br /&gt;
:&amp;quot;You, my compatriots in Norway, have no grounds for complaining that we have forgotten the dear, familiar and specific character with which God has endowed our land and our nation. That is so firmly entrenched in our being that it finds expression, whether we like it or not. Do not, therefore, insult us further.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Haeckel, Ernst==&lt;br /&gt;
{{Quotation|  Ontogeny recapitulates phylogeny.}}&lt;br /&gt;
&lt;br /&gt;
==Hanson, Robin==&lt;br /&gt;
{{Quotation| Biggest trend in my world over the last 50yrs:&amp;lt;br&amp;gt;&lt;br /&gt;
50 yrs ago, intellectuals were top prestige; journalists, judges, activists, inventors, etc aspired to be that. &amp;lt;br&amp;gt;&lt;br /&gt;
Today, activists are top prestige; intellectuals, journalists, judges, inventors, etc aspire to be that.}} twitter, 2021.&lt;br /&gt;
&lt;br /&gt;
==Harpending, Henry==&lt;br /&gt;
[https://westhunt.wordpress.com/2021/04/26/henrys-buffalo/ &amp;quot;Henry’s Buffalo,&amp;quot;] ''West Hunter'' blog:&lt;br /&gt;
{{Quotation| We were up late around the fire as all the participants took turns telling the story of the day.  Of course everyone told the same story, since there was only one, but somehow we were all attentive to each new version.}}&lt;br /&gt;
&lt;br /&gt;
==Harrington,  John.==&lt;br /&gt;
''Epigrams'', Book iv,  [https://quod.lib.umich.edu/e/eebo/A02647.0001.001/1:7.5?rgn=div2;view=fulltext| Epistle 5]. &amp;lt;br&amp;gt;&lt;br /&gt;
 {{Quotation|  Treason  doth never prosper: what's the reason?&amp;lt;br&amp;gt;Why, if it prosper, none dare call it treason.}}&lt;br /&gt;
Compare: &amp;quot;Prosperum ac felix scelus/ Virtus vocatur&amp;quot; (&amp;quot;Successful and fortunate crime/ is called virtue&amp;quot;), [[Seneca]], ''Herc. Furens'', ii. 250.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Haywood, Charles==&lt;br /&gt;
From a 2018 [https://theworthyhouse.com/2018/03/30/book-review-change-church-pope-francis-future-catholicism-ross-douthat/ book review at Worthy House]:&lt;br /&gt;
 {{Quotation| Such men lack consistency, because they simply don’t have the intellectual horsepower to maintain it, while they quickly and without noticing contradict themselves if it’s needed to get shiny baubles such as the praise of those they realize to be their intellectual or social betters. }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Rob Henderson==&lt;br /&gt;
“Many have discovered an argument hack. They don’t need to argue that something is false. They just need to show that it’s associated with low status.”  https://quillette.com/2021/04/03/persuasion-and-the-prestige-paradox-are-high-status-people-more-likely-to-lie/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Hippocrates==&lt;br /&gt;
&amp;quot;There are ticks in woods now.&amp;quot; Why did God create ticks? Perhaps the tick will be justified some day like the flea, by a poem. Ars longa, vita brevis.  With a zero discount rate, a good poem justifies even the Black Death.  https://buff.ly/3dpjpHE&lt;br /&gt;
10:29 AM · Apr 18, 2021·Buffer&lt;br /&gt;
 &lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
Replying to &lt;br /&gt;
@erasmuse&lt;br /&gt;
I rightly used &amp;quot;Ars longa, vita brevis&amp;quot;,to digress,  but it has multiple meanings, like a Chinese poem. One is &amp;quot;Art lasts forever, but life is brief.&amp;quot;&lt;br /&gt;
Ars longa, vita brevis - Wikipedia&lt;br /&gt;
en.wikipedia.org&lt;br /&gt;
&lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
@erasmuse&lt;br /&gt;
The original, in Greek, is &amp;quot;There's a lot of technique, but only a short life to learn it in&amp;quot;, which I at 62 appreciate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== ==&lt;br /&gt;
==The Incredibles (movie)==&lt;br /&gt;
[https://lessonsfromthemouse.wordpress.com/2017/07/15/the-incredibles-if-everyone-is-special-no-one-is/#respond  &amp;quot;The Incredibles- If Everyone Is Special, No One Is,&amp;quot;] ''Lessons from the Mouse'' blog (2017).: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
On the car ride home, Dash says “Our powers make us special,” to which Helen (Mrs. Incredible) says, “Everyone is special, Dash”. Dash retorts back to her, “Which is another way of saying that no one is.” This is not just the opinion of a frustrated little boy, he is parroting the frustrations of his father who later on is arguing that a 4th grade graduation ceremony is silly (in his words, psychotic) because, “They keep celebrating new ways to celebrate mediocrity, but if someone is genuinely exceptional, they shut him down because they don’t want everyone else to feel back!” And lastly, this theme comes to a head when Syndrome is planning on giving everyone superpowers with his tech and claiming, “When everyone is super, no one will be.” ... Not everyone is special, understand, everyone is important, everyone is valid, and everyone is even significant, but not everyone is special. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==KASCHUTA, Alex== &lt;br /&gt;
[https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
The average Romanian knows the following about Americans:&lt;br /&gt;
&lt;br /&gt;
*    They are stupid and uncultured, though they somehow also have the best universities and lead the world in scientific research. &lt;br /&gt;
&lt;br /&gt;
* They are fat and lethargic, but their work ethic is second to none, and they never take vacations. &lt;br /&gt;
&lt;br /&gt;
* They have guns, though they shouldn't, though they probably should because criminality is very high. &lt;br /&gt;
&lt;br /&gt;
* The evils that befall them was caused by something terrible they did, either now or in the past, though it would have been great to have them “conquer” us just once.&lt;br /&gt;
&lt;br /&gt;
 *   It's hard to emigrate there, but it shouldn't be, because it's also highly desirable, being the &amp;quot;land of opportunity.&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
 [https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|The American paradox may have a simple solution: America is the only country to have generated so much excess it now exports its own self-loathing, in industrial quantities, 24/7. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| If you make someone &amp;quot;Homelessness Czar&amp;quot; their job is to preside over homelessness, not eliminate it.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Kennedy, John F.==&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;&lt;br /&gt;
“I never met a man like this,” Kennedy remarked to another reporter, Hugh Sidey of Time magazine. “[I] talked about how a nuclear exchange would kill 70 million people in 10 minutes, and he just looked at me as if to say, ‘So what?’” -- https://www.history.com/news/kennedy-krushchev-vienna-summit-meeting-1961&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KERR, Clark==&lt;br /&gt;
Clark Kerr  characterized his “multiversity” as “a series of individual faculty entrepreneurs held together by a common grievance over parking.” &lt;br /&gt;
&lt;br /&gt;
==KING, Martin Luther==&lt;br /&gt;
&amp;quot;It may be true that the law cannot make a man love me, but it can stop him from lynching me, and I think that's pretty important.&amp;quot; ''The Wall Street Journal'' (13 November 1962).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Krauss, Lawrence ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Instead of a theory of everything, string theory is a theory of anything, which means it's a theory of nothing.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==KRONECKER, Leopold ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
(1) “Die ganzen Zahlen hat der liebe Gott gemacht, alles andere ist Menschenwerk”&amp;lt;br&amp;gt;&lt;br /&gt;
(2) “God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
(3) “The Dear God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
in einem schriftlich nicht überlieferten Vortrag bei der Berliner Naturforscher-Versammlung 1886, zitiert bei H.[einrich] Weber: Leopold Kronecker, in: ''Jahresbericht der Deutschen Mathematiker-Vereinigung'' 2, 1893, S. 19 http://gdz.sub.uni-goettingen.de/dms/load/img/?PID=PPN37721857X_0002|LOG_0006&amp;amp;physid=PHYS_0025%20Seite%2019 drittletzter Absatz doi: 10.1007/BF01446613.  Also in : [http://gdz.sub.uni-goettingen.de/pdfcache/PPN235181684_0043/PPN235181684_0043___LOG_0007.pdf ''Mathematische Annalen,'' 1893, ] Band 43,    S. 15, 3. und 4. Zeile Zugeschrieben&lt;br /&gt;
&lt;br /&gt;
Quelle: https://beruhmte-zitate.de/zitate/138167-leopold-kronecker-die-ganzen-zahlen-hat-der-liebe-gott-gemacht-alle/&lt;br /&gt;
&lt;br /&gt;
Version (1) is the original. Version (3) is the more accurate translation. Version (2) sounds better than either (1) or (3). The &amp;quot;ganzen Zahlen&amp;quot; are the integers, not the natural numbers, [https://de.wikipedia.org/wiki/Ganze_Zahl#:~:text=Die%20ganzen%20Zahlen%20%28auch%20Ganzzahlen%2C%20lateinisch%20numeri%20integri%29,3%2C%20%E2%80%A6%20und%20enthalten%20damit%20alle%20nat%C3%BCrlichen%20Zahlen German Wikipedia says.] &amp;quot;der liebe Gott&amp;quot; is &amp;quot;the Dear God&amp;quot;. (Thanks to Christian Matthes for finding this for me via my Twitter request)&lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Laughlin, Robert==&lt;br /&gt;
&amp;quot;In science, you gain power by telling people what you know; in engineering, by preventing them from knowing it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Lenin, Vladimir==&lt;br /&gt;
[[&amp;quot;The Worse, the Better.&amp;quot;]]&lt;br /&gt;
He did not originate this quote. I have a separate page on it.&lt;br /&gt;
&lt;br /&gt;
==David Levy, famous comet-hunter==&lt;br /&gt;
“Inspiration before Outreach — because if you don’t INSPIRE your audience, outreach will go nowhere.”&lt;br /&gt;
&lt;br /&gt;
==LLoyd_Jones, Martyn==&lt;br /&gt;
{{Quotation| I spend half my time telling Christians to study doctrine, and the other half telling them doctrine is not enough.}}&lt;br /&gt;
&lt;br /&gt;
==Lewis, C.S.==&lt;br /&gt;
* The beauty of the female is the root of joy to the female as well as to the male, and it is no accident that the goddess of Love is older and stronger than the god. To desire the desiring of her own beauty is the vanity of Lilith, but to desire the enjoying of her own beauty is the obedience of Eve, and to both it is in the lover that the beloved tastes her own delightfulness. As obedience is the stairway of pleasure, so humility is the    [https://alt.books.cs-lewis.narkive.com/a2Czcqjy/source-of-beauty-of-the-female-quote Failure to find another source  is discussed here. ]&lt;br /&gt;
&lt;br /&gt;
*“Why you fool, it's the educated reader who CAN be gulled. All our difficulty comes with the others. When did you meet a workman who believes the papers? He takes it for granted that they're all propaganda and skips the leading articles. He buys his paper for the football results and the little paragraphs about girls falling out of windows and corpses found in Mayfair flats. He is our problem. We have to recondition him. But the educated public, the people who read the high-brow weeklies, don't need reconditioning. They're all right already. They'll believe anything.”&lt;br /&gt;
&lt;br /&gt;
*“I suppose there are two views about everything,” said Mark. &lt;br /&gt;
&amp;quot;Eh? Two views? There are a dozen views about everything until you know the answer. Then there’s never more than one.”&lt;br /&gt;
&lt;br /&gt;
*“Fellows of colleges do not always find money matters easy to understand: if they did, they would probably not have been the sort of men who become Fellows of colleges.”&lt;br /&gt;
&lt;br /&gt;
“his education had had the curious effect of making things that he read and wrote more real to him than things he saw. Statistics about agricultural laborers were the substance; any real ditcher, plowman or farmer's boy, was the shadow. Though he had never noticed it himself, he had a great reluctance, in his work, ever to use words as 'man' or 'woman.' He preferred to write about 'vocational groups,' 'elements,' 'classes' and 'populations:' for, in his own way, he believed as firmly as any mystic in the superior reality of the things that are not seen.”&lt;br /&gt;
― C.S. Lewis, That Hideous Strength&lt;br /&gt;
&lt;br /&gt;
“But what do you want me to do, Sir?” “My dear young friend, the golden rule is very simple. There are only two errors which would be fatal to one placed in the peculiar situation which certain parts of your previous conduct have unfortunately created for you. On the one hand, anything like a lack of initiative or enterprise would be disastrous. On the other, the slightest approach to unauthorized action—anything which suggested that you were assuming a liberty of decision which, in all the circumstances, is not really yours—might have consequences from which even I could not protect you. But as long as you keep quite clear of these two extremes, there is no reason (speaking unofficially) why you should not be perfectly safe.”&lt;br /&gt;
― C.S. Lewis, That Hideous Strength&lt;br /&gt;
&lt;br /&gt;
*“There dwell an accursed people, full of pride and lust. There when a young man takes a maiden in marriage, they do not lie together, but each lies with a cunningly fashioned image of the other, made to move and to be warm by devilish arts, for real flesh will not please them, they are so dainty in their dreams of lust. Their real children they fabricate by vile arts in a secret place.”&lt;br /&gt;
― C.S. Lewis, That Hideous Strength&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Your trouble has been what old poets called Daungier. We call it Pride. You are offended by the masculine itself: the loud, irruptive, possessive thing—the gold lion, the bearded bull—which breaks through hedges and scatters the little kingdom of your primness as the dwarfs scattered the carefully made bed. &lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Man has got to take charge of Man. That means, remember, that some men have got to take charge of the rest—which is another reason for cashing in on it as soon as one can.”&lt;br /&gt;
&lt;br /&gt;
==Long, Earl (Senator from Louisiana)==&lt;br /&gt;
*&amp;quot;Don't write anything you can phone. Don't phone anything you can talk. Don't talk anything you can whisper. Don't whisper anything you can smile. Don't smile anything you can nod. Don't nod anything you can wink.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Machiavelli, Nicholas==&lt;br /&gt;
 {{Quotation| “Prudent archers...set their aim much higher than the place intended, not to reach such a height with their arrow, but to be able with the aid of so high an aim achieve their plan.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
--Book IV of The Prince}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Macaulay, Thomas==&lt;br /&gt;
From [https://www.gutenberg.org/files/1468/1468-h/1468-h.htm#link2HCH0002 The History of England, Volume I], chapter 2: &lt;br /&gt;
{{Quotation|It is creditable to Charles's temper that, ill as he thought of his species, he never became a misanthrope. He saw little in men but what was hateful. Yet he did not hate them. Nay, he was so far humane that it was highly disagreeable to him to see their sufferings or to hear their complaints. This, however, is a sort of humanity which, though amiable and laudable in a private man whose power to help or hurt is bounded by a narrow circle, has in princes often been rather a vice than a virtue. More than one well disposed ruler has given up whole provinces to rapine and oppression, merely from a wish to see none but happy faces round his own board and in his own walks. No man is fit to govern great societies who hesitates about disobliging the few who have access to him, for the sake of the many whom he will never see. The facility of Charles was such as has perhaps never been found in any man of equal sense. He was a slave without being a dupe. Worthless men and women, to the very bottom of whose hearts he saw, and whom he knew to be destitute of affection for him and undeserving of his confidence, could easily wheedle him out of titles, places, domains, state secrets and pardons. He bestowed much; yet he neither enjoyed the pleasure nor acquired the fame of beneficence. He never gave spontaneously; but it was painful to him to refuse. The consequence was that his bounty generally went, not to those who deserved it best, nor even to those whom he liked best, but to the most shameless and importunate suitor who could obtain an audience.}}&lt;br /&gt;
&lt;br /&gt;
‘A government cannot be wrong in punishing fraud or force, but it is almost certain to be wrong if, abandoning its legitimate function, it tells private individuals that it knows their business better than they know it themselves.’   (unkonwn source)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Massie, Thomas==&lt;br /&gt;
*[https://twitter.com/RepThomasMassie/status/1460241573187395584 Twitter] (2021): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Who could have foreseen that the response to the very lackluster performance of the vaccines would be to force people to take them, to force the people who took them to take more of them, and for the CEO of the company profiting most from them to call their critics criminals?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==MELKONIAN, Raffi==&lt;br /&gt;
{{Quotation| The brief I was reading recited the *entire* procedural history of the matter before saying &amp;quot;Our Problem is X. We need you to do Y. Right away. Because otherwise, Z is going to happen to us, which will make us very sad.&amp;quot; (Twitter, https://twitter.com/RMFifthCircuit/status/1436042316125548548 (2021).}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Mencken==&lt;br /&gt;
*As democracy is perfected, the office of President represents, more and more closely, the inner soul of the people. On some great and glorious day, the plain folks of the land will reach their heart's desire at last and the White House will be adorned by a downright moron.&lt;br /&gt;
&lt;br /&gt;
*I know some who are constantly drunk on books as other men are drunk on whiskey.&lt;br /&gt;
&lt;br /&gt;
*Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats&lt;br /&gt;
&lt;br /&gt;
*An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it makes a better soup&lt;br /&gt;
&lt;br /&gt;
*A cynic is a man who, when he smells flowers, looks around for a coffin.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Mouton Rothchild==&lt;br /&gt;
From Wikipedia: &lt;br /&gt;
In 1973, Mouton was elevated to &amp;quot;first growth&amp;quot; status after decades of intense lobbying by its powerful and influential owner,[1] the only change in the original 1855 classification (excepting the 1856 addition of Château Cantemerle). This prompted a change of motto: previously, the motto of the wine was Premier ne puis, second ne daigne, Mouton suis. (&amp;quot;First, I cannot be. Second, I do not deign to be. Mouton I am.&amp;quot;), and it was changed to Premier je suis, Second je fus, Mouton ne change. (&amp;quot;First, I am. Second, I used to be. Mouton does not change.&amp;quot;) &lt;br /&gt;
&lt;br /&gt;
==More, Thomas==&lt;br /&gt;
&amp;quot;Stand always beside me so that today I shall not, to win a point, lose my soul.&amp;quot; This is attributed to him, but I doubt he said it. I can't find a source. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==MUSK, ELON==&lt;br /&gt;
*From [https://twitter.com/tylertringas/status/1475268528521596928 Twitter]: “The most common error of a smart engineer is to optimize a thing that should not exist.”  To look for an interior rather than a corner solution. &lt;br /&gt;
&lt;br /&gt;
 ----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Napoleon Bonaparte==&lt;br /&gt;
{{Quotation| what Napoleon said when asked how he came to be Emperor: “I came across the crown of France lying in the street, and I picked it up with my sword.”}}&lt;br /&gt;
&lt;br /&gt;
==Nelson, David (Moe)==&lt;br /&gt;
&amp;quot;Says it the bestest&amp;quot;. Email (2022).&lt;br /&gt;
&lt;br /&gt;
==Nietzsche==&lt;br /&gt;
*&amp;quot;The worst readers are those who act like plundering soldiers: they take away a few things they can use, dirty and confuse [verwirren] the rest, and trash [lästern] the whole.&amp;quot;&lt;br /&gt;
Human, All Too Human (#137)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It is hard enough to remember my opinions, without also remembering my reasons for them!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;There comes a point in the history of society when it becomes so pathologically soft and tender that it steps in on behalf of those who harm it, criminals, and it does so quite seriously and honestly. To punish: that appears somehow unfair.&amp;quot;  --Paragraph 20, '[https://t.co/MMFHuzRSvr 'Beyond Good and Evil.'']  &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Science  offends the modesty of all genuine women. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
 &lt;br /&gt;
*&amp;quot;He who rejoices even at the stake triumphs not over pain but at the fact that he feels no pain where he had expected to feel it. A parable.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 124.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;When we have to change our opinion about someone we hold the inconvenience he has therewith caused us greatly to his discredit.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 125.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;A people is a detour of nature to get to six or seven great men.— Yes: and then to get round them.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 126.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The more abstract the truth is that you would teach, the more you have to seduce the senses to it.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 128.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What a person is begins to betray itself when his talent declines—when he ceases to show what he can do. Talent is also finery; finery is also a hiding place.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 130.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One is punished most for one's virtues.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 132.] &lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Paglia, Camille==&lt;br /&gt;
{{Quotation| There is no female Mozart because there is no female Jack the Ripper. --https://www.aei.org/carpe-diem/the-best-sentence-i-heard-today/}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Pascal, Blaise==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The example of Alexander's chastity  has not made so many continent as that of his drunkenness has made intemperate. It is not shameful not to be as virtuous as he, and it seems excusable to be no more vicious. We do not believe ourselves to be exactly sharing in the vices of the vulgar, when we see that we are sharing in those of great men; and yet we do not observe that in these matters they are ordinary men. --[https://www.gutenberg.org/files/18269/18269-h/18269-h.htm ''Thoughts'',] 103. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Peterson, Jordan==&lt;br /&gt;
{{Quotation| If you think tough men are dangerous, wait until you see what weak men are capable of.}} Very good. Weak men cannot withstand their fears and passions. A coward will commit atrocities out of fear.&lt;br /&gt;
&lt;br /&gt;
==Prince Philip==&lt;br /&gt;
 “How do you keep the natives off the booze long enough to pass the test?” Asked of a Scottish driving instructor in 1995.&lt;br /&gt;
&lt;br /&gt;
  “Damn fool question!” To BBC journalist Caroline Wyatt at a banquet at the Elysée Palace after she asked Queen Elizabeth if she was enjoying her stay in Paris in 2006.&lt;br /&gt;
&lt;br /&gt;
  “We don’t come here for our health. We can think of other ways of enjoying ourselves.” During a trip to Canada in 1976.&lt;br /&gt;
 &lt;br /&gt;
  “It’s a vast waste of space.” Philip entertained guests in 2000 at the reception of a new £18m British Embassy in Berlin, which the Queen had just opened.&lt;br /&gt;
&lt;br /&gt;
 “If it has four legs and it is not a chair, if it has got two wings and it flies but is not an aeroplane and if it swims and it is not a submarine, the Cantonese will eat it.” Said to a World Wildlife Fund meeting in 1986.&lt;br /&gt;
&lt;br /&gt;
“I would like to go to Russia very much – although the bastards murdered half my family.” In 1967, asked if he would like to visit the Soviet Union.&lt;br /&gt;
 &lt;br /&gt;
“The problem with London is the tourists. They cause the congestion. If we could just stop the tourism, we could stop the congestion.” At the opening of City Hall in 2002.&lt;br /&gt;
&lt;br /&gt;
 “You must be out of your minds.” To Solomon Islanders, on being told that their population growth was 5 per cent a year, in 1982.&lt;br /&gt;
&lt;br /&gt;
“Your country is one of the most notorious centres of trading in endangered species.” Accepting a conservation award in Thailand in 1991.&lt;br /&gt;
  &lt;br /&gt;
“I wish he’d turn the microphone off!” The Prince expresses his opinion of Elton John’s performance at the 73rd Royal Variety Show, 2001.&lt;br /&gt;
 &lt;br /&gt;
“Any bloody fool can lay a wreath at the thingamy.” Discussing his role in an interview with Jeremy Paxman.&lt;br /&gt;
 &lt;br /&gt;
 “It’s not a very big one, but at least it’s dead and it took an awful lot of killing!” Speaking about a crocodile he shot in Gambia in 1957.&lt;br /&gt;
&lt;br /&gt;
 “It is my invariable custom to say something flattering to begin with so that I shall be excused if by any chance I put my foot in it later on.” Full marks for honesty, from a speech in 1956.&lt;br /&gt;
https://www.unz.com/isteve/prince-philip-rip/&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Rasmusen, Eric==&lt;br /&gt;
*See [[Aphorisms--Rasmusen]].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;He was so mean he even repelled ticks.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Economics offends the modesty of all genuine professors. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  See Nietzsche, Beyond Good and Evil [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|When you’re dealing with productive inefficiency instead of allocative, you move from triangle losses, which are small, to rectangle losses, which are big.}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Leaders must be willing to make bad decisions with insufficient information and insufficient brains, even though they'll look like idiots. We followers  must forgive.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|''Celebrity preachers:'' Trample on the Cross to pick up a crown. &amp;lt;br&amp;gt;&lt;br /&gt;
''Unpopular preachers:'' Trample on a crown to pick up the Cross.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|Just as  high-IQ men come unarmed to a battle of wits, ss strong men come unarmed to a battle of fists. Raw talent is not enough. One must know how to use it. And be willing to use it.  }}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Andrew Carnegie (repeated by his friend Mark Twain)  said about undiversification: &amp;quot;Put all your eggs in one basket-- and then WATCH THAT BASKET.&amp;quot; The Buffett-Munger method is &amp;quot;Watch for a one really good basket-- and then put all your eggs into it.&amp;quot;}} [https://quoteinvestigator.com/2017/02/16/eggs/ Quoteinvestigator tracks down] the source of the Carnegie quotation.&lt;br /&gt;
&lt;br /&gt;
*We should treat young men as men, with all the privileges and responsibilities attached thereto, but tell them they are too foolish and experienced to deserve the privileges or carry out the responsibilities. &lt;br /&gt;
&lt;br /&gt;
:Come to think of it, that applies equally to young ladies. &lt;br /&gt;
&lt;br /&gt;
:Instead, we tell young people they are just as good as the middled-aged, but treat them like children.&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|People who don't care, don't quarrel. They just let each other  be wrong and make mistakes.  Love leads to fights. }}&lt;br /&gt;
&lt;br /&gt;
*The cosmopolitan man has no Country, the timeless man has no Time.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==ROBINSON, JOAN==&lt;br /&gt;
*[https://iea.org.uk/north-koreas-western-fellow-travellers/ &amp;quot;North Korea’s Western fellow travellers,&amp;quot;] KRISTIAN NIEMIETZ 29 SEPTEMBER 2017. She said of North Korea, in 1964, &lt;br /&gt;
“All the economic miracles of the postwar world are put in the shade by these achievements”.&lt;br /&gt;
&lt;br /&gt;
“[G]reat pains are taken to keep the Southerners in the dark. The demarcation line is manned exclusively by American troops […] with an empty stretch of territory behind. No Southern eye can be allowed a peep into the North”.&lt;br /&gt;
&lt;br /&gt;
==Roche, Christopher==&lt;br /&gt;
*In June 1998 an instance appeared in a graduation speech delivered by valedictorian Christopher Roche at Albertus Magnus High School. &amp;quot;Don’t cry because it’s over, smile because it happened,”&lt;br /&gt;
&lt;br /&gt;
[https://quoteinvestigator.com/2016/07/25/smile/ Ludwig Jacobowski ,  “Leuchtende Tage” (1899)]:&lt;br /&gt;
&lt;br /&gt;
Nicht weinen, weil sie vorüber!&lt;br /&gt;
Lächeln, weil sie gewesen!&lt;br /&gt;
&lt;br /&gt;
English translation:&lt;br /&gt;
Do not cry because they are past!&lt;br /&gt;
Smile, because they once were!&lt;br /&gt;
&lt;br /&gt;
==Roosevelt, Theodore==&lt;br /&gt;
[http://www.stateoftheunionhistory.com/2015/08/1905-theodore-roosevelt-railroad.html &amp;quot;1905 State of the Union Address&amp;quot;]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
We desire to set up a moral standard. '''There can be no delusion more fatal to the Nation than the delusion that the standard of profits, of business prosperity, is sufficient in judging any business or political question--from rate legislation to municipal government.''' Business success, whether for the individual or for the Nation, is a good thing only so far as it is accompanied by and develops a high standard of conduct--honor, integrity, civic courage. The kind of business prosperity that blunts the standard of honor, that puts an inordinate value on mere wealth, that makes a man ruthless and conscienceless in trade, and weak and cowardly in citizenship, is not a good thing at all, but a very bad thing for the Nation. '''This Government stands for manhood first and for business only as an adjunct of manhood.'''}}&lt;br /&gt;
&lt;br /&gt;
==Rumsfeld, Donald==&lt;br /&gt;
{{Quotation| Reports that say that something hasn't happened are always interesting to me, because as we know, there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns—the ones we don't know we don't know.}} [https://en.wikipedia.org/wiki/There_are_known_knowns &amp;quot;There_are_known_knowns&amp;quot;], ''Wikipedia.''&lt;br /&gt;
&lt;br /&gt;
==Ryle, J. C.==&lt;br /&gt;
{{Quotation| &amp;quot;A true Christian is one who has not only peace of conscience, but war within. He may be known by his warfare as well as by his peace.” }}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sailer, Steve==&lt;br /&gt;
*&amp;quot;Debate-as-sport is masculine, groupthink and cancellation is feminine.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|  How to square the circle of indulging in the kind of petty grievances that most fascinate people with upper-middle-class disdain for Trump-like feuding? And how to make our pique sound important?&lt;br /&gt;
&lt;br /&gt;
The answer to both appears to be to position one’s personal gripes as part of the cosmically important war on racism and sexism, while conversely labeling Trump’s obviously individualistic feuds as racist.&lt;br /&gt;
&lt;br /&gt;
Thus, the upper reaches of society have been egging on everybody who isn’t a straight white male to dredge up and dwell on ancient memories of social unease in middle and high school. But instead of getting too specific about that mean girl in eighth grade who said snippy things about your shoes, you are encouraged to blame your embarrassing memories on whiteness in general.}} [https://www.takimag.com/article/feud-for-thought/ &amp;quot;Feud for Thought,&amp;quot;] ''Taki's Magazine'' (2021).&lt;br /&gt;
&lt;br /&gt;
*The problem with economics these days is not so much the various models as that economists believe that having models lets them get away without knowing much about the real world.’ &lt;br /&gt;
&lt;br /&gt;
 {{Quotation|&lt;br /&gt;
How can you tell who is a marginalized community? If they are legally protected, then they are marginalized, but if you are allowed to discriminate against them, then they aren’t marginalized. Is that so hard to understand?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Samuelson, Paul==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“I don’t care who writes a nation’s laws—or crafts its advanced treaties—if I can write its economics textbooks. The first lick is the privileged one, impinging on the beginner’s tabula rasa at its most impressionable state.”  (1990)}} . See [https://econdump.wordpress.com/2011/12/16/i-dont-care-who-writes-a-nations-laws-if-i-can-write-its-economics-textbooks-paul-samuelson/ Econdump on this quote].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Within every classical economist there is to be discerned a modern economist trying to be born.&amp;quot; From [https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Yes, Ricardo differed with Smith; and thought those differences important. But upon detailed examination, we find that their differences do not mainly involve differences in their behavior equations, short-run or long-run, but rather involve their semantic preferences about what names could be given to the same agreed-upon effects. To moderns, it is for the most part a quarrel about nothing substantive, being essentially an irrelevant argument carried out by Ricardo, often with somewhat unaesthetic logic.&amp;quot; From [https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
==Schumpeter, Joseph==&lt;br /&gt;
 See the [[Schumpeter]] page.&lt;br /&gt;
&lt;br /&gt;
==Sedley, Catharine, Countess of Dorchester==&lt;br /&gt;
She was mistress to the Duke of York, later to become King James II. &lt;br /&gt;
'Catharine herself was astonished at the violence of the ducal passion.&lt;br /&gt;
&amp;quot;It cannot be my beauty,&amp;quot; she said, &amp;quot;for he must see I have none; and it cannot be my wit, for he has not enough to know that I have any&amp;quot;' (Thomas Seccombe, DNB).'&lt;br /&gt;
 From [https://www.bonhams.com/auctions/22714/lot/53/ a Bonham's auction catalog] selling a William III grant to her, expected to sell for about $1,500.&lt;br /&gt;
&lt;br /&gt;
==Shaw, George Bernard==&lt;br /&gt;
George Bernard Shaw wrote in 1903:&lt;br /&gt;
”The roulette table pays nobody except him who keeps it. Nevertheless a passion for gaming is common, though a passion for keeping roulette wheels is unknown.”&lt;br /&gt;
&lt;br /&gt;
Upon [https://www.iowastatedaily.com/carrie-chapman-catts-a-rotten-egg/article_183cbe15-989e-532d-897e-ec0a0340764e.html#:~:text=As%20George%20Bernard%20Shaw%2C%20Carrie,egg%20to%20know%20it's%20rotten.%22 refusing to read the entire manuscript before rejecting a book:] &amp;quot;You don't have to eat the whole egg to know it's rotten.&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Silverglate==&lt;br /&gt;
If you’re going to do any kind of important (therefore controversial) work, you can really only care about what approximately 10 people in the world think about you. Choose those people carefully. &lt;br /&gt;
&lt;br /&gt;
From  @HASilverglate  (Roughly. I’m sure he said it better)&lt;br /&gt;
&lt;br /&gt;
==SINCLAIR, Upton==&lt;br /&gt;
“It is difficult to get a man to understand something, when his salary depends upon his not understanding it!” &lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his TV invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his party invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Smethurst==&lt;br /&gt;
Salvation is not an invitation from a buddy, but a summons from a king.&lt;br /&gt;
(Twitter, 2021.)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Solzhenitsyn, Alexander==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
A decline in courage may be the most striking feature which an outside observer notices in the West in our days. The Western world has lost its civil courage, both as a whole and separately, in each country, each government, each political party, and, of course, in the United Nations. Such a decline in courage is particularly noticeable among the ruling groups and the intellectual elite, causing an impression of loss of courage by the entire society. &lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Without any censorship, in the West fashionable trends of thought and ideas are carefully separated from those which are not fashionable; nothing is forbidden, but what is not fashionable will hardly ever find its way into periodicals or books or be heard in colleges.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
A fact which cannot be disputed is the weakening of human beings in the West while in the East they are becoming firmer and stronger -- 60 years for our people and 30 years for the people of Eastern Europe. During that time we have been through a spiritual training far in advance of Western experience. Life's complexity and mortal weight have produced stronger, deeper, and more interesting characters than those generally [produced] by standardized Western well-being.&lt;br /&gt;
&lt;br /&gt;
Therefore, if our society were to be transformed into yours, it would mean an improvement in certain aspects, but also a change for the worse on some particularly significant scores. ... After the suffering of many years of violence and oppression, the human soul longs for things higher, warmer, and purer than those offered by today's mass living habits, introduced by the revolting invasion of publicity, by TV stupor, and by intolerable music.&lt;br /&gt;
&lt;br /&gt;
There are meaningful warnings which history gives a threatened or perishing society. Such are, for instance, the decadence of art, or a lack of great statesmen. There are open and evident warnings, too. The center of your democracy and of your culture is left without electric power for a few hours only, and all of a sudden crowds of American citizens start looting and creating havoc. The smooth surface film must be very thin, then, the social system quite unstable and unhealthy.&lt;br /&gt;
&lt;br /&gt;
[https://www.americanrhetoric.com/speeches/alexandersolzhenitsynharvard.htm &amp;quot;A World Split Apart,&amp;quot;]&lt;br /&gt;
delivered 8 June 1978, Harvard University}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Sowell, Thomas==&lt;br /&gt;
&amp;quot;We seem to be getting closer and closer to a situation where nobody is responsible for what they did but we are all responsible for what somebody else did.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Spurgeon==&lt;br /&gt;
&amp;quot;There is something very comforting in the thought that Satan is an adversary: I would sooner have him for an adversary than for a friend.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==De Stael, Germaine (Madame)==&lt;br /&gt;
“Tout comprendre c’est tout pardonner.” To understand all is to forgive all. &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://fakebuddhaquotes.com/to-understand-everything-is-to-forgive-everything/ FakeBuddhaQuotes tells us] that this is not quite what she said.  She actually wrote “Car tout comprendre rend très indulgent, et sentir profondément inspire une grande bontée.” Close enough for credit?&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Stalin, Joseph==&lt;br /&gt;
“A single death is a tragedy; a million deaths is a statistic.”&lt;br /&gt;
&lt;br /&gt;
“Those who vote decide nothing. Those who count the vote decide everything.”&lt;br /&gt;
&lt;br /&gt;
“Education is a weapon, whose effect depends on who holds it in his hands and at whom it is aimed.”&lt;br /&gt;
&lt;br /&gt;
“When there’s a person, there’s a problem. When there’s no person, there’s no problem.”&lt;br /&gt;
&lt;br /&gt;
“Quantity has a quality all its own.”&lt;br /&gt;
&lt;br /&gt;
“The Pope! How many divisions has he got?”&lt;br /&gt;
&lt;br /&gt;
“In the Soviet army it takes more courage to retreat than advance.”&lt;br /&gt;
&lt;br /&gt;
==Stout, Rex==&lt;br /&gt;
&amp;quot;On the way uptown in the roadster, I reflected that there was one obvious lever to use on Helen Frost to pry her in the direction I wanted her; and I'm a great one for the obvious, because it saves a lot of fiddling around. I decided to use it.&amp;quot; Rex Stout, ''The Red Box,'' Chapter 7 (1937) (Nero Wolfe mystery)&lt;br /&gt;
&lt;br /&gt;
==Strauss, Johann==&lt;br /&gt;
[http://www.aria-database.com/translations/fledermaus.txt Die Fliedermaus], libretto in German and English:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Nein, mit solchen Advokaten			No, with advocates like this&lt;br /&gt;
Ist verkauft man und verraten,			One is sold short and betrayed,&lt;br /&gt;
Da verliert man die Geduld.			Making one lose patience.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BLIND:&lt;br /&gt;
Rekurrieren, appellieren			Petition,	appeal,&lt;br /&gt;
Reklamieren, revidieren,			Complain, review,&lt;br /&gt;
Reziepieren, subvertieren,			Prescribe, subvert,&lt;br /&gt;
Devolvieren, involvieren,			Devolve,  involve, &lt;br /&gt;
Protestieren, liquidieren,			Protest, liquidate,&lt;br /&gt;
Exzerptieren, extorquieren			Excerpt, extort,&lt;br /&gt;
Arbitrieren, resümieren!			Arbitrate, summarize!&lt;br /&gt;
Exkulpieren, inkulpieren,			Exculpate, inculpate&lt;br /&gt;
kalkulieren, konzipieren			Calculate, draft&lt;br /&gt;
Und Sie müssen triumphieren!			And you must triumph!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Ach, wie rührt mich dies!			Ah, how this stirs me!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ALFRED:&lt;br /&gt;
Glücklich ist, wer vergisst,			Happy is the person who forgets,&lt;br /&gt;
Was doch nicht zu ändern ist.			What can't be altered anyway.&lt;br /&gt;
&lt;br /&gt;
From Die Fliedermaus: Glücklich ist, wer vergisst, Was doch nicht zu ändern ist.		&lt;br /&gt;
(Happy he, who forgets, What, can't be altered  anyway.)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SUMMERS, Larry==&lt;br /&gt;
*[http://www.harvard.edu/president/speeches/summers_2003/prayer.php Summers, Lawrence H. 2003. “Economics and Moral Questions.” Morning Prayers address, Memorial Church, September  15. Reprinted in Harvard Magazine, November–December 2003.]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “We all have only so much altruism in us. Economists like me think of altruism as a valuable and rare good that needs conserving. Far better to conserve it by designing a system in which people’s wants will be satisfied by individuals being selfish, and saving that altruism for our families, our friends, and the many social problems in this world that markets cannot solve.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TABARROK, Alex==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
A price increase is a message about scarcity.  Price controls are like shooting the messenger.&amp;quot; &lt;br /&gt;
quoted in May 5, 2008 issue of Forbes.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Subscript text&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Traldi, Oliver== &lt;br /&gt;
{{Quotation| I've never heard a good argument for why a long-gone philosopher's problematic views matter for evaluating their plausible ones. People seem to have this sense that problematic-ness kind of like infects someone's whole corpus somehow. That's just conspiracist contagion reasoning. --Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Trotsky, Leon==&lt;br /&gt;
{{Quotation| You may not be interested in war, but war is interested in you.}}&lt;br /&gt;
&lt;br /&gt;
==TRUMP,Donald==&lt;br /&gt;
Trump tonight at Mar a Lago on transgender sports: “This lady was trying to set her record and then this dude shows up…” &lt;br /&gt;
8:44 PM · May 4, 2022. (https://twitter.com/RaheemKassam/status/1522014323371085824)&lt;br /&gt;
&lt;br /&gt;
==Twain, Mark==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much he had learned in seven years.&amp;quot;   Mark Twain, &amp;quot;Old Times on the Mississippi&amp;quot; ''Atlantic Monthly,'' 1874.}}&lt;br /&gt;
&lt;br /&gt;
*[https://quoteinvestigator.com/2013/01/17/put-off/ A parody of Ben Franklin] by Twain. I heard it in a better version than Twain's: &amp;quot;Never put off till tomorrow what you can put off till the day after tomorrow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==Valery, Paul==&lt;br /&gt;
&amp;quot;Un poème n'est jamais fini, seulement abandonné.&amp;quot;  &amp;lt;br&amp;gt;&lt;br /&gt;
A poem is never finished; it's always an accident that puts a stop to it—i.e. gives it to the public.&lt;br /&gt;
Often quoted in W. H. Auden' s paraphrase, ‘A poem is never finished, only abandoned’ . &amp;lt;.br&amp;gt;&lt;br /&gt;
See also &amp;quot;Lecode n'est jamais fini, seulement termine&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
''Littérature'' (1930).&lt;br /&gt;
&lt;br /&gt;
==Sarah Vaughan==&lt;br /&gt;
Nobody works on easy street...&amp;lt;br&amp;gt;&lt;br /&gt;
When opportunity comes knockin'&amp;lt;br&amp;gt;&lt;br /&gt;
You just keep on with your rockin'&amp;lt;br&amp;gt;&lt;br /&gt;
'Cause you know your fortune's made&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.azlyrics.com/lyrics/sarahvaughan/easystreet.html&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Wang, John==&lt;br /&gt;
@j0hnwang&lt;br /&gt;
&lt;br /&gt;
Web2: &amp;quot;If you're not paying for it, you are the product.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Web3: &amp;quot;If you don't understand the source of yield, you are the yield.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Whyvert==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
The Age of Science draws to a close; there dawns the Age of Silence.&lt;br /&gt;
--https://twitter.com/whyvert/status/1359273098663575560}}&lt;br /&gt;
&lt;br /&gt;
==  ==&lt;br /&gt;
==Yang, Wesley==&lt;br /&gt;
&amp;quot;The more one sacrifices, the more sacred becomes the idol to which one has sacrificed.&amp;quot; (improved, Twitter 2022)&lt;br /&gt;
&lt;br /&gt;
==Yeats, William==&lt;br /&gt;
The first half of [https://www.poetryfoundation.org/poems/43290/the-second-coming &amp;quot;The Second Coming&amp;quot;]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Turning and turning in the widening gyre   &lt;br /&gt;
The falcon cannot hear the falconer;&lt;br /&gt;
Things fall apart; the centre cannot hold;&lt;br /&gt;
Mere anarchy is loosed upon the world,&lt;br /&gt;
The blood-dimmed tide is loosed, and everywhere   &lt;br /&gt;
The ceremony of innocence is drowned;&lt;br /&gt;
The best lack all conviction, while the worst   &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
The best lack all conviction, while the worst &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Young, Faron==&lt;br /&gt;
From the song [https://www.azlyrics.com/lyrics/faronyoung/occasionalwife.html &amp;quot;Occasional Wife&amp;quot;:]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;It needs more than just an occasional piece of your life&amp;lt;br&amp;gt;&lt;br /&gt;
A home just can't stand when it has an occasional wife.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Yglesias, Matthew== &lt;br /&gt;
There are big tranches of the world where people do redefinitions and treat that as doing analysis. April 8 tweet.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==The Z-Man==&lt;br /&gt;
&amp;quot;For the American ruling class, society is just a Walmart in the middle of a ghetto riot. The winner is the one who manages to carry off the most stuff before the store burns down.&amp;quot; https://www.takimag.com/article/the-politics-of-smash-and-grab/&lt;br /&gt;
&lt;br /&gt;
==Zhu, Yuanyi==&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
War and Peace is a byword for hard highbrow literature, but if you think about it it's basically a long adventure novel with lots of explosions.-- @yuanyi_z}}&lt;br /&gt;
----&lt;br /&gt;
 ***************************  --&amp;gt;&lt;br /&gt;
==For the Future==&lt;br /&gt;
Later maybe I will go to this format: &lt;br /&gt;
&lt;br /&gt;
*[[Quotations:A|A]]: Alcorn, Anonymous, Astral Codex Ten.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:B|B]]: Bayly, Joseph; Bayly, Timothy; BBC.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:C|C]]: CANNON,   CHESTERTON,  Connolly,  Cox.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:D|D]]: Dawry,  Dennett,  Dick,  DIPLOCK,  Domingos.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:E|E]]: 	Enzensbergert.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:F|F]]: 	Feynman,  	Flanagan,  	Follows.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:G|G]]: 	Gelman,  Genghis Khan, Goethe,	GOLDMAN,  Grant.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:H|H]]: Hippocrates&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:I|I]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:J|J]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:K|K]]:	KASCHUTA,  Kennedy.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:L|L]]: Lenin,   Lloyd_Jones,&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:M|M]]:  Martyn, Machiavelli,  Macaulay.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:N|N]]: Napoleon.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:O|O]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:P|P]]:	Paglia,  	Prince Philip.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Q|Q]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:R|R]]:	Rasmusen,  	Rumsfeld, 	Ryle.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:S|S]]: 	Schumpeter, Joseph Silverglate	Sowell, Thomas	Stalin, Joseph Stout, Rex&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:T|T]]: 	TABARROK,	Trotsky.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:U|U]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:V|V]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:W|W]]: Whyvert&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:X|X]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:Y|Y]]: Yeats,  Yglesias.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Z|Z]]: The Z-Man,	Zhu.&lt;br /&gt;
   &lt;br /&gt;
  ***************************  --&amp;gt;&lt;br /&gt;
&amp;lt;!-- This is a comment &lt;br /&gt;
&amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;  &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 ***************************  --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Words&amp;diff=5729</id>
		<title>Words</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Words&amp;diff=5729"/>
		<updated>2022-06-21T14:16:58Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Pronunciamento */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; https://twitter.com/BrilliantMaps/status/1449114106200535041&lt;br /&gt;
&lt;br /&gt;
==NEW WORDS NEEDED==&lt;br /&gt;
*{{Quotation|I taught misrepresentation/fraud yesterday; and midway through our analysis of the famous case Vokes v. Arthur Murray dance studio, I realized that the gullible, pathetic, 2-left-footed widow in that case -- Audrey Vokes -- was younger than I am now. Confused  }}&lt;br /&gt;
 &lt;br /&gt;
:{{Quotation|Replying to @ProfEricTalley}}&lt;br /&gt;
:{{Quotation|If I were the mainstream media, I would now report that Columbia University admits that it teaches misrepresentation and fraud.  }}&lt;br /&gt;
:{{Quotation|(What is the word for that self-reflexive sentence?-someone who fraudulently accuses someone else of fraud? Useful term for Russiagate too.)}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
----&lt;br /&gt;
==Acrid==&lt;br /&gt;
Unpleasantly sharp, pungent, or bitter. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Ad hominem==&lt;br /&gt;
{{Quotation|  Yes...when JMac made a statement about the nature of the Son of God that was very, very off and he publicly acknowledged it before the entire world. Let's take a peak at your life and see what we can find. What are you hiding Dennis? Unbelievable. The level of hypocrisy is sick.&lt;br /&gt;
&lt;br /&gt;
The sin of &amp;quot;Dennis Swanson&amp;quot; is a different subject, and not as interesting.  &lt;br /&gt;
There should be a name for this.  &lt;br /&gt;
&amp;quot;Ad hominem&amp;quot; doesn't quite fit.  &lt;br /&gt;
Nor &amp;quot;ad hominem libellum&amp;quot; &lt;br /&gt;
Nor &amp;quot;ad hominem innuedum&amp;quot;More like &amp;quot;ad hominem conjecturum&amp;quot; But my grammar may be off.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Adiaphora==&lt;br /&gt;
The plural of   adiaphoron,  a thing that exists outside of moral law, neither condemned nor approved by morality;  “indifferent things,”  neither right nor wrong, spiritually neutral.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Anscombe's Quartet==&lt;br /&gt;
[https://en.wikipedia.org/wiki/Anscombe%27s_quartet The Wikipedia article on it.]&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Anscombe%27s_quartet_3.svg/850px-Anscombe%27s_quartet_3.svg.png&amp;quot; height= 120 align=left&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Antifaschistischer Schutzwall ==&lt;br /&gt;
&amp;quot;Anti-fascist protection dike&amp;quot; or &amp;quot;rampart&amp;quot;, the Berlin Wall's official name in East Germany.  https://en.wikipedia.org/wiki/Berlin_Wall&lt;br /&gt;
&lt;br /&gt;
==Arcsine(x)==&lt;br /&gt;
In the unit circle, &amp;quot;the arc whose  sine is x&amp;quot; is the same as &amp;quot;the angle whose sine is x&amp;quot;, because the  length of the arc of the circle is a measure of the angle.  In Mexico the functions was also called angsin, meaning &amp;quot;angle whose sine is...&amp;quot;   https://math.stackexchange.com/questions/33175/etymology-of-arccos-arcsin-arctan&lt;br /&gt;
&lt;br /&gt;
==Argumentum ad Verecundiam==&lt;br /&gt;
The fallacy of argument from inappropriate authority: an appeal to the testimony of an authority outside of the authority's special field of expertise. https://philosophy.lander.edu/logic/authority.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
==[[Baizhuo]]==&lt;br /&gt;
{{Quotation| WIKIPEDIA: Baizuo (/ˈbaɪˌdzwɔː/, /baɪˈzwoʊ/; Chinese: 白左; pinyin: báizuǒ, Mandarin pronunciation: [pǎi.tswò], literally White Left)[1][2] is a Chinese neologism and political epithet used to refer to Western leftist ideologies primarily espoused by white leftists.[3] The term baizuo is related to the term shèngmǔ (圣母, 聖母, literally &amp;quot;Blessed Mother&amp;quot;) or shèngmǔbiǎo (圣母婊, 聖母婊, literally &amp;quot;Blessed Mother of Bitch&amp;quot;), a sarcastic reference to those whose political opinions are perceived as being guided by emotions or a hypocritical show of selflessness and empathy. &lt;br /&gt;
&lt;br /&gt;
The term baizuo was apparently coined in a 2010 article published on Renren Network by user Li Shuo, entitled The Fake Morality of the Western White Left and the Chinese Patriotic Scientists (西方白左和中国爱国科学家的伪道德), initially used as a general critique of certain socialist values in the American left.[3] No further use of the term is known until 2013, where on Chinese forum Zhihu through 2013–2015, the term evolved to criticize some people among the left who seemingly advocate for positive slogans like peace and equality to boast their sense of moral superiority, but are ignorant of real-world consequences, and utilize destructive behavior like political sacrifice and identity politics. &lt;br /&gt;
&lt;br /&gt;
Substantial use in Chinese Internet culture began in early 2016, at first at MIT BBS, a bulletin board system used by many Chinese in the U.S., during the 2016 United States presidential election.}}&lt;br /&gt;
&lt;br /&gt;
==Beautilicious==&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Cadence==&lt;br /&gt;
{{Quotation| [https://en.wiktionary.org/wiki/cadence#English  From Wiktionary:] &amp;lt;br&amp;gt;&lt;br /&gt;
1. The act or state of declining or sinking. &amp;lt;br&amp;gt;&lt;br /&gt;
2. Balanced, rhythmic flow. &amp;lt;br&amp;gt;&lt;br /&gt;
3. The measure or beat of movement. &amp;lt;br&amp;gt;&lt;br /&gt;
4. The general inflection or modulation of the voice, or of any sound. &amp;lt;br&amp;gt;&lt;br /&gt;
5. (music) A progression of at least two chords which conclude a piece of music, section or musical phrases within it. Sometimes referred to analogously as musical punctuation.&amp;lt;br&amp;gt;&lt;br /&gt;
6. (music) A cadenza, or closing embellishment; a pause before the end of a strain, which the performer may fill with a flight of fancy.&amp;lt;br&amp;gt;&lt;br /&gt;
7. (speech) A fall in inflection of a speaker’s voice, such as at the end of a sentence.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Camel case== &lt;br /&gt;
A variable-naming style that separates the parts of a name with capitals, as in FirstSecondThird. See also: pothole case, kebab case.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Chesterton's Fence==&lt;br /&gt;
{{Quotation|  “In the matter of reforming things, as distinct from deforming them, there is one plain and simple principle; a principle which will probably be called a paradox. There exists in such a case a certain institution or law; let us say, for the sake of simplicity, a fence or gate erected across a road. The more modern type of reformer goes gaily up to it and says, ‘I don’t see the use of this; let us clear it away.’ To which the more intelligent type of reformer will do well to answer: “If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.” &lt;br /&gt;
Chesterton is not alone in the observation. It is found throughout our literature and theatre. In Robert Bolt’s “A Man for All Seasons” Sir Thomas More uses a similar argument to famously challenge his reformist son-in-law. The poet Robert Frost comes to the same conclusion in “Mending Wall.” Scripture is replete with its warning, beginning in Proverbs 22:28, “Do not move an ancient boundary stone that your fathers have placed.” }}--[https://mailchi.mp/inpolicy/2022-and-chestertons-fence-488333?e=bda54c6080  &amp;quot;Chesterton's Fence&amp;quot;] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Combatativeness==&lt;br /&gt;
&amp;quot;Combativeness&amp;quot; is a word.  So is &amp;quot;combatative&amp;quot;..  : Is &amp;quot;combatativeness&amp;quot; an existing word?  Should it be?  Is it better than &amp;quot;combativeness&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==CHYMPS==&lt;br /&gt;
{{Quotation| CHYMPS is the acronym for the top political science PhD programs in the United States. It is the political science PhD equivalent to HYS (Harvard, Yale, Stanford) for law schools and HSW (Harvard, Stanford, Wharton) for business schools. CHYMPS stands for:&amp;lt;br&amp;gt;&lt;br /&gt;
Cal-Berkeley&amp;lt;br&amp;gt;&lt;br /&gt;
Harvard&amp;lt;br&amp;gt;&lt;br /&gt;
Yale&amp;lt;br&amp;gt;&lt;br /&gt;
Michigan&amp;lt;br&amp;gt;&lt;br /&gt;
Princeton&amp;lt;br&amp;gt;&lt;br /&gt;
Stanford.&lt;br /&gt;
&lt;br /&gt;
[https://qph.fs.quoracdn.net/main-qimg-a443ef9dd190e688bf05648a48e463e7 image of network]&lt;br /&gt;
&lt;br /&gt;
The acronym was originally Hypes-Bomb (Harvard, Yale, Princeton, Stanford, Berkeley, MIT) as a shorthand for the top political science departments (perhaps pejorative, as in overhyped but famous political science schools).&lt;br /&gt;
&lt;br /&gt;
Hypes-Bomb then morphed to CHYMPS since it’s catchier.&lt;br /&gt;
&lt;br /&gt;
CHYMPS then became the updated HYP as an acronym for the most prestigious schools in the US generally (see Urban Dictionary entry from 2009), though it’s causing some confusion among Columbia, Cornell, Caltech, and University of Chicago fans who feel that “C” should stand for them, not Cal-Berkeley (just a bias against public schools IMO, since Cal is clearly superior to the other “C” schools, at least at the graduate level).&amp;lt;br&amp;gt;&lt;br /&gt;
--https://www.quora.com/What-is-the-origin-of-the-CHYMPS-Cal-Berkeley-Harvard-Yale-MIT-Princeton-and-Stanford }}&lt;br /&gt;
&lt;br /&gt;
==Contradictorily==  &lt;br /&gt;
&amp;quot;In selling stock, the filer is not  ''contradictorily'' asserting it is solvent; the *buyers* are saying that.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Crazytown==&lt;br /&gt;
 &amp;quot;I feel like I'm in crazytown when I express distress about taxation - literally people forcibly taking away your property - and ppl act like I'm the crazy one.&amp;quot; [https://twitter.com/Aella_Girl/status/1386021135112839171 A tweet] (2021).&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
==[[Deificatio]]==&lt;br /&gt;
&amp;quot;Deificatio hominis&amp;quot; or just &amp;quot;deificatio&amp;quot; is the Latin term used in theology for the idea of a man trying to become more like God. It might be exactly the same idea as &amp;quot;sanctification&amp;quot;; I'm not sure.  Often people say &amp;quot;deification&amp;quot;, which is bad terminology. It already has a main meaning, and that main meaning is completely different, almost opposite, since it is to make something into an idol, treating it as God. The idea here is not to set yourself up  falsely as God, but to make yourself slightly more like God and diminish your own contrary will.  The  [https://en.wikipedia.org/wiki/Theosis_(Eastern_Christian_theology)#:~:text=Theosis%2C%20or%20deification%20(deification%20may,and%20the%20Byzantine%20Catholic%20Churches. Greek term “Theosis”] is better, maybe; I don’t  grasp the Eastern Orthodox concept very well.  “Sanctification” is good. “Divinization” is okay, but  sounds too much like “divining”, as in fortune-telling.&lt;br /&gt;
&lt;br /&gt;
==Degringolade==&lt;br /&gt;
A rapid decline or deterioration in a situation.&lt;br /&gt;
&lt;br /&gt;
==Derangement==&lt;br /&gt;
From [https://twitter.com/AndrewM_Webb/status/1168597790127284224 Twitter]: &amp;quot;A permutation that leaves no element in-place is called a 'derangement'.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Devolution==&lt;br /&gt;
Devolution can mean either the reverse of evolution or the devolving of power, two quite distinct meanings. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Doctrine of Double Effect==  &lt;br /&gt;
&amp;quot;The doctrine (or principle) of double effect is often invoked to explain the permissibility of an action that causes a serious harm, such as the death of a human being, as a side effect of promoting some good end. According to the principle of double effect, sometimes it is permissible to cause a harm as a side effect (or “double effect”) of bringing about a good result even though it would not be permissible to cause such a harm as a means to bringing about the same good end.&amp;quot;  [https://plato.stanford.edu/entries/double-effect/#:~:text=According%20to%20the%20principle%20of,about%20the%20same%20good%20end. &amp;quot;Doctrine of Double Effect,&amp;quot;] Stanford dictionary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Drafty Version of a Paper==&lt;br /&gt;
“Very drafty version”: I like that, and will use it myself. You eventually will insulate it from criticism. &amp;quot;Tilly Goes to Church: The Religious and Medieval Roots of State&lt;br /&gt;
Formation in Europe, &amp;quot; Anna Grzymala-Busse,  Stanford University,  August 31, 2020.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Enantiomer==&lt;br /&gt;
&amp;quot;Enantiomers, also known as optical isomers, are two stereoisomers that are related to each other by a reflection: they are mirror images of each other that are non-superposable. Human hands are a macroscopic analog of this.&amp;quot; --[https://en.wikipedia.org/wiki/Stereoisomerism#:~:text=Enantiomers%2C%20also%20known%20as%20optical,opposite%20configuration%20in%20the%20other &amp;quot;Steroisomerism,&amp;quot;] ''Wikipedia.'' &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Enunciative and Enunciatory==&lt;br /&gt;
I think these mean &amp;quot;enunciating well&amp;quot;, but I haven't been able to find out, googling. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Epiphany==&lt;br /&gt;
One meaning in Greek  of ἐπιφάνεια  is, from [https://www.studylight.org/lexicons/eng/greek/2015.html Liddel-Scott-Jones, ]&lt;br /&gt;
&amp;quot; in war, sudden appearance of an enemy, Aen.Tact. 31.8, Plb. 1.54.2, Ascl. Tact. 12.10(pl.), Onos. 22.3 (pl.).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==The Fallacy of Equivocation==&lt;br /&gt;
Using a term with one meaning in the premise, and another in the conclusion. [http://fallacyoftheweek.professorsykes.com/fallacy-types/equivocation/ From Professorsykes.com:] &amp;lt;br&amp;gt;&lt;br /&gt;
“Noisy children are a real pain. Two aspirin will make any pain go away. Therefore, two aspirin will make noisy children go away.”&lt;br /&gt;
&lt;br /&gt;
==Eructation==&lt;br /&gt;
A  belch.&lt;br /&gt;
A violent bursting forth or ejection of matter from the earth.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Fiat Abuse==&lt;br /&gt;
A debate team term.  &amp;quot;Fiat abuse is where you try to prevent debate not only on whether you could actually enact a policy (that's what you can &amp;quot;fiat&amp;quot; into existence) but also the policy's workability.  So, if you were debating Communism, you might be able to fiat a Communist revolution- &amp;quot;if the workers revolted, would it be good&amp;quot;, but you can't fiat the moneyed classes giving up all their private property voluntarily. One of the problems with Communism is they'd resist!&amp;quot;  Dilan Esper&lt;br /&gt;
@dilanesper&lt;br /&gt;
&lt;br /&gt;
==Flatus==&lt;br /&gt;
Gas generated in or expelled from the digestive tract, especially the stomach or intestines.&lt;br /&gt;
&lt;br /&gt;
==The Flypaper Effect==&lt;br /&gt;
&amp;quot;The flypaper effect is '''a concept from the field of public finance''' that suggests that a government grant to a recipient municipality increases the level of local public spending more than an increase in local income of an equivalent size.  '''When a dollar of exogenous grants to a community leads to significantly greater public spending than an equivalent dollar of citizen income: money sticks where it hits, like a fly to flypaper'''. Grants to the government will stay in the hands of the government and income to individuals will stay with these individuals.&amp;quot;  https://en.wikipedia.org/wiki/Flypaper_effect&lt;br /&gt;
&lt;br /&gt;
==Fugacity==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
1. The noun for being fleeting, evanescent.&amp;lt;br&amp;gt;&lt;br /&gt;
2. A  coefficient for a real-world gas which makes the ideal gas equation be true. The fugacity of an ideal gas is 1. The fugacity of real-world gases is between 0 and 1, e.g. the fugacity of nitrogen is about .93.  &amp;lt;br&amp;gt;&lt;br /&gt;
This came up in Ben's Thermodynamics class. &amp;lt;br&amp;gt;&lt;br /&gt;
I would like there to be the word  &amp;quot;Fugacitaceous&amp;quot; too,  for the sound of it, but that's a neologism.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
==Googleability or Googlability==  &lt;br /&gt;
A measure of how easy it is to find information about a person on the Web. &lt;br /&gt;
   Which spelling is better?&lt;br /&gt;
----&lt;br /&gt;
==Gluckschmerz==&lt;br /&gt;
Pain at seeing someone else's good fortune, analogous to Schadenfreude. But it's fake German. See  this [https://twitter.com/TomVaid/status/1442500467158765574 twitter thread].&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
==The Javert Paradox==&lt;br /&gt;
{{Quotation| The Javert Paradox: Suppose you find a problem with published work. If you just point it out once or twice, the authors of the work are likely to do nothing. But if you really pursue the problem, then you look like a Javert.&lt;br /&gt;
-- [https://statmodeling.stat.columbia.edu/2009/05/24/handy_statistic/ Andrew Gelman]}}&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
==[https://en.wikipedia.org/wiki/Kairos  '''Kairos.''']== &lt;br /&gt;
καιρός. &amp;quot;a passing instant when an opening appears which must be driven through with force if success is to be achieved.&amp;quot;  &lt;br /&gt;
&lt;br /&gt;
{{quotation| While chronos is quantitative, kairos has a qualitative, permanent nature.&amp;lt;ref&amp;gt; [http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.04.0057%3Aentry%3Dkairo%2Fs1 Henry George Liddell, Robert Scott, A Greek-English Lexicon ]&amp;lt;/ref&amp;gt; ''Kairos'' also means ''weather'' in Modern Greek... In weaving, kairos denotes the moment in which the shuttle could be passed through threads on the  loom.&amp;quot;&amp;lt;ref&amp;gt;Stephenson,Hunter W. (2005) &amp;quot;Forecasting Opportunity: Kairos, Production, and Writing, p.4. University Press of America: Oxford&amp;lt;/ref&amp;gt; ...&amp;quot;Kairos&amp;quot; (used 86 times in the New Testament) refers to an opportune time, a &amp;quot;moment&amp;quot; or a &amp;quot;season&amp;quot; such as &amp;quot;harvest time,&amp;quot;  whereas &amp;quot;chronos&amp;quot; (used 54 times) refers to a specific amount of time, such as a day or an hour (e.g. Acts 13:18 and 27:9).}}&lt;br /&gt;
 &lt;br /&gt;
==Katz==&lt;br /&gt;
Short for &amp;quot;Kohen Tzedeq (&amp;quot;priest of justice&amp;quot;/&amp;quot;authentic priest&amp;quot;) or Kohen Tzadok (meaning the name-bearer is of patrilineal descent of the Kohanim sons of Zadok)&amp;quot;, Wikipedia says. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kebab case==&lt;br /&gt;
A variable-naming style that separates the parts of a name with dashes, as in first-second-third. See also: camel case, pothole case.&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==Lunate epsilon==&lt;br /&gt;
The lunate epsilon (tex: $\epsilon$) is the moon-shaped one  that I like to use for something very small because it looks smaller. The &amp;quot;reverse-3&amp;quot; form is the uglier squiggly one that has the advantage of one-stroke cursive writing on the blackboard. See the [https://en.wikipedia.org/wiki/Epsilon Wikipedia entry].&lt;br /&gt;
&lt;br /&gt;
==To Lustrate==&lt;br /&gt;
To purify by expiatory sacrifice, ceremonial washing, or some other ritual action.&lt;br /&gt;
&amp;quot;a soul lustrated in the baptismal waters&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mnemonic==&lt;br /&gt;
Mnemonic (plural mnemonics): Anything (especially in verbal form) used to help remember something.&lt;br /&gt;
:How do you spell mnemonic?&amp;lt;br&amp;gt;&lt;br /&gt;
:It's practically demonic.&amp;lt;br&amp;gt;&lt;br /&gt;
:You put an M before the N;&amp;lt;br&amp;gt;&lt;br /&gt;
:And then it's just phenomic.&lt;br /&gt;
&lt;br /&gt;
==Mokita==&lt;br /&gt;
&amp;quot;Mokita is a Papua New Guinean term for something that everyone knows but no one talks about.&amp;quot; https://twitter.com/charlesmurray/status/1439993770519445508?s=03.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Earl Hunt, the eminent psychometrician, invoked that word in his review of TBC many, many years ago.&amp;quot;--Charles Murray, https://twitter.com/charlesmurray/status/1439993770519445508?s=03.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Nuisance parameter==&lt;br /&gt;
A nuisance parameter is any parameter which is not of immediate interest but must be accounted for in the analysis of the parameter of interest. The classic example is the variance of distribution when the mean is of primary interest. [https://buff.ly/2RVnaMH Wikipedia's article].&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Obrazovanshchina==&lt;br /&gt;
&amp;quot;Obrazovanshchina (Russian: образованщина, 'educationdom', 'educaties',[1] 'smatterers') is a Russian ironical, derogatory term for a category of people with superficial education who lack the higher ethics of an educated person.[2] The term was introduced by Alexander Solzhenitsyn in his 1974 essay &amp;quot;Obrazovanshchina&amp;quot; (translated as &amp;quot;The Smatterers&amp;quot;) as a criticism of the transformation of the Russian intelligentsia, which, in his opinion had lost high ethical values.&amp;quot; https://en.m.wikipedia.org/wiki/Obrazovanshchina&lt;br /&gt;
&lt;br /&gt;
==On the Record==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
AP's guidelines for &amp;quot;Off the record&amp;quot;, &amp;quot;Background&amp;quot; and &amp;quot;Deep Background&amp;quot;&lt;br /&gt;
Published 2011-08-01&lt;br /&gt;
&lt;br /&gt;
Not everyone understands “off the record” or “on background” to mean the same things. Before any interview in which any degree of anonymity is expected, there should be a discussion in which the ground rules are set explicitly.&lt;br /&gt;
These are the AP’s definitions:&lt;br /&gt;
&lt;br /&gt;
On the record: The information can be used with no caveats, quoting the source by name.&lt;br /&gt;
&lt;br /&gt;
Off the record: The information cannot be used for publication.&lt;br /&gt;
&lt;br /&gt;
Background: The information can be published but only under conditions negotiated with the source. Generally, the sources do not want their names published but will agree to a description of their position. AP reporters should object vigorously when a source wants to brief a group of reporters on background and try to persuade the source to put the briefing on the record. These background briefings have become routine in many venues, especially with government officials.&lt;br /&gt;
&lt;br /&gt;
Deep background: The information can be used but without attribution. The source does not want to be identified in any way, even on condition of anonymity.  &lt;br /&gt;
https://blog.chrislkeller.com/aps-guidelines-for-off-the-record-background/}}&lt;br /&gt;
&lt;br /&gt;
==Overfeatures==&lt;br /&gt;
I'd like to popularize the word &amp;quot;overfeatured&amp;quot; to mean software, cars, or any other product that has too many bells and whistles. These can either actively degrade usability, or make it too hard to figure out simple uses.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Per curiam==&lt;br /&gt;
A way for a court to sign a judicial opinion. &amp;quot;Traditionally, the per curiam was used to signal that a case was&lt;br /&gt;
uncontroversial, obvious, and did not require a substantial opinion...  These early&lt;br /&gt;
opinions often comprised only a sentence or two, rarely more than a&lt;br /&gt;
paragraph, and never displayed disagreement among the Justices.&lt;br /&gt;
Beginning in 1909 with Justice Oliver Wendell Holmes, whose&lt;br /&gt;
strongly worded separate opinions earned him the moniker &amp;quot;the Great&lt;br /&gt;
Dissenter,&amp;quot; per curiam opinions began to feature dissents... The per curiam&lt;br /&gt;
not only allowed the Court to quickly adjudicate these more&lt;br /&gt;
substantive cases but also to signify to the public that the issues in&lt;br /&gt;
them were easily resolved and required little explanation.&amp;quot;&lt;br /&gt;
[https://digitalcommons.wcl.american.edu/facsch_lawrev/425/ &amp;quot;Hiding Behind the Cloak of Invisibility: The Supreme Court and Per Curiam Opinions,&amp;quot;]&lt;br /&gt;
Ira Robbins (2012). &lt;br /&gt;
&lt;br /&gt;
==Pothole case==&lt;br /&gt;
A variable-naming style that separates the parts of a name with underscores, as in first_second_third. See also: camel case, kebab case.&lt;br /&gt;
&lt;br /&gt;
==Plaque==&lt;br /&gt;
1. an ornamental tablet,&lt;br /&gt;
2. A sticky bacterial deposit on teeth.&lt;br /&gt;
&lt;br /&gt;
==Prevenient Grace==&lt;br /&gt;
&amp;quot;Free will is unable to begin or to perfect any true and spiritual good, without grace. …This grace [prævenit] goes before, accompanies, and follows; it excites, assists, operates that we will, and co operates lest we will in vain.&amp;quot; Arminius [https://ccel.org/ccel/arminius/works2/works2.ix.vi.html  &amp;quot;Grace and Free Will&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
==Pronunciamento==&lt;br /&gt;
{{Quotation| A pronunciamiento (Spanish: [pɾonunθjaˈmjento], Portuguese: pronunciamento [pɾunũsiɐˈmẽtu]; &amp;quot;proclamation , announcement or declaration&amp;quot;) is a form of military rebellion or coup d'état particularly associated with Spain, Portugal and Latin America, especially in the 19th century.}}&lt;br /&gt;
https://en.wikipedia.org/wiki/Pronunciamiento&lt;br /&gt;
&lt;br /&gt;
==Psephology==&lt;br /&gt;
The statistical study of elections and voting. &lt;br /&gt;
&lt;br /&gt;
==PUMP AND DUMP==&lt;br /&gt;
1. The stock manipulation trick of using rumor or purchase to inflate a stock's purchase and then selling it. https://en.wikipedia.org/wiki/Pump_and_dump.  2. The political dirty trick of getting a crowd so excited that it charges off to wreck a  building or kill someone, so it gets in trouble and discredits the movement, and then quietly leaving before the arrests and shooting.  3. A Full Service Company Offering Residential &amp;amp; Commercial Septic Services. https://www.pumpndumpusa.com/.&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==RAREBIT== &lt;br /&gt;
Ambrose Bierce (1911): &amp;quot;Rarebit n. A Welsh rabbit, in the speech of the humorless, who point out that it is not a rabbit. To whom it may be solemnly explained that the comestible known as toad in the hole is really not a toad, and that ris de veau à la financière is not the smile of a calf prepared after the recipe of a she banker.&amp;quot;&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
==Spitster== &lt;br /&gt;
A double-cup invention for eating sunflower seeds, peanuts, or pistachios. https://www.prweb.com/releases/2012/3/prweb9254850.htm&lt;br /&gt;
&lt;br /&gt;
==Steelmanning==&lt;br /&gt;
Presenting one's opponent's arguments as well as possible, even if that's not the way they presented them. Chicago's Professor  [https://reason.com/volokh/2021/05/12/steelmanning-and-interpretive-charity/?utm_source=dlvr.it&amp;amp;utm_medium=twitter Will Baude says,]&lt;br /&gt;
&amp;quot;Indeed, I now sometimes test a version of this skill on my exams, asking students to write up both sides of an argument, with the rule that their grade will be based on the quality of the worse of the two arguments.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Traumata==&lt;br /&gt;
An alternative to &amp;quot;traumas&amp;quot; as a plural  for &amp;quot;trauma&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Unpronounceable Case==&lt;br /&gt;
[https://www.supremecourt.gov/opinions/20pdf/19-968_8nj9.pdf    Uzuegbunam v. Preczewski], US Supreme Court (2020) may supplant whatever case has traditionally held this title.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Unterschlepper==&lt;br /&gt;
Neologism from [https://stljewishlight.org/news/news-local/yiddish-word-of-the-week-schlep-or-schlepper/ &amp;quot;schlepper&amp;quot;]. &lt;br /&gt;
{{Quotation| From Yiddish שלעפּן (“to drag”); from High German schleppen (“to drag”)– “to carry”-&amp;lt;br&amp;gt;&lt;br /&gt;
1) a servant who carries things&amp;lt;br&amp;gt;&lt;br /&gt;
2)  a porter&amp;lt;br&amp;gt;&lt;br /&gt;
3) a pejorative insult for an individual who wanders aimlessly&amp;lt;br&amp;gt;&lt;br /&gt;
4) One who acts in a slovenly, lazy, or sloppy manner. Kind of like the modern idiom of “slacker”. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Synonyms in academia  are  &amp;quot;assistant dean&amp;quot;, &amp;quot;deanlet&amp;quot; and &amp;quot;deanlette&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Vatic==&lt;br /&gt;
Describing or predicting what will happen in the future.&lt;br /&gt;
&lt;br /&gt;
----- &lt;br /&gt;
== Valley of the Clueles: Das Tal der Ahnungslosen==&lt;br /&gt;
The valley in East Germany that could not be reached by Voice of America radio. &amp;quot;regions in the northeast to Greifswald and in the southeast of the GDR in the former district of Dresden... about 15 % of the population of the GDR...The term is now used for local communities or areas in Germany with missing or poorly developed broadband Internet access,&amp;quot;  from [https://memim.com/tal-der-ahnungslosen.html Tal der Ahnungslosen].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Wokeschaltung==&lt;br /&gt;
The Woke pressure to bring everything in society into conformity or else crush it, by analogy to the Nazi gleichschaltung. Perhaps coined by Curtis Yarvin in [https://graymirror.substack.com/p/big-tech-has-no-power-at-all?s=r &amp;quot;Big tech has no power at all: The basics of tech censorship and the structure of the cathedral,&amp;quot;] (2021).&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Zornhau==&lt;br /&gt;
A zornhau (wrath hew) is the diagonal cut sword cut from shoulder to opposite waist known as &amp;quot;kesa-giri&amp;quot; in Japan. It is said to be  historically the most effective at killing people. See https://allthetropes.fandom.com/wiki/Diagonal_Cut and https://danielagnewauthor.com/2017/04/27/the-zornhau-ort-its-simpler-than-you-think/. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=To_Do&amp;diff=5728</id>
		<title>To Do</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=To_Do&amp;diff=5728"/>
		<updated>2022-06-18T22:05:34Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
https://myhealthgazette.com/then-and-now-is/?utm_source=twitter&amp;amp;utm_campaign=mhg-tw-us-d-thenandnow-cpm_lautaro_arg_v2544631788_cl7_04.20.22&amp;amp;utm_medium=37317379&amp;amp;twclid=2-50ovzqjezzfm4at5mbe9x3myb&lt;br /&gt;
  &lt;br /&gt;
https://theintercept.com/2022/06/13/progressive-organizing-infighting-callout-culture/&lt;br /&gt;
&lt;br /&gt;
https://palladiummag.com/2022/06/13/stanfords-war-on-social-life/&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
https://betonit.substack.com/p/the-madness-of-air-travel-regulation/comments?s=r#comment-6129796&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/2-3.jpg&lt;br /&gt;
https://anncoulter.com/2022/04/13/in-historic-first-55-130-lb-woman-confirmed-to-supreme-court/&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/32-2.jpg&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/22-2.jpg&lt;br /&gt;
&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/30-2.jpg&lt;br /&gt;
&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/9-2.jpg&lt;br /&gt;
&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/42-3.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://microgamedesigngroup.com/WreckingYard/s&amp;amp;t.html&lt;br /&gt;
      &lt;br /&gt;
     &lt;br /&gt;
https://twitter.com/DrSimonCMP/status/1508170433828466691&lt;br /&gt;
https://indianexpress.com/article/opinion/columns/nabard-farmers-india-protest-agriculture-sector-7279331/&lt;br /&gt;
https://www.youtube.com/watch?v=AN2uYMfnNl4&amp;amp;t=313s&lt;br /&gt;
https://twitter.com/ArmchairW/status/1534756833813880834&lt;br /&gt;
    &lt;br /&gt;
https://state.1keydata.com/states-by-size.php How many senators for each state?&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
https://www.insidehighered.com/views/2022/04/15/purdue-must-restore-its-english-program-opinion&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
http://dillonmarsh.com/fwiw.html&lt;br /&gt;
https://pbs.twimg.com/media/FHzkO-WXMAMwIkv?format=jpg&amp;amp;name=medium Big Chestnut trees. &lt;br /&gt;
  &lt;br /&gt;
https://pbs.twimg.com/tweet_video_thumb/EcDNH0yVcAAf7d0?format=jpg&amp;amp;name=900x900&lt;br /&gt;
&lt;br /&gt;
https://docs.google.com/document/d/1luUDzHToWceJISNNOmAw0AuFfsC2ojSDdDpP7pfu_no/edit &lt;br /&gt;
  &lt;br /&gt;
https://spy-vs-spy.fandom.com/wiki/Spy_vs_Spy&lt;br /&gt;
&lt;br /&gt;
https://twitter.com/RobertKlitgaard&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=To_Do&amp;diff=5727</id>
		<title>To Do</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=To_Do&amp;diff=5727"/>
		<updated>2022-06-18T22:04:42Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: Created page with &amp;quot; https://edwest.substack.com/p/i-will-never-accept-kyiv?s=r    https://myhealthgazette.com/then-and-now-is/?utm_source=twitter&amp;amp;utm_campaign=mhg-tw-us-d-thenandnow-cpm_lautaro_...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
https://edwest.substack.com/p/i-will-never-accept-kyiv?s=r&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 https://myhealthgazette.com/then-and-now-is/?utm_source=twitter&amp;amp;utm_campaign=mhg-tw-us-d-thenandnow-cpm_lautaro_arg_v2544631788_cl7_04.20.22&amp;amp;utm_medium=37317379&amp;amp;twclid=2-50ovzqjezzfm4at5mbe9x3myb&lt;br /&gt;
  &lt;br /&gt;
  https://theintercept.com/2022/06/13/progressive-organizing-infighting-callout-culture/&lt;br /&gt;
&lt;br /&gt;
https://palladiummag.com/2022/06/13/stanfords-war-on-social-life/&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
https://betonit.substack.com/p/the-madness-of-air-travel-regulation/comments?s=r#comment-6129796&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 https://natureworldtoday.com/wp-content/uploads/2021/11/2-3.jpg&lt;br /&gt;
https://anncoulter.com/2022/04/13/in-historic-first-55-130-lb-woman-confirmed-to-supreme-court/&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/32-2.jpg&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/22-2.jpg&lt;br /&gt;
&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/30-2.jpg&lt;br /&gt;
&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/9-2.jpg&lt;br /&gt;
&lt;br /&gt;
https://natureworldtoday.com/wp-content/uploads/2021/11/42-3.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://microgamedesigngroup.com/WreckingYard/s&amp;amp;t.html&lt;br /&gt;
      &lt;br /&gt;
     &lt;br /&gt;
https://twitter.com/DrSimonCMP/status/1508170433828466691&lt;br /&gt;
https://indianexpress.com/article/opinion/columns/nabard-farmers-india-protest-agriculture-sector-7279331/&lt;br /&gt;
https://www.youtube.com/watch?v=AN2uYMfnNl4&amp;amp;t=313s&lt;br /&gt;
https://twitter.com/ArmchairW/status/1534756833813880834&lt;br /&gt;
    &lt;br /&gt;
https://state.1keydata.com/states-by-size.php How many senators for each state?&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
https://www.insidehighered.com/views/2022/04/15/purdue-must-restore-its-english-program-opinion&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
http://dillonmarsh.com/fwiw.html&lt;br /&gt;
https://pbs.twimg.com/media/FHzkO-WXMAMwIkv?format=jpg&amp;amp;name=medium Big Chestnut trees. &lt;br /&gt;
  &lt;br /&gt;
https://pbs.twimg.com/tweet_video_thumb/EcDNH0yVcAAf7d0?format=jpg&amp;amp;name=900x900&lt;br /&gt;
&lt;br /&gt;
https://docs.google.com/document/d/1luUDzHToWceJISNNOmAw0AuFfsC2ojSDdDpP7pfu_no/edit &lt;br /&gt;
  &lt;br /&gt;
https://spy-vs-spy.fandom.com/wiki/Spy_vs_Spy&lt;br /&gt;
&lt;br /&gt;
https://twitter.com/RobertKlitgaard&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5726</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5726"/>
		<updated>2022-06-18T22:03:44Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is reached by  http://rasmusen.org/rasmapedia. Top pages: '''[[Music]]''' and '''[[Quotations]]''' and '''[[Words]] ''' and [[Jokes]] and [[Anecdotes]]  and '''[[Books To Read]]''' and '''[[Articles to read]]''' and '''[[iu:main]]''' and [[Notes to Transfer Elsewhere]] and [[Memorable Articles]] and [[Videos]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Commands: &amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 20 align=left&amp;gt;&amp;lt;/html&amp;gt;  &lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
==[[Computers]] and  [[Images]] and [[Movies]] and  [[Candidates for Best Dozen Articles I've Read in 2022]]  ''and  the''  [[MIT Free Speech]] page. ==&lt;br /&gt;
&lt;br /&gt;
==Covid==&lt;br /&gt;
*[[Notes on Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Asymptomatic Spread]] and [[Attacks on covid dissenters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Blunders]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Civil Rights and Rule by Decree]] and [[covid]]  and  [[Covid Gear and Precautions]] and [[Covid Origins]] and [[Covid Party Line Flip Flops]] a&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Death rate]] and [[Covid Defective Thinking]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Epidemiology]] and [[Epidemiologists]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ivermectin]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Law]]   and [[Long Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Masks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid op-eds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pandemic Policy]] and [[Polls]] and  [[Pulse Oximeters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Statistics]] &lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Testing]] and [[Covid: treatments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vaccination]] and [[Ventilation]] and [[Vitamin D]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Economics==&lt;br /&gt;
*[[Notes on Economics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Articles to Read]] &lt;br /&gt;
----&lt;br /&gt;
*[[Business]]&lt;br /&gt;
----&lt;br /&gt;
*[[Coase Theorem Examples]] and [[The Common Carrier Theory of Facebook]]  and [[Contracts]] and [[Convertible Indexed Consols]]&lt;br /&gt;
----&lt;br /&gt;
*[[Data]] and [[Diseconomies of Scale]]&lt;br /&gt;
----&lt;br /&gt;
*[[The economics profession]]  and [[Economistical Arrogance]] and [[Economists--Current]] and  [[Entrepreneurs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Finance]] and [[Free Trade]] &lt;br /&gt;
----&lt;br /&gt;
*[[Game Theory]] and [[Getting a PhD in Economics]]   and [[Government Debt]] and  [[Government Failure]] and [[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[History of Economic Thought]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ Research]] and  [[Inflation]] and [[Insurance]] and  [[The Internet and Its Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Management]] and [[Mathematics]] and  and [[Mechanism Design]] and [[Minimum Wage]] (Card-Krueger New Jersey study)&lt;br /&gt;
----&lt;br /&gt;
*[[Paper Notes]] and [[Parler v. Amazon]] and  [[Paternalism]] and [[Personal investing]]  and [[Poverty]] and [[The economics profession]] and  [[The Prosperity of Ching China]]&lt;br /&gt;
----&lt;br /&gt;
*[[Recycling]] and [[Refereeing]] and [[Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Schumpeter]] and [[Seminar Notes]] and [[Socialism]] and [[Social Regulation]] and [[Statistics]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Taxation in China 1650-1911]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vice]]&lt;br /&gt;
----&lt;br /&gt;
*[[The 2021 Texas Snowfall Electricity Crisis]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
*[[Notes on Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bloomington Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[Childrearing]] and [[Christian Colleges]] and [[College Majors]] and  [[Colleges]]&lt;br /&gt;
----&lt;br /&gt;
*[[DEI]] bureaucrats&lt;br /&gt;
----&lt;br /&gt;
*[[Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Failure]]&lt;br /&gt;
---- &lt;br /&gt;
*[[Good Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Indiana Free Speech Survey]] and [[IU Trustees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Private Schools]] and [[Proofs-- Bad Ones]] &lt;br /&gt;
----&lt;br /&gt;
*[[SAT Test]] and [[School Discipline]] and [[Sexual Abuse by Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Teaching]] and [[Test Prep]] and  [[Test Scores]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]] and [[Uni High]] and [[Unionized Schools]] and [[Universities]]  and [[University Reform]]&lt;br /&gt;
&lt;br /&gt;
==Law==&lt;br /&gt;
*[[Notes on Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Amy Chua]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
----&lt;br /&gt;
*[[Clothing]] and [[The Common Carrier Theory of Facebook]] and [[Con Law]] and [[Contracts]] and [[Copyright]] and [[Crime]]&lt;br /&gt;
----&lt;br /&gt;
*[[Defamation]] and [[Department of Justice]] and [[Disbarring]] evil lawyers&lt;br /&gt;
----&lt;br /&gt;
*[[Embargo]] Contracts for News&lt;br /&gt;
----&lt;br /&gt;
*[[False Accusations]] and the [[FBI]] and [[FOIA]] and   [[Free Speech Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Hunter Biden's Admission to Yale Law School]] and  [[Hyperlink in Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Impeachment]] and [[The Indiana Legal Trust]]  and [[Injustice]] and [[Injunctions--National]] and the [[IU Trustees]] and [[Intellectual property]] and [[International Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Lawyers]]  and  [[Legalism]] in religion  and  [[Leviticus]] and  [[Litigation Finance]]&lt;br /&gt;
----&lt;br /&gt;
*[[Meriwether Case of Administration Persecution]] and [[Morality Laws]]&lt;br /&gt;
----&lt;br /&gt;
*[[Natural Law]] and [[Nondisclosure Clauses]]&lt;br /&gt;
----&lt;br /&gt;
*[[Opium War Arsenic Poisoning]] and [[Oral Argument]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pardons]]  and   and  [[Parler company]]  and [[Patents]] and [[Poison Pills]] and  [[Police Shootings]] and  [[Police Tactics]] and  and [[Precedent]] and [[Preliminary Injunctions]] and  [[Product Law: Fraud, Trademark, Copyright, Patent]] and [[Property Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ranking Law Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Settlements]] and  [[Settlement That Hurt the Public]]  and  [[Specific versus General Jurisdiction for Corporations]] and the [[Supreme Court]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tax Law]]   and  [[Title IX Law]]  and [[Torts]] and   [[Transition Rules in Administrative Law]] and [[Trent Colbert]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]]  and [[University Governance]]&lt;br /&gt;
----&lt;br /&gt;
*[[What Is the Law?]]&lt;br /&gt;
----&lt;br /&gt;
*Yale Law School's [[Amy Chua]] and [[Trent Colbert]]. &lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Living==&lt;br /&gt;
*[[Notes on Living]]&lt;br /&gt;
----&lt;br /&gt;
*[[Advice]] and  [[Air Travel]] and [[Architecture]] and  [[Art]] &lt;br /&gt;
----&lt;br /&gt;
*'''[[Badly Designed Products]]''' and  [[Beauty]] and  [[Best Things of 2020]] and [[Best Things of 2021]] and [[Candidates for Best Dozen Articles I've Read in 2021]]  and  [[Bloomington Employers]] and [[Best Dozen Articles of 2022]]&lt;br /&gt;
----&lt;br /&gt;
*[[Card games]] and [[Social Class|Class]] and [[Computers]] and  [[Conversation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Death]] and [[Design]] and [[Dry Ice]] and [[Drinks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]] and [[Fishing]] and [[Food]]    and [[Friends]]&lt;br /&gt;
----&lt;br /&gt;
*[[Games]]  and  [[Gardening]]  and  [[Guns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Happiness]]  and  [[Hardware]]  and  [[Holidays]]  and  [[Hunting]]&lt;br /&gt;
----&lt;br /&gt;
*[[Inventions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Job Interviews]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Marriage]]  and  [[Movies]]    and  [[Musical Instruments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Obesity]]  and  [[Obituaries]] and [[An Old Man's Stories]] and [[Organization]]&lt;br /&gt;
----&lt;br /&gt;
*[[Parenting]]  and [[Parties]] and [[Places]] and  [[Places to Go]]   and  [[Presents]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Rugs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Search engines]]  and  [[Shopping]]  and  [[Sickness]]  and  [[Smoking]] and and [[Social Class]]  and  [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tools]]  and  [[TV]]&lt;br /&gt;
----&lt;br /&gt;
*[[Units of Measurement]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Politics==&lt;br /&gt;
*[[Notes on Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Biden Administration]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[The CIA]] and [[The Common Carrier Theory of Facebook]]  and  [[Communists]] and [[Conservatives]] and  [[Corruption]] and  [[Countries]] and [[Covid-19]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Deep State]] and [[Dictators]] and [[Diplomats]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Elections]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Filibusters]]  and [[Fraud in Government Programs]] and [[Free Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Government Design]] (constitutions, civil service, etc.) &lt;br /&gt;
----&lt;br /&gt;
*[[Hate hoaxes]] and [[History and Political Tactics for Our Time]]&lt;br /&gt;
----&lt;br /&gt;
*[[Identity Politics/Tribalism]] and [[Immigration]] and [[Impeachment]] and [[The Imperial Presidency]] and [[Indiana Politics]] and [[Inequality]] and [[Israel]]&lt;br /&gt;
----&lt;br /&gt;
*The January 6 incident:  [[2020 Capitol Crowd]] and  [[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Kamala Harris As   Prostitute]]&lt;br /&gt;
----&lt;br /&gt;
*[[Liberals]] and [[Letter to People Who Might Vote for Biden]]  and [[Liberals and Beauty]] and [[Luxury Beliefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Media]] and [[Military Spending]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Nation]] and [[Nixon]] and [[Nuclear power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Political philosophy]]   and  [[Political Prisoners in the US]] and [[Politicians]] and [[Politics generally]] and  [[Politics]]  and [[Polls]] and [[Pontius Pilate As Politician]]&lt;br /&gt;
*[[Practical Tips on Woke Mobbing]]&lt;br /&gt;
*[[The Press as an arm of the Democratic Party]]  &lt;br /&gt;
*[[Public Intellectuals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Race]] and   [[Redistricting]] and  [[Richard II, Rebellion, and Right]] and  [[Riker Book]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Social Policy]] and the [[Southern Poverty Law Center (SPLC)]] and  [[Subversion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tactics  to Fight Cancelling]] and [[&amp;quot;This Land Is My Land&amp;quot;]]&lt;br /&gt;
----&lt;br /&gt;
*[[U.K. Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vote Fraud]] and [[Voting]]&lt;br /&gt;
----&lt;br /&gt;
*[[War]] and [[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Religion==&lt;br /&gt;
*[[Notes on Religion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Anti-Semitism]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Bible]] and  [[Bible Translations]]  and [[Useful Bible Verses]] and   [[Bloomington Churches]] and [[Books]]&lt;br /&gt;
----&lt;br /&gt;
*[[Christian Business]] and [[Christian Colleges]] and [[Christmas]] and   [[Church Buildings]]   and  [[Church Discpline]]&lt;br /&gt;
----&lt;br /&gt;
*[[Deificatio]] and [[Dissolution of the Monasteries]] and [[Donations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ecclesiology]]    and  [[Ethics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Faith versus Works]] and  [[Forgiveness versus Justice]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Good Churches in Various Towns across America]] and  [[The Good Shepherd]]&lt;br /&gt;
----&lt;br /&gt;
*[[Head Coverings]] and [[Holidays]]  and  [[Hymns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Immortality]] and [[Inerrancy]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Law As an Expression of God's Character]] and   [[Legalism]]  and  [[Leviticus]]&lt;br /&gt;
----&lt;br /&gt;
*[[Making your own Christmas cards folding 8x11 paper]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Name of God]] and  [[The National Anthem as Idolatry]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pastors]]  and  [[Peter's Denial]]   and [[Polls: Religion]] and  [[Political Economy in the Bible]] and  [[Pontius Pilate As Politician]]  and  [[Prayer]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Religion in America]] and [[The Rites Controversy in China]]  and  [[Roman Catholicism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Theology]] and  [[The twelve days of Christmas]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
*[[Bankruptcy--Casey and Macey on Hertz and Absolute Priority]]&lt;br /&gt;
*[[Bankruptcy--Skeel on Christian Bankruptcy]]&lt;br /&gt;
*[[Equity-- Why Not Have Enough?]] and  [[Euclid]] and [[Evaluation in Organizations]]&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
*[[Heteroskedasticity]] and [[Hundred Flowers Bloom Model]] &lt;br /&gt;
*[[The Indiana Litigation Trust]] (formerly named [[The Indiana Legal Trust]])&lt;br /&gt;
*[[Nondisclosure Clauses]]&lt;br /&gt;
*[[An Old Man's Stories]] and [[Ostracism in Japan]] and [[Outliers]]&lt;br /&gt;
*[[Regulation Book]]&lt;br /&gt;
*[[Riker Book]]&lt;br /&gt;
*[[Shrinkage]]&lt;br /&gt;
*[[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]&lt;br /&gt;
*[[1933 Germany]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Science==&lt;br /&gt;
*[[Animals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cicadas]]  and  [[Covid-19]]&lt;br /&gt;
----&lt;br /&gt;
*[[The FDA]]&lt;br /&gt;
----&lt;br /&gt;
*[[Geology]]  and  [[Global Warming]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ]]&lt;br /&gt;
----&lt;br /&gt;
*[[Math]] and  [[Medicine]] and [[Mushrooms]]&lt;br /&gt;
----&lt;br /&gt;
*[[Nuclear Power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Plants]]  and  [[Pollution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Short Circuits]]&lt;br /&gt;
----&lt;br /&gt;
*[[Trees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Zeno's Paradox of Achilles and the Tortoise]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Thinking==&lt;br /&gt;
*[[Notes on Thinking]]&lt;br /&gt;
----&lt;br /&gt;
*[[ Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bayes's Rule]] and [[Bias]] and [[Bias in Research]]  and  [[Boasting]]   and  [[Books for My Children To Read]]  and  [[Books I Find Myself Reading Over and Over]]&lt;br /&gt;
----&lt;br /&gt;
*[[Comments]] on the Internet, and [[C. P. Snow, Good Judgement and Winston Churchill]]&lt;br /&gt;
----&lt;br /&gt;
*[[Definitions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ethics]]  and  [[The Exception That Proves the Rule]]  and  [[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Feeling versus Thinking]]  and  [[Francis Bacon's Four Idols]]     and  [[Freedom of Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Innovation]]  and [[Intelligence]]&lt;br /&gt;
----&lt;br /&gt;
*[[Man and Woman]]  and  [[Models and Heuristics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Persuasion]] and [[Psychology]]&lt;br /&gt;
----&lt;br /&gt;
*[[Randomness]] and [[Reading]] and [[Remembering to Think]]&lt;br /&gt;
----&lt;br /&gt;
*[[Self-Esteem]] and [[Selfishness]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Three Kinds of  Concluding: Logic, Intuition, Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Writing==&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]. See also  [[Coding]] and [[Tables of Numbers]] and [[Figures and Diagrams]] and [[Social media]]  and [https://www.rasmusen.org/blog1/c-p-snow-good-judgement-and-winston-churchill/  C. P. Snow, Good Judgement and Winston Churchill ] and [https://www.rasmusen.org/blog1/indefinite-pronouns/   Indefinite Pronouns ]  and [https://www.rasmusen.org/blog1/writing-right-right-away/  Writing Right Right Now.  ]  and [https://www.rasmusen.org/blog1/style-manual/   Writing Style.  ]  and [https://www.rasmusen.org/blog1/rewriting-abstracts/  Rewriting Abstracts ]  and [https://www.rasmusen.org/blog1/diagrams/   Diagrams.  ]  and [[Careful Writing Requires Work]].&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Ambiguity]] and  [[Anonymity]] and [[Articles on Writing]] and  [[Audience]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Language]] and  [[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]  and  [[Big Picture Overview Writing]]  and  [[Big Words]]  and  [[Book reviews: Curiosity, by F.H. Buckley]]&lt;br /&gt;
----&lt;br /&gt;
*[[Candidates for Best Dozen Articles I've Read in 2021]] and [[Citation]] and getting [[Comments]] and  [[Conferences]] and  [[Cover Pages]]&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Examples of Seminar Handouts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Fallacies]]  and  [[Fiction Links]]  and  [[Footnotes]]&lt;br /&gt;
----&lt;br /&gt;
*[[Handouts]]  and [[Handwriting]] and  [[How to Run Online Talks]] and  [[Hyperlinks and the List of Authorities in Legal Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[&amp;quot;Impact&amp;quot; As a Verb]]&lt;br /&gt;
----&lt;br /&gt;
*[[Journals]] and [[Journalism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Listening]] &lt;br /&gt;
----&lt;br /&gt;
*[[Math Writing]] and  [[Mockery and Name-Calling]]&lt;br /&gt;
----&lt;br /&gt;
*[[Names]] and [[Novels I Like]]&lt;br /&gt;
----&lt;br /&gt;
*[[Orthography]]&lt;br /&gt;
----&lt;br /&gt;
*[[PhD students]] and [[Phrases]] and  [[Poems]]  and  [[Procrastination]] and [[The Publishing Business]]   and  [[Punctuation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Quotation style]] &lt;br /&gt;
----&lt;br /&gt;
*[[Reading]] as an activity and [[Books to Read]] and [[Rejection]] and [[Rhetorical Phrases]]&lt;br /&gt;
----&lt;br /&gt;
*[[Songs]] and [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Talking]]   and  [[Teaching Writing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Using foreign names of people and countries]] &lt;br /&gt;
----&lt;br /&gt;
*[[Wikipedia]]  and  [[Writing]]   and  [[Writing Style in the Internet Age]]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
----&lt;br /&gt;
*[[Deaths, Mysterious]] and [[Despised Ethnic Groups]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]]&lt;br /&gt;
----&lt;br /&gt;
*[[History]] and [[Homosexuality]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]] and [[Korean Dialects]]&lt;br /&gt;
----&lt;br /&gt;
*[[Machiavelli,  W.E.B. Du Bois, and Their Friends]] and [[Maps]]&lt;br /&gt;
----&lt;br /&gt;
*[[Places]] and [[Profit Opportunities]]&lt;br /&gt;
&lt;br /&gt;
*[[To Do]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Administrative and Wikimedia Help==&lt;br /&gt;
*[[Twitter Tweets]]&lt;br /&gt;
*[[Using MediaWiki for organizing your personal website]]  and &lt;br /&gt;
*[[Rasmapedia administration]]   &lt;br /&gt;
*[[Notes on various things]]&lt;br /&gt;
*[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]&lt;br /&gt;
*[https://en.wikipedia.org/w/index.php?title=User:Editeur24/sandbox&amp;amp;redirect=no My Wikipedia useful command page].&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
* for bullet points&lt;br /&gt;
# with nothing after it, for a blank line&lt;br /&gt;
*(1) is how I like to do numbered lists. It is better than using #&lt;br /&gt;
&amp;lt;nowiki&amp;gt;no [[wiki]] ''markup''&amp;lt;/nowiki&amp;gt;  escaping the language&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;This is a gray blockquote&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 &amp;lt;!-- This is a comment --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 [[MediaWiki:Common.css]]&lt;br /&gt;
&lt;br /&gt;
 I have not figured out how to include templates. The documentation is bad on how to include them in a wiki. &lt;br /&gt;
&lt;br /&gt;
===Templates===&lt;br /&gt;
*[[template:Quotation]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Injustice&amp;diff=5725</id>
		<title>Injustice</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Injustice&amp;diff=5725"/>
		<updated>2022-06-18T14:47:04Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: Created page with &amp;quot;*The [https://thehill.com/opinion/judiciary/3528644-administration-set-to-issue-a-verdict-long-after-biden-promised-border-agents-would-be-punished/ 2022 story of Biden going...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*The [https://thehill.com/opinion/judiciary/3528644-administration-set-to-issue-a-verdict-long-after-biden-promised-border-agents-would-be-punished/ 2022 story of Biden going after the border guards for whipping illegals] when everyone knew it was false.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5724</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5724"/>
		<updated>2022-06-18T14:46:12Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is reached by  http://rasmusen.org/rasmapedia. Top pages: '''[[Music]]''' and '''[[Quotations]]''' and '''[[Words]] ''' and [[Jokes]] and [[Anecdotes]]  and '''[[Books To Read]]''' and '''[[Articles to read]]''' and '''[[iu:main]]''' and [[Notes to Transfer Elsewhere]] and [[Memorable Articles]] and [[Videos]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Commands: &amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 20 align=left&amp;gt;&amp;lt;/html&amp;gt;  &lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
==[[Computers]] and  [[Images]] and [[Movies]] and  [[Candidates for Best Dozen Articles I've Read in 2022]]  ''and  the''  [[MIT Free Speech]] page. ==&lt;br /&gt;
&lt;br /&gt;
==Covid==&lt;br /&gt;
*[[Notes on Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Asymptomatic Spread]] and [[Attacks on covid dissenters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Blunders]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Civil Rights and Rule by Decree]] and [[covid]]  and  [[Covid Gear and Precautions]] and [[Covid Origins]] and [[Covid Party Line Flip Flops]] a&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Death rate]] and [[Covid Defective Thinking]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Epidemiology]] and [[Epidemiologists]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ivermectin]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Law]]   and [[Long Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Masks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid op-eds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pandemic Policy]] and [[Polls]] and  [[Pulse Oximeters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Statistics]] &lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Testing]] and [[Covid: treatments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vaccination]] and [[Ventilation]] and [[Vitamin D]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Economics==&lt;br /&gt;
*[[Notes on Economics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Articles to Read]] &lt;br /&gt;
----&lt;br /&gt;
*[[Business]]&lt;br /&gt;
----&lt;br /&gt;
*[[Coase Theorem Examples]] and [[The Common Carrier Theory of Facebook]]  and [[Contracts]] and [[Convertible Indexed Consols]]&lt;br /&gt;
----&lt;br /&gt;
*[[Data]] and [[Diseconomies of Scale]]&lt;br /&gt;
----&lt;br /&gt;
*[[The economics profession]]  and [[Economistical Arrogance]] and [[Economists--Current]] and  [[Entrepreneurs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Finance]] and [[Free Trade]] &lt;br /&gt;
----&lt;br /&gt;
*[[Game Theory]] and [[Getting a PhD in Economics]]   and [[Government Debt]] and  [[Government Failure]] and [[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[History of Economic Thought]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ Research]] and  [[Inflation]] and [[Insurance]] and  [[The Internet and Its Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Management]] and [[Mathematics]] and  and [[Mechanism Design]] and [[Minimum Wage]] (Card-Krueger New Jersey study)&lt;br /&gt;
----&lt;br /&gt;
*[[Paper Notes]] and [[Parler v. Amazon]] and  [[Paternalism]] and [[Personal investing]]  and [[Poverty]] and [[The economics profession]] and  [[The Prosperity of Ching China]]&lt;br /&gt;
----&lt;br /&gt;
*[[Recycling]] and [[Refereeing]] and [[Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Schumpeter]] and [[Seminar Notes]] and [[Socialism]] and [[Social Regulation]] and [[Statistics]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Taxation in China 1650-1911]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vice]]&lt;br /&gt;
----&lt;br /&gt;
*[[The 2021 Texas Snowfall Electricity Crisis]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
*[[Notes on Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bloomington Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[Childrearing]] and [[Christian Colleges]] and [[College Majors]] and  [[Colleges]]&lt;br /&gt;
----&lt;br /&gt;
*[[DEI]] bureaucrats&lt;br /&gt;
----&lt;br /&gt;
*[[Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Failure]]&lt;br /&gt;
---- &lt;br /&gt;
*[[Good Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Indiana Free Speech Survey]] and [[IU Trustees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Private Schools]] and [[Proofs-- Bad Ones]] &lt;br /&gt;
----&lt;br /&gt;
*[[SAT Test]] and [[School Discipline]] and [[Sexual Abuse by Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Teaching]] and [[Test Prep]] and  [[Test Scores]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]] and [[Uni High]] and [[Unionized Schools]] and [[Universities]]  and [[University Reform]]&lt;br /&gt;
&lt;br /&gt;
==Law==&lt;br /&gt;
*[[Notes on Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Amy Chua]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
----&lt;br /&gt;
*[[Clothing]] and [[The Common Carrier Theory of Facebook]] and [[Con Law]] and [[Contracts]] and [[Copyright]] and [[Crime]]&lt;br /&gt;
----&lt;br /&gt;
*[[Defamation]] and [[Department of Justice]] and [[Disbarring]] evil lawyers&lt;br /&gt;
----&lt;br /&gt;
*[[Embargo]] Contracts for News&lt;br /&gt;
----&lt;br /&gt;
*[[False Accusations]] and the [[FBI]] and [[FOIA]] and   [[Free Speech Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Hunter Biden's Admission to Yale Law School]] and  [[Hyperlink in Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Impeachment]] and [[The Indiana Legal Trust]]  and [[Injustice]] and [[Injunctions--National]] and the [[IU Trustees]] and [[Intellectual property]] and [[International Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Lawyers]]  and  [[Legalism]] in religion  and  [[Leviticus]] and  [[Litigation Finance]]&lt;br /&gt;
----&lt;br /&gt;
*[[Meriwether Case of Administration Persecution]] and [[Morality Laws]]&lt;br /&gt;
----&lt;br /&gt;
*[[Natural Law]] and [[Nondisclosure Clauses]]&lt;br /&gt;
----&lt;br /&gt;
*[[Opium War Arsenic Poisoning]] and [[Oral Argument]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pardons]]  and   and  [[Parler company]]  and [[Patents]] and [[Poison Pills]] and  [[Police Shootings]] and  [[Police Tactics]] and  and [[Precedent]] and [[Preliminary Injunctions]] and  [[Product Law: Fraud, Trademark, Copyright, Patent]] and [[Property Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ranking Law Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Settlements]] and  [[Settlement That Hurt the Public]]  and  [[Specific versus General Jurisdiction for Corporations]] and the [[Supreme Court]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tax Law]]   and  [[Title IX Law]]  and [[Torts]] and   [[Transition Rules in Administrative Law]] and [[Trent Colbert]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]]  and [[University Governance]]&lt;br /&gt;
----&lt;br /&gt;
*[[What Is the Law?]]&lt;br /&gt;
----&lt;br /&gt;
*Yale Law School's [[Amy Chua]] and [[Trent Colbert]]. &lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Living==&lt;br /&gt;
*[[Notes on Living]]&lt;br /&gt;
----&lt;br /&gt;
*[[Advice]] and  [[Air Travel]] and [[Architecture]] and  [[Art]] &lt;br /&gt;
----&lt;br /&gt;
*'''[[Badly Designed Products]]''' and  [[Beauty]] and  [[Best Things of 2020]] and [[Best Things of 2021]] and [[Candidates for Best Dozen Articles I've Read in 2021]]  and  [[Bloomington Employers]] and [[Best Dozen Articles of 2022]]&lt;br /&gt;
----&lt;br /&gt;
*[[Card games]] and [[Social Class|Class]] and [[Computers]] and  [[Conversation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Death]] and [[Design]] and [[Dry Ice]] and [[Drinks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]] and [[Fishing]] and [[Food]]    and [[Friends]]&lt;br /&gt;
----&lt;br /&gt;
*[[Games]]  and  [[Gardening]]  and  [[Guns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Happiness]]  and  [[Hardware]]  and  [[Holidays]]  and  [[Hunting]]&lt;br /&gt;
----&lt;br /&gt;
*[[Inventions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Job Interviews]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Marriage]]  and  [[Movies]]    and  [[Musical Instruments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Obesity]]  and  [[Obituaries]] and [[An Old Man's Stories]] and [[Organization]]&lt;br /&gt;
----&lt;br /&gt;
*[[Parenting]]  and [[Parties]] and [[Places]] and  [[Places to Go]]   and  [[Presents]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Rugs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Search engines]]  and  [[Shopping]]  and  [[Sickness]]  and  [[Smoking]] and and [[Social Class]]  and  [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tools]]  and  [[TV]]&lt;br /&gt;
----&lt;br /&gt;
*[[Units of Measurement]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Politics==&lt;br /&gt;
*[[Notes on Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Biden Administration]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[The CIA]] and [[The Common Carrier Theory of Facebook]]  and  [[Communists]] and [[Conservatives]] and  [[Corruption]] and  [[Countries]] and [[Covid-19]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Deep State]] and [[Dictators]] and [[Diplomats]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Elections]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Filibusters]]  and [[Fraud in Government Programs]] and [[Free Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Government Design]] (constitutions, civil service, etc.) &lt;br /&gt;
----&lt;br /&gt;
*[[Hate hoaxes]] and [[History and Political Tactics for Our Time]]&lt;br /&gt;
----&lt;br /&gt;
*[[Identity Politics/Tribalism]] and [[Immigration]] and [[Impeachment]] and [[The Imperial Presidency]] and [[Indiana Politics]] and [[Inequality]] and [[Israel]]&lt;br /&gt;
----&lt;br /&gt;
*The January 6 incident:  [[2020 Capitol Crowd]] and  [[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Kamala Harris As   Prostitute]]&lt;br /&gt;
----&lt;br /&gt;
*[[Liberals]] and [[Letter to People Who Might Vote for Biden]]  and [[Liberals and Beauty]] and [[Luxury Beliefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Media]] and [[Military Spending]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Nation]] and [[Nixon]] and [[Nuclear power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Political philosophy]]   and  [[Political Prisoners in the US]] and [[Politicians]] and [[Politics generally]] and  [[Politics]]  and [[Polls]] and [[Pontius Pilate As Politician]]&lt;br /&gt;
*[[Practical Tips on Woke Mobbing]]&lt;br /&gt;
*[[The Press as an arm of the Democratic Party]]  &lt;br /&gt;
*[[Public Intellectuals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Race]] and   [[Redistricting]] and  [[Richard II, Rebellion, and Right]] and  [[Riker Book]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Social Policy]] and the [[Southern Poverty Law Center (SPLC)]] and  [[Subversion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tactics  to Fight Cancelling]] and [[&amp;quot;This Land Is My Land&amp;quot;]]&lt;br /&gt;
----&lt;br /&gt;
*[[U.K. Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vote Fraud]] and [[Voting]]&lt;br /&gt;
----&lt;br /&gt;
*[[War]] and [[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Religion==&lt;br /&gt;
*[[Notes on Religion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Anti-Semitism]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Bible]] and  [[Bible Translations]]  and [[Useful Bible Verses]] and   [[Bloomington Churches]] and [[Books]]&lt;br /&gt;
----&lt;br /&gt;
*[[Christian Business]] and [[Christian Colleges]] and [[Christmas]] and   [[Church Buildings]]   and  [[Church Discpline]]&lt;br /&gt;
----&lt;br /&gt;
*[[Deificatio]] and [[Dissolution of the Monasteries]] and [[Donations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ecclesiology]]    and  [[Ethics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Faith versus Works]] and  [[Forgiveness versus Justice]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Good Churches in Various Towns across America]] and  [[The Good Shepherd]]&lt;br /&gt;
----&lt;br /&gt;
*[[Head Coverings]] and [[Holidays]]  and  [[Hymns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Immortality]] and [[Inerrancy]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Law As an Expression of God's Character]] and   [[Legalism]]  and  [[Leviticus]]&lt;br /&gt;
----&lt;br /&gt;
*[[Making your own Christmas cards folding 8x11 paper]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Name of God]] and  [[The National Anthem as Idolatry]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pastors]]  and  [[Peter's Denial]]   and [[Polls: Religion]] and  [[Political Economy in the Bible]] and  [[Pontius Pilate As Politician]]  and  [[Prayer]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Religion in America]] and [[The Rites Controversy in China]]  and  [[Roman Catholicism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Theology]] and  [[The twelve days of Christmas]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
*[[Bankruptcy--Casey and Macey on Hertz and Absolute Priority]]&lt;br /&gt;
*[[Bankruptcy--Skeel on Christian Bankruptcy]]&lt;br /&gt;
*[[Equity-- Why Not Have Enough?]] and  [[Euclid]] and [[Evaluation in Organizations]]&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
*[[Heteroskedasticity]] and [[Hundred Flowers Bloom Model]] &lt;br /&gt;
*[[The Indiana Litigation Trust]] (formerly named [[The Indiana Legal Trust]])&lt;br /&gt;
*[[Nondisclosure Clauses]]&lt;br /&gt;
*[[An Old Man's Stories]] and [[Ostracism in Japan]] and [[Outliers]]&lt;br /&gt;
*[[Regulation Book]]&lt;br /&gt;
*[[Riker Book]]&lt;br /&gt;
*[[Shrinkage]]&lt;br /&gt;
*[[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]&lt;br /&gt;
*[[1933 Germany]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Science==&lt;br /&gt;
*[[Animals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cicadas]]  and  [[Covid-19]]&lt;br /&gt;
----&lt;br /&gt;
*[[The FDA]]&lt;br /&gt;
----&lt;br /&gt;
*[[Geology]]  and  [[Global Warming]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ]]&lt;br /&gt;
----&lt;br /&gt;
*[[Math]] and  [[Medicine]] and [[Mushrooms]]&lt;br /&gt;
----&lt;br /&gt;
*[[Nuclear Power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Plants]]  and  [[Pollution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Short Circuits]]&lt;br /&gt;
----&lt;br /&gt;
*[[Trees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Zeno's Paradox of Achilles and the Tortoise]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Thinking==&lt;br /&gt;
*[[Notes on Thinking]]&lt;br /&gt;
----&lt;br /&gt;
*[[ Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bayes's Rule]] and [[Bias]] and [[Bias in Research]]  and  [[Boasting]]   and  [[Books for My Children To Read]]  and  [[Books I Find Myself Reading Over and Over]]&lt;br /&gt;
----&lt;br /&gt;
*[[Comments]] on the Internet, and [[C. P. Snow, Good Judgement and Winston Churchill]]&lt;br /&gt;
----&lt;br /&gt;
*[[Definitions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ethics]]  and  [[The Exception That Proves the Rule]]  and  [[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Feeling versus Thinking]]  and  [[Francis Bacon's Four Idols]]     and  [[Freedom of Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Innovation]]  and [[Intelligence]]&lt;br /&gt;
----&lt;br /&gt;
*[[Man and Woman]]  and  [[Models and Heuristics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Persuasion]] and [[Psychology]]&lt;br /&gt;
----&lt;br /&gt;
*[[Randomness]] and [[Reading]] and [[Remembering to Think]]&lt;br /&gt;
----&lt;br /&gt;
*[[Self-Esteem]] and [[Selfishness]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Three Kinds of  Concluding: Logic, Intuition, Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Writing==&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]. See also  [[Coding]] and [[Tables of Numbers]] and [[Figures and Diagrams]] and [[Social media]]  and [https://www.rasmusen.org/blog1/c-p-snow-good-judgement-and-winston-churchill/  C. P. Snow, Good Judgement and Winston Churchill ] and [https://www.rasmusen.org/blog1/indefinite-pronouns/   Indefinite Pronouns ]  and [https://www.rasmusen.org/blog1/writing-right-right-away/  Writing Right Right Now.  ]  and [https://www.rasmusen.org/blog1/style-manual/   Writing Style.  ]  and [https://www.rasmusen.org/blog1/rewriting-abstracts/  Rewriting Abstracts ]  and [https://www.rasmusen.org/blog1/diagrams/   Diagrams.  ]  and [[Careful Writing Requires Work]].&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Ambiguity]] and  [[Anonymity]] and [[Articles on Writing]] and  [[Audience]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Language]] and  [[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]  and  [[Big Picture Overview Writing]]  and  [[Big Words]]  and  [[Book reviews: Curiosity, by F.H. Buckley]]&lt;br /&gt;
----&lt;br /&gt;
*[[Candidates for Best Dozen Articles I've Read in 2021]] and [[Citation]] and getting [[Comments]] and  [[Conferences]] and  [[Cover Pages]]&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Examples of Seminar Handouts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Fallacies]]  and  [[Fiction Links]]  and  [[Footnotes]]&lt;br /&gt;
----&lt;br /&gt;
*[[Handouts]]  and [[Handwriting]] and  [[How to Run Online Talks]] and  [[Hyperlinks and the List of Authorities in Legal Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[&amp;quot;Impact&amp;quot; As a Verb]]&lt;br /&gt;
----&lt;br /&gt;
*[[Journals]] and [[Journalism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Listening]] &lt;br /&gt;
----&lt;br /&gt;
*[[Math Writing]] and  [[Mockery and Name-Calling]]&lt;br /&gt;
----&lt;br /&gt;
*[[Names]] and [[Novels I Like]]&lt;br /&gt;
----&lt;br /&gt;
*[[Orthography]]&lt;br /&gt;
----&lt;br /&gt;
*[[PhD students]] and [[Phrases]] and  [[Poems]]  and  [[Procrastination]] and [[The Publishing Business]]   and  [[Punctuation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Quotation style]] &lt;br /&gt;
----&lt;br /&gt;
*[[Reading]] as an activity and [[Books to Read]] and [[Rejection]] and [[Rhetorical Phrases]]&lt;br /&gt;
----&lt;br /&gt;
*[[Songs]] and [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Talking]]   and  [[Teaching Writing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Using foreign names of people and countries]] &lt;br /&gt;
----&lt;br /&gt;
*[[Wikipedia]]  and  [[Writing]]   and  [[Writing Style in the Internet Age]]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
----&lt;br /&gt;
*[[Deaths, Mysterious]] and [[Despised Ethnic Groups]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]]&lt;br /&gt;
----&lt;br /&gt;
*[[History]] and [[Homosexuality]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]] and [[Korean Dialects]]&lt;br /&gt;
----&lt;br /&gt;
*[[Machiavelli,  W.E.B. Du Bois, and Their Friends]] and [[Maps]]&lt;br /&gt;
----&lt;br /&gt;
*[[Places]] and [[Profit Opportunities]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Administrative and Wikimedia Help==&lt;br /&gt;
*[[Twitter Tweets]]&lt;br /&gt;
*[[Using MediaWiki for organizing your personal website]]  and &lt;br /&gt;
*[[Rasmapedia administration]]   &lt;br /&gt;
*[[Notes on various things]]&lt;br /&gt;
*[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]&lt;br /&gt;
*[https://en.wikipedia.org/w/index.php?title=User:Editeur24/sandbox&amp;amp;redirect=no My Wikipedia useful command page].&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
* for bullet points&lt;br /&gt;
# with nothing after it, for a blank line&lt;br /&gt;
*(1) is how I like to do numbered lists. It is better than using #&lt;br /&gt;
&amp;lt;nowiki&amp;gt;no [[wiki]] ''markup''&amp;lt;/nowiki&amp;gt;  escaping the language&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;This is a gray blockquote&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 &amp;lt;!-- This is a comment --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 [[MediaWiki:Common.css]]&lt;br /&gt;
&lt;br /&gt;
 I have not figured out how to include templates. The documentation is bad on how to include them in a wiki. &lt;br /&gt;
&lt;br /&gt;
===Templates===&lt;br /&gt;
*[[template:Quotation]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5721</id>
		<title>Quotations</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5721"/>
		<updated>2022-06-17T15:58:46Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Blackwell, David */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Introduction==&lt;br /&gt;
*[https://en.wikiquote.org/wiki/Main_Page Wikiquotes]&lt;br /&gt;
&lt;br /&gt;
*[https://jezebel.com/on-the-origin-of-certain-quotable-african-proverbs-1766664089 &amp;quot;On the Origin of Certain Quotable 'African Proverbs' &amp;quot;],  Jia Tolentino ( /23/16).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Anonymous==&lt;br /&gt;
*Twitter: &amp;quot;It is Monday, my dudes. Whatsoever the Lord hath given you to accomplish today, crush it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The child who is not embraced by the village will burn it down to feel its warmth&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Twitter: &amp;quot;i had no idea learning programming was such an emotional experience. like half of the process is managing rapidly alternating between feeling like im the lord almighty here to graciously gift my genius to mankind, and wanting to pour my coffee into my keyboard and die.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Traditions exist so we don’t have to talk about what’s right, we just do it.&amp;quot; Twitter (2022). &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What you permit, you promote.&amp;quot; https://quintsblog.wordpress.com/2007/01/30/what-you-permit-you-promote/&lt;br /&gt;
&lt;br /&gt;
*'''&amp;quot;Victory has a hundred fathers, but defeat is an orphan&amp;quot;''' is a slightly improved version of John F. Kennedy's &amp;quot;Victory has a hundred fathers and defeat is an orphan,&amp;quot;as quoted in ''A Thousand Days : John F. Kennedy in the White House'' (1965, 2002 edition), by Arthur Schlesinger, p. 262; also in ''The Quote Verifier'' (2006) by Ralph Keyes, p. 234 http://books.google.com/books?id=McO2Co4Ih98C&amp;amp;pg=PA234).&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The exact wording used by Kennedy (a hundred, not a thousand) had appeared in the 1951 film The Desert Fox: The Story of Rommel, as reported in Safire's ''New Political Dictionary'' (1993) by William Safire, pp 841–842). The earliest known occurrence is Galeazzo Ciano, ''Diary 1937-1943'', entry for 9 September 1942 (&amp;quot;La victoria trova cento padri, e nessuno vuole riconoscere l'insuccesso.&amp;quot;) (&amp;quot;Victory finds a hundred fathers, but nobody wants to recognize defeat&amp;quot;),   but the earliest known occurrence on such a theme is in Tacitus's : ''Agricola'' Book 1 at paragraph 27 http://www.sacred-texts.com/cla/tac/ag01020.htm: “Iniquissima haec bellorum condicio est: prospera omnes sibi vindicant, adversa uni imputantur.” (It is the singularly unfair peculiarity of war that the credit of success is claimed by all, while a disaster is attributed to one alone.)&lt;br /&gt;
https://quotepark.com/pl/cytaty/1377945-john-f-kennedy-victory-has-a-hundred-fathers-and-defeat-is-an-orp/}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Why own a sailboat?  It's easier to turn  your shower's  cold water on  and stand there tearing up $20 bills as fast as you can.&amp;quot; and “Owning a  yacht is like owning a stack of 10 Van Goghs and  holding them over your head as you tread water, trying to keep them dry.” https://www.ft.com/content/5263810a-c4d3-4380-a38e-3a78df99a788&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Quantity has a quality all of its own. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;All of mathematics is taught like someone explaining the rules of a board game that you're not playing yet.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It’s obvious to me why people like him avoid humor. You can pretend to be serious. You can’t pretend to be witty.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*[https://www.answers.com/Q/Who_said_showing_up_is_half_the_battle &amp;quot;Just showing up is 90% of success,&amp;quot; or &amp;quot;Just being there is half the battle,&amp;quot;] perhaps modified from Woody Allen. &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Be friendly to everyone. But have a plan to kill them.’ — attributed to an unidentified Secret Service agent.&lt;br /&gt;
&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Verba_volant,_scripta_manent Wikipedia says:] &amp;quot;Verba volant, scripta manent is a Latin proverb. Literally translated, it means &amp;quot;spoken words fly away, written words remain&amp;quot;.This proverb originates from a speech of senator Caius Titus to the Roman Senate;&amp;quot;  &amp;quot;Verba volant, scripta manent.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Disappointent, or His_appointment&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| There is a certain type of social insecurity, shyness, modesty that actually conceals exaggerated egocentrism: people secretly believe the world revolves around them, everyone is paying attention to them and their actions, constantly judging and criticizing the smallest details.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| &amp;quot;Moi parle pas mais moi comprends tout&amp;quot; (https://twitter.com/Fixpir/status/1447133952448344066)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The first gulp of the glass of science makes you atheist, but at the bottom is always God. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|A bear knows seven songs, and they are all about honey. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Economics is the study of how to get the most out of life. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Das Leben ist kein Ponyhof.  ​(Life is not a pony farm.)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Men want women, but don’t need them. Women need men, but don’t want them.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The proverb appeared in Chaucer’s Troilus and Criseyde, written in 1385. Later, George Herbert modified it this way: “Whose house is of glass, must not throw stones at another.” And in 1736, Benjamin Franklin wrote, “Don’t throw stones at your neighbors, if your own windows are glass.”  https://www.almanac.com/fact/where-did-the-saying-people-who-live}}&lt;br /&gt;
{{Quotation| &amp;quot; `What is the sonne wers, of kinde righte,&amp;lt;br&amp;gt;&lt;br /&gt;
               Though that a man, for feblesse of his yen,&amp;lt;br&amp;gt;&lt;br /&gt;
               May nought endure on it to see for brighte?&amp;lt;br&amp;gt;&lt;br /&gt;
               Or love the wers, though wrecches on it cryen?  865&amp;lt;br&amp;gt;&lt;br /&gt;
               No wele is worth, that may no sorwe dryen.&amp;lt;br&amp;gt;&lt;br /&gt;
               '''And for-thy, who that hath an heed of verre,&amp;lt;br&amp;gt;&lt;br /&gt;
               Fro cast of stones war him in the werre!'''&amp;lt;br&amp;gt;&lt;br /&gt;
 https://www.gutenberg.org/files/257/257-h/257-h.htm}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
I remember my days in DC. I don’t think the women had any plan.&lt;br /&gt;
&lt;br /&gt;
It’s like when they work in an office: no real strategy for getting promoted, taking charge. They wait thinking some gent will just say “it’s your turn!” and anything they want—marriage, promotion, whatever—just happens.&lt;br /&gt;
&lt;br /&gt;
Women will always and forever rely on men.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| &amp;quot;The tactic is by now obvious:&lt;br /&gt;
&lt;br /&gt;
1. Make topic taboo.&lt;br /&gt;
&lt;br /&gt;
2. Normal people shy away from it.&lt;br /&gt;
&lt;br /&gt;
3. Topic mostly discussed by weirdos and edgy people.&lt;br /&gt;
&lt;br /&gt;
4. Point out how suspicious it is that everybody who talks about topic is a weirdo or edgy.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
@KirkegaardEmil}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Adams, Scott==&lt;br /&gt;
[https://twitter.com/ScottAdamsSays/status/1392453838540480517 Twitter May 12, 2021:]&lt;br /&gt;
&amp;quot;Some of the worst advice ever given:&lt;br /&gt;
&lt;br /&gt;
1. Be yourself (total loser philosophy)&lt;br /&gt;
&lt;br /&gt;
2. Follow the science (as if you could)&lt;br /&gt;
&lt;br /&gt;
3. Pursue your passion (no one pays you for having fun)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Alcorn, John==&lt;br /&gt;
“That’s my background and my question. I will now retreat to the background, and learn.” Very nicely phrased and useful.&lt;br /&gt;
&lt;br /&gt;
==Andreessen, Mark==&lt;br /&gt;
&amp;quot;The most serious problem facing any organization is the one that cannot be discussed.&amp;quot; Twitter, 2022.&lt;br /&gt;
&lt;br /&gt;
==Arreeda, Philip==&lt;br /&gt;
From [http://www.gwlr.org/wp-content/uploads/2012/07/79-6-Breyer.pdf &amp;quot;The Uneasy Case for Copyright: A Look Back Across Four Decades,&amp;quot;]  Stephen G. Breyer: &lt;br /&gt;
“Do not tell the class you are talking economics. Anyone who does not understand economics and applies it in antitrust is not properly teaching the course. But anyone who lets the class know that they’re talking economics is not a law school professor.”&lt;br /&gt;
&lt;br /&gt;
==Aristotle==&lt;br /&gt;
*&amp;quot;Some people will not accept the statements of a speaker unless he gives a mathematical proof; others will not unless he makes use of illustrations; others expect to have a poet adduced as witness. Again, some require exactness in everything, while others are annoyed by it, either because they cannot follow the reasoning or because of its pettiness; for there is something about exactness which seems to some people to be mean, no less in an argument than in a business transaction.&amp;quot; [https://www.perseus.tufts.edu/hopper/text?doc=Aristot.%20Met.%202.995a ''Metaphysics'' 995a]&lt;br /&gt;
&lt;br /&gt;
==ARROW, Kenneth==&lt;br /&gt;
From [https://conversableeconomist.blogspot.com/2013/11/is-altruism-scarce-resource-that-needs.html a blog post quoting Sandel JPE 2013], the original being Arrow 1972. “Gifts and Exchanges.” ''Philosophy  and Public  Affairs''  1(4):  343 – 62.&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “Like many economists,” Arrow (1972, pp. 354–55) writes, “I do not want to rely too heavily on substituting ethics for self-interest. I think it best on the whole that the requirement of ethical behavior be confined to those circumstances where the price system breaks down . . . We do not wish to use up recklessly the scarce resources of altruistic motivation.”}}&lt;br /&gt;
&lt;br /&gt;
==Asimov, Isaac==&lt;br /&gt;
“If my doctor told me I had only six minutes to live, I wouldn't brood. I'd type a little faster.” ― Isaac Asimov&lt;br /&gt;
&lt;br /&gt;
==Astral Codex 10==&lt;br /&gt;
{{Quotation|   &amp;quot;You listed some funny facts about this disorder, but this disorder is really serious and killed my grandmother&amp;quot;. I have a lot of trouble being serious, and this has served me well in getting people to read and enjoy things I write. But almost everything in medicine has killed at least one person's grandmother.  :&amp;lt;br&amp;gt;&lt;br /&gt;
---[https://astralcodexten.substack.com/p/webmd-and-the-tragedy-of-legible  WebMD, and the Tragedy of Legible Expertise&lt;br /&gt;
&amp;quot;What does running a medical database teach you about why everything sucks?&amp;quot;]}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|  The problem for artists is not that popular culture is so bad but that it is so good, at least some of the time. Art could no longer confer prestige by the rarity or excellence of the works themselves, so it had to confer it by the rarity of the powers of appreciation. --https://astralcodexten.substack.com/p/highlights-from-the-comments-on-modern}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Bayly, Joseph==&lt;br /&gt;
 {{Quotation|    &amp;quot;Criticism is the manure in which pastors grow best .&amp;quot;  http://baylyblog.com/blog/2004/06/criticism-manure-which-pastors-grow-best}}&lt;br /&gt;
&lt;br /&gt;
==Bayly, Timothy==&lt;br /&gt;
   {{Quotation| It’s often the case that particularities of our leadership can scandalize sheep who like to think of their pastors as perfect fathers, unlike their own. -- https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/   }}&lt;br /&gt;
&lt;br /&gt;
 {{Quotation| Commenters under these posts have noted the tendency of individual Christians to compare their own local pastors to national celebrities to the detriment of their trust of their local pastors. After all, the sins of their own pastors are obvious whereas the sins of their pastoral heroes are not. --https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The BBC==&lt;br /&gt;
&amp;quot;1930: the BBC's news announcer said, &amp;quot;there is no news&amp;quot; and piano music was played for the remainder of the 15 minute segment.&amp;quot; https://twitter.com/BBCArchive/status/1383693028213198850&lt;br /&gt;
&lt;br /&gt;
==Berlin, Isaiah==&lt;br /&gt;
&amp;quot;“eggs are broken, but the omelette is not in sight, there is only an infinite number of eggs, human lives, ready for the breaking.  And in the end the passionate idealists forget the omelette, and just go on breaking eggs.”&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Blackwell, David==&lt;br /&gt;
{{Quotation|Basically, I’m not interested in doing research and I never have been....I’m interested in understanding, which is quite a different thing. And often to understand something you have to work it out yourself because no one else has done it. (https://en.wikipedia.org/wiki/David_Blackwell#cite_note-NYT-Grime-2007-07-17-11)}}&lt;br /&gt;
&lt;br /&gt;
==Bowles, Michael==&lt;br /&gt;
 “Construction is a matter of backing yourself into a corner and then fighting your way out.”&lt;br /&gt;
&lt;br /&gt;
==Burke, Edmund==&lt;br /&gt;
* “When bad men combine, the good must associate; else they will fall, one by one, an unpitied sacrifice in a contemptible struggle.” Thoughts on the Cause of the Present Discontents” (1770).&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The only thing necessary for the triumph of evil is for good men to do nothing.&amp;quot; Misattributed. See [https://quoteinvestigator.com/2010/12/04/good-men-do/ Quote Investigator.]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==CANNON, William.== &lt;br /&gt;
1963   “Informal Sociology: A Casual Introduction to Sociological Thinking”  &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Not everything that can be counted counts, and not everything that counts can be counted.}}&lt;br /&gt;
&lt;br /&gt;
==Chesterton, G. K.==&lt;br /&gt;
*[https://mailchi.mp/inpolicy/2022-and-chestertons-fence-488333?e=bda54c6080 &amp;quot;Chesterton's Fence&amp;quot; ]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“In the matter of reforming things, as distinct from deforming them, there is one plain and simple principle; a principle which will probably be called a paradox. There exists in such a case a certain institution or law; let us say, for the sake of simplicity, a fence or gate erected across a road. The more modern type of reformer goes gaily up to it and says, ‘I don’t see the use of this; let us clear it away.’ To which the more intelligent type of reformer will do well to answer: “If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.”&lt;br /&gt;
&lt;br /&gt;
:Chesterton is not alone in the observation. It is found throughout our literature and theatre. In Robert Bolt’s “A Man for All Seasons” Sir Thomas More uses a similar argument to famously challenge his reformist son-in-law. The poet Robert Frost comes to the same conclusion in “Mending Wall.” Scripture is replete with its warning, beginning in Proverbs 22:28, “Do not move an ancient boundary stone that your fathers have placed.” }}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;If you will not have rules, you will have rulers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;People generally quarrel because they cannot argue. And it is extraordinary to notice how few people in the modern world can argue. This is why there are so many quarrels, breaking out again and again, and never coming to any natural end.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
If our social conditions curtail manhood and womanhood, we must alter the social conditions. We must not go on quietly in a corner making men unmanly and women unwomanly, that they may fit into their filthy and slavish civilization.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
Religious liberty might be supposed to mean that everybody is free to discuss religion. In practice it means that hardly anybody is allowed to mention it.&lt;br /&gt;
--Autobiography}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
We are ruled by secret societies which have no names even among the initiate.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
My own political philosophy is very plain and humble; I can trust the uneducated, but not the badly educated.}}&lt;br /&gt;
&lt;br /&gt;
*[http://ignatiusinsight.com/features2007/print2007/gk_domestwwww_july07.html Chesterton's Emancipation of Domesticity&amp;quot;] essay on motherhood.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== CHU, HYON S.==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Here's how neo-Marxism works:&lt;br /&gt;
&lt;br /&gt;
1) pick a variable. For Marx it was labor. For Nietzsche, will to power. For Kendi, it's race. &lt;br /&gt;
&lt;br /&gt;
2) divide the population by this variable&lt;br /&gt;
&lt;br /&gt;
3) blame one side as oppressor, the other as oppressed&lt;br /&gt;
&lt;br /&gt;
4) feign oppression to wield the mob of the oppressed&lt;br /&gt;
--Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Churchill Winston==&lt;br /&gt;
‘Most of the world’s work is done by people who are not feeling very well.’&lt;br /&gt;
&lt;br /&gt;
==Cicero==&lt;br /&gt;
“Poor is the people that has no heroes, but poorer still is the people that, having heroes, fails to remember and honour them.”&lt;br /&gt;
&lt;br /&gt;
==Connolly, Gray==&lt;br /&gt;
Slightly altered from his Twitter rules: &lt;br /&gt;
{{Quotation| &lt;br /&gt;
.&lt;br /&gt;
1. Please be polite and do not fight. &amp;lt;br&amp;gt;&lt;br /&gt;
2. Do disagree, but do not swear, blaspheme, or abuse. &amp;lt;br&amp;gt;&lt;br /&gt;
3. I write as if my late parents are reading, so please be respectful. &amp;lt;br&amp;gt;&lt;br /&gt;
4. You always have control over how you conduct yourself. &amp;lt;br&amp;gt;&lt;br /&gt;
5. A more civil society starts with you.}}&lt;br /&gt;
&lt;br /&gt;
==Cox, Sir David R.==&lt;br /&gt;
From [https://www.annualreviews.org/doi/abs/10.1146/annurev-statistics-031219-041051 &amp;quot;Statistical Significance,&amp;quot; ] David R. Cox, ''Annual Review of Statistics and Its Application'', 7: 1-10 (2020):&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
To claim a result to be highly significant, or even just significant, sounds like enthusiastic&lt;br /&gt;
endorsement, whereas to describe a result as insignificant is surely dismissive. To help avoid such&lt;br /&gt;
misinterpretations, the qualified terms statistically significant or statistically insignificant should,&lt;br /&gt;
at the risk of some tedium, always be used.}}&lt;br /&gt;
&lt;br /&gt;
==Crawford, Jason==&lt;br /&gt;
{{Quotation|  Most people don't read → if you read books at all, you are more educated than most&lt;br /&gt;
&lt;br /&gt;
Even among those who read, most haven't read a book on X. If you read one book on X, you know more about it than the vast majority&lt;br /&gt;
&lt;br /&gt;
Read 2–3 books on one topic, and you're practically an expert. [--Twitter, 2021]}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Dawry, Travis== &lt;br /&gt;
@tdawry {{Quotation| In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it.}}&lt;br /&gt;
&lt;br /&gt;
==DECTER, Midge==&lt;br /&gt;
“You can’t wait for someone to send you good material. Your first job as an editor is to find writers. Your second job is to tell them what to write. You’d be surprised, the best writers often don’t know what needs to be written. A good editor does.”&lt;br /&gt;
&lt;br /&gt;
“If you feel like the content is going flat, pick a fight. That always brings life to a magazine of ideas.”  (from [https://www.firstthings.com/web-exclusives/2022/05/my-memories-of-midge-decter Reno article] in First THings, 2022)&lt;br /&gt;
&lt;br /&gt;
==Dennett, Daniel==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;“A scholar,” said Daniel Dennett in 1995, “is just a library’s way of making another library.”&amp;quot; (James Gleick, The Information)}}&lt;br /&gt;
&lt;br /&gt;
==Dick, Philip K.==&lt;br /&gt;
“Reality is that which, when you stop believing in it, doesn’t go away.”&lt;br /&gt;
&lt;br /&gt;
==DIPLOCK, Lord==&lt;br /&gt;
{{Quotation| After all, that is the beauty of the common law; it is a maze, not a motorway.}} ''Morris v. C.W.Martin,'' 1 QB 716 (Diplock, L. J. , 1966). A  [https://heinonline.org/HOL/LandingPage?handle=hein.journals/artniqul3&amp;amp;div=49&amp;amp;id=&amp;amp;page= bailment case. ] &lt;br /&gt;
&lt;br /&gt;
==Domingos, Pedro== &lt;br /&gt;
{{Quotation|An extremist is someone who thinks a moderate is an extremist of the opposite persuasion.&amp;lt;br&amp;gt;&lt;br /&gt;
--https://twitter.com/pmddomingos/status/1358242734482464768}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
It's easy to forget that every cognitive bias is the flip side of a heuristic that works.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The goal of cancel culture is to cancel culture.}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Resentment of billionaires is rooted in our Neolithic minds' inability to intuitively understand that one person's positive impact on the world may be many orders of magnitude greater than another's.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Dostoevsky==&lt;br /&gt;
&amp;quot;It takes more than just intelligence to act intelligently.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
==Eckel, Catherine==&lt;br /&gt;
&amp;quot;It's time to invent time-bankruptcy.  I owe so many people so many things, and everyone is mad at me.  I declare bankruptcy!  Let the courts sort it out.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==ENNIS, John==&lt;br /&gt;
&amp;quot;Tolerance in America is largely tied to capitalism. When people are working together to make money, they can put aside many differences. Socialism, on the other hand, leads to intolerance as different factions compete for state resources.&amp;quot;  [https://twitter.com/john_ennis_btc/status/1518986774776893442 Twitter] (2022)&lt;br /&gt;
&lt;br /&gt;
==Enzensbergert==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
So we belong to a class that neither controls nor owns what matters, the famous means of production, and it does not produce what also mat­ters, the famous surplus value (or perhaps produces it only indirectly and incidentally . . . ).}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Faulkner, William==&lt;br /&gt;
 “The past is never dead. It’s not even past.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Feynman, Richard== &lt;br /&gt;
&amp;quot;Science is the belief in the ignorance of experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FischerKing== &lt;br /&gt;
*&amp;quot;Most truth is grasped as a sort of sudden insight. Writing it down is always a problem b/c it only approximates the discovery. And then the written word becomes the plaything of lesser intellects, who tie themselves in knots trying to explicate it. And therein lies most academia.&amp;quot; (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;From an anthropological perspective, the Antifa phenomenon is quite useful. Can’t remember another time when Nietzsche’s concept of slave morality raging against the beautiful was more openly on display.&amp;quot;  (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
==Flanagan, Caitlin==&lt;br /&gt;
 {{Quotation| The school is now so flush that its campus is a sort of Saks Fifth Avenue of Quakerism. Forget having Meeting in the smelly old gym. Now there is a meetinghouse of sumptuous plainness, created out of materials so good and simple and repurposed and expensive that surely only virtue and mercy will follow its benefactors all the days of their lives. The building’s citation by the American Institute of Architects notes that the interior is lined with “oak from long-unused Maryland barns” and the exterior is “clad with black locust harvested from a single source in New Jersey.”...&lt;br /&gt;
&lt;br /&gt;
College admissions is one of the few situations in which rich people are forced to scramble for a scarce resource. What logic had led them to believe that it would help to antagonize the college counselors? Driven mad by the looming prospect of a Williams rejection, they had lost all reason...&lt;br /&gt;
&lt;br /&gt;
 These aren’t parents in the public-school system; they are consumers of a luxury product. If they are unhappy, they won’t just write anonymous letters. They’ll let the school know the old-fashioned way: by cutting down on their donations. Money is how rich people express their deepest feelings...&lt;br /&gt;
&lt;br /&gt;
Many schools for the richest American kids have gates and security guards; the message is ''you are precious to us.'' Many schools for the poorest kids have metal detectors and police officers; the message is ''you are a threat to us.''&lt;br /&gt;
--https://www.theatlantic.com/magazine/archive/2021/04/private-schools-are-indefensible/618078/, The Atlantic (2021). }}&lt;br /&gt;
&lt;br /&gt;
==Follows,  Tracey==&lt;br /&gt;
[https://twitter.com/traceyfutures/status/1348032747613392896 @traceyfutures]:&lt;br /&gt;
2021: {{Quotation| “In China you have a State-run media, in the US you have a media-run State” }}&lt;br /&gt;
&lt;br /&gt;
==Foster, Michael==&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1392467487049109504 Twitter, May 12, 2021:]&lt;br /&gt;
{{Quotation|If a positive comment about men triggers you, you’re seriously twisted.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1395015978027819010 Twitter, May 19, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
When women hold power in a church—whether officially or unofficially—two things tend to happen:&lt;br /&gt;
&lt;br /&gt;
1. They strive to include anyone agreeable, regardless of error;&lt;br /&gt;
&lt;br /&gt;
2. They strive to exclude anyone disagreeable, regardless of orthodoxy.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1457324061130956801  Twitter, November 7, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 This a great question: &amp;quot;Is it a general occurrence that if you ask your wife how her day was that she will go into every little possible detail about what she did, what she talked to other people about, and what happened but never actually tell you how her day was?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
My reply:&lt;br /&gt;
&lt;br /&gt;
 That's how a normal woman tells you how her day was. The description is the conclusion, which to a man seems like a joke w/o a punchline. She took you on her journey &amp;amp; in doing so she thinks you feel what she felt as she went thru it. Therefore, she thinks you'll just get it.}}&lt;br /&gt;
&lt;br /&gt;
==Franco, Francisco==&lt;br /&gt;
*From [https://theworthyhouse.com/2019/04/16/on-francisco-franco/ The Worthy House], without source, said to be from 1961: &lt;br /&gt;
{{Quotation|The great weakness of modern states lies in their lack of doctrinal content, in having renounced a firm concept of man, life, and history. The major error of liberalism is in its negation of any permanent category of truth—its absolute and radical relativism—an error that, in a different form, was apparent in those other European currents that made ‘action’ their only demand and the supreme norm of their conduct [i.e., Communism and National Socialism]. . . . When the juridicial order does not proceed from a system of principles, ideas, and values recognized as superior and prior to the state, it ends in an omnipotent juridicial voluntarism, whether its primary organ be the so-called majority, purely numerical and inorganically expressed, or the supreme organs of power.}}&lt;br /&gt;
&lt;br /&gt;
==Frizzell, David==&lt;br /&gt;
From the song, [https://www.lyrics.com/lyric/30878059/David+Frizzell/I'm+Gonna+Hire+a+Wino+to+Decorate+Our+Home &amp;quot;I'm gonna' hire a wino to decorate our home&amp;quot;]:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Quotation|&lt;br /&gt;
She said: &amp;quot;I'm gonna' hire a wino to decorate our home,&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;So you'll feel more at ease here, and you won't have to roam.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;We'll take out the dining room table, and put a bar along that wall.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;And a neon sign, to point the way, to our bathroom down the hall.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Fuentes, Carlos==&lt;br /&gt;
&amp;quot;There are years when nothing happens and years in which centuries happen.&amp;quot; This is wrongly attributed to Lenin. Marx had the idea,  and better. See [https://quoteinvestigator.com/2020/07/13/decades-weeks/#:~:text=Quote%20Investigator%3A%20Vladimir%20Lenin%20died%20in%201924%3B%20however%2C,appeared%20in%20the%20second%20epistle%20of%20St.%20Peter quote investigator]&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Gelman, Andrew==&lt;br /&gt;
*{{Quotation|  &amp;quot;Theoretical Statistics is the Theory of Applied Statistics&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Econ is econ and is special in its own way, but Sturgeon’s law applies universally. Most published statistics articles are completely irrelevant to the world, even to whatever application area they are nominally targeting. Bad statistics articles are irritating in a different way than bad econ articles, which in turn are a different sort of irritating than bad poli sci or sociology articles. It’s an interesting thought: we tend to compare different fields based on the different characteristics of their best work, but another dimension is to compare the different characteristics of crappy but well-respected work in each field.}} (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://statmodeling.stat.columbia.edu/2021/07/08/she-sent-a-letter-pointing-out-problems-with-a-published-article-the-reviewers-agreed-that-her-comments-were-valid-but-the-journal-didnt-publish-her-letter-because-the-policy-among-editors-is-no/  &amp;quot;She sent a letter pointing out problems with a published article, the reviewers agreed that her comments were valid, but the journal didn’t publish her letter because “the policy among editors is not to accept comments.” &amp;quot;], July 28, 2021, blogpost:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The journal in question is called The Economic Journal. To add insult to injury, the editor wrote the following when announcing they wouldn’t publish the letter:&lt;br /&gt;
&lt;br /&gt;
My [the editor’s] assessment is that this paper is a better fit for a field journal in education.&lt;br /&gt;
&lt;br /&gt;
OK, let me get this straight. The original paper, which was seriously flawed, was ok for Mister Big Shot Journal. But a letter pointing out those flaws . . . that’s just good enough for a Little Baby Field Journal.}}&lt;br /&gt;
&lt;br /&gt;
==Genghis Khan==&lt;br /&gt;
This is disputed. I take this from Wikiquote's article at https://en.wikiquote.org/wiki/Genghis_Khan:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
&lt;br /&gt;
[What, in all the world, could bring the greatest happiness?]&lt;br /&gt;
&amp;quot;The open steppe, a clear day, and a swift horse under you,&amp;quot; responded the officer after a little thought, &amp;quot;and a falcon on your wrist to start up hares.&amp;quot;&lt;br /&gt;
&amp;quot;Nay,&amp;quot; responded the Khan, &amp;quot;to crush your enemies, to see them fall at your feet — to take their horses and goods and hear the lamentation of their women. That is best.&amp;quot;&lt;br /&gt;
As quoted in Genghis Khan: The Emperor of All Men (1927) by Harold Lamb, Doubleday, p. 107.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gibbon, Edward==&lt;br /&gt;
*''Decline and Fall,'' Ch. 21, part 5: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
If the emperor had capriciously decreed the death of the most eminent and virtuous citizen of the republic, the cruel order would have been executed without hesitation, by the ministers of open violence or of specious injustice. The caution, the delay, the difficulty with which he proceeded in the condemnation and punishment of a popular bishop, discovered to the world that the privileges of the church had already revived a sense of order and freedom in the Roman government.}}&lt;br /&gt;
&lt;br /&gt;
*''Decline and Fall,''  [https://www.gutenberg.org/cache/epub/25717/pg25717-images.html#chap53.1 Ch. 53, part 1:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 They held in their lifeless hands the riches of their fathers, without inheriting the spirit which had created and improved that sacred patrimony: they read, they praised, they compiled, but their languid souls seemed alike incapable of thought and action. In the revolution of ten centuries, not a single discovery was made to exalt the dignity or promote the happiness of mankind. Not a single idea has been added to the speculative systems of antiquity, and a succession of patient disciples became in their turn the dogmatic teachers of the next servile generation. Not a single composition of history, philosophy, or literature, has been saved from oblivion by the intrinsic beauties of style or sentiment, of original fancy, or even of successful imitation. ...m, a panegyric or tale; they forgot even the rules of prosody; and with the melody of Homer yet sounding in their ears, they confound all measure of feet and syllables in the impotent strains which have received the name of political or city verses. The minds of the Greek were bound in the fetters of a base and imperious superstition which extends her dominion round the circle of profane science. Their understandings were bewildered in metaphysical controversy: in the belief of visions and miracles, they had lost all principles of moral evidence, and their taste was vitiated by the homilies of the monks, an absurd medley of declamation and Scripture. Even these contemptible studies were no longer dignified by the abuse of superior talents: the leaders of the Greek church were humbly content to admire and copy the oracles of antiquity, nor did the schools of pulpit produce any rivals of the fame of Athanasius and Chrysostom.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Glaeser, Edward==&lt;br /&gt;
An Ed Glaeser aphorism just now from his Markus seminar, improved a bit:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It's not Trust in Authorities: it’s the Trustworthiness of Authorities, that matters.  A good government nobody trusts is better than a bad government *everybody* trusts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Glantz, David (reported by)==&lt;br /&gt;
“Germans needed to reduce their casualties “if we do not intend to win ourselves to death.”&lt;br /&gt;
― David M. Glantz, When Titans Clashed: How the Red Army Stopped Hitler, p. 73.&lt;br /&gt;
&lt;br /&gt;
==Goethe==&lt;br /&gt;
Mephistopheles:  &lt;br /&gt;
{{Quotation|  Ich bin der Geist der stets verneint.}}&lt;br /&gt;
&amp;quot;I am the spirit that always denies, or negates.&amp;quot; Faust part I. &lt;br /&gt;
&lt;br /&gt;
==GOLDMAN, Samuel.==&lt;br /&gt;
@SWGoldman, January 8, 2021: {{Quotation| A lot of people who thought they were part of the con now discovering that they were the marks. Which is exactly how a con works.}}&lt;br /&gt;
&lt;br /&gt;
==Golub, Ben==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
An underappreciated reason to keep economic theory programs vigorous and strong is that a LOT of the best scholars in other fields started out wanting to do theory. Like, a lot of amazing people.   The prospect of doing theory is like a honeypot for a certain kind of curious, high-powered person, who can then be redirected more productively. (Twitter, 2021)}}&lt;br /&gt;
&lt;br /&gt;
==GORDON, Leslie McAdoo==&lt;br /&gt;
&amp;quot;He keeps digressing, and there are digressions from the digressions, which he digresses from to digress.&amp;quot; On [https://twitter.com/McAdooGordon/status/1502053406508302336 Twitter], about a boring prosecutor during a sentencing hearing.&lt;br /&gt;
&lt;br /&gt;
==Gracian, Balthasar==&lt;br /&gt;
*“It is better to sleep on things beforehand than lie awake about them afterward.”&lt;br /&gt;
 &lt;br /&gt;
*“Never contend with a man who has nothing to lose.”&lt;br /&gt;
&lt;br /&gt;
==Graham, Paul==&lt;br /&gt;
*&amp;quot;While helping 12 yo prepare for exams, I've also been teaching him what's real knowledge and what isn't. E.g. how distillation works is real knowledge. The fact that the thing that gets dissolved in a solution is called the solute isn't.&amp;quot; (Twitter, 2021) &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One advantage companies that are still run by their founders have over other companies is that founders have the confidence to be unconventional. Employees worry they'll get in trouble if they do things differently. Founders don't.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Nonprofits that can't show what effect they have are showing what effect they have.&amp;quot;  (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Taking classes in &amp;quot;entrepreneurship&amp;quot; in college to learn how to innovate is like going to the Louvre and spending your time looking at the floor.&amp;quot; (as improved by me, Twitter, 2022)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Grant, Ulysses S.==&lt;br /&gt;
{{Quotation| As we approached the brow of the hill from which it was expected we could see Harris' camp, and possibly find his men ready formed to meet us, my heart kept getting higher and higher until it felt to me as though it was in my throat. I would have given anything then to have been back in Illinois, but I had not the moral courage to halt and consider what to do; I kept right on. When we reached a point from which the valley below was in full view I halted. The place where Harris had been encamped a few days before was still there and the marks of a recent encampment were plainly visible, but the troops were gone. My heart resumed its place. '''It occurred to me at once that Harris had been as much afraid of me as I had been of him. This was a view of the question I had never taken before; but it was one I never forgot afterwards.''' From that event to the close of the war, I never experienced trepidation upon confronting an enemy, though I always felt more or less anxiety. I never forgot that he had as much reason to fear my forces as I had his. The lesson was valuable.}} U.S. Grant, autobiography,  on the Battle of Belmont, https://www.gutenberg.org/files/4367/4367-h/4367-h.htm#ch20.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gude, Hans==&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Hans_Gude Hans Gude] (1825-1903):&lt;br /&gt;
:&amp;quot;You, my compatriots in Norway, have no grounds for complaining that we have forgotten the dear, familiar and specific character with which God has endowed our land and our nation. That is so firmly entrenched in our being that it finds expression, whether we like it or not. Do not, therefore, insult us further.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Haeckel, Ernst==&lt;br /&gt;
{{Quotation|  Ontogeny recapitulates phylogeny.}}&lt;br /&gt;
&lt;br /&gt;
==Hanson, Robin==&lt;br /&gt;
{{Quotation| Biggest trend in my world over the last 50yrs:&amp;lt;br&amp;gt;&lt;br /&gt;
50 yrs ago, intellectuals were top prestige; journalists, judges, activists, inventors, etc aspired to be that. &amp;lt;br&amp;gt;&lt;br /&gt;
Today, activists are top prestige; intellectuals, journalists, judges, inventors, etc aspire to be that.}} twitter, 2021.&lt;br /&gt;
&lt;br /&gt;
==Harpending, Henry==&lt;br /&gt;
[https://westhunt.wordpress.com/2021/04/26/henrys-buffalo/ &amp;quot;Henry’s Buffalo,&amp;quot;] ''West Hunter'' blog:&lt;br /&gt;
{{Quotation| We were up late around the fire as all the participants took turns telling the story of the day.  Of course everyone told the same story, since there was only one, but somehow we were all attentive to each new version.}}&lt;br /&gt;
&lt;br /&gt;
==Harrington,  John.==&lt;br /&gt;
''Epigrams'', Book iv,  [https://quod.lib.umich.edu/e/eebo/A02647.0001.001/1:7.5?rgn=div2;view=fulltext| Epistle 5]. &amp;lt;br&amp;gt;&lt;br /&gt;
 {{Quotation|  Treason  doth never prosper: what's the reason?&amp;lt;br&amp;gt;Why, if it prosper, none dare call it treason.}}&lt;br /&gt;
Compare: &amp;quot;Prosperum ac felix scelus/ Virtus vocatur&amp;quot; (&amp;quot;Successful and fortunate crime/ is called virtue&amp;quot;), [[Seneca]], ''Herc. Furens'', ii. 250.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Haywood, Charles==&lt;br /&gt;
From a 2018 [https://theworthyhouse.com/2018/03/30/book-review-change-church-pope-francis-future-catholicism-ross-douthat/ book review at Worthy House]:&lt;br /&gt;
 {{Quotation| Such men lack consistency, because they simply don’t have the intellectual horsepower to maintain it, while they quickly and without noticing contradict themselves if it’s needed to get shiny baubles such as the praise of those they realize to be their intellectual or social betters. }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Rob Henderson==&lt;br /&gt;
“Many have discovered an argument hack. They don’t need to argue that something is false. They just need to show that it’s associated with low status.”  https://quillette.com/2021/04/03/persuasion-and-the-prestige-paradox-are-high-status-people-more-likely-to-lie/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Hippocrates==&lt;br /&gt;
&amp;quot;There are ticks in woods now.&amp;quot; Why did God create ticks? Perhaps the tick will be justified some day like the flea, by a poem. Ars longa, vita brevis.  With a zero discount rate, a good poem justifies even the Black Death.  https://buff.ly/3dpjpHE&lt;br /&gt;
10:29 AM · Apr 18, 2021·Buffer&lt;br /&gt;
 &lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
Replying to &lt;br /&gt;
@erasmuse&lt;br /&gt;
I rightly used &amp;quot;Ars longa, vita brevis&amp;quot;,to digress,  but it has multiple meanings, like a Chinese poem. One is &amp;quot;Art lasts forever, but life is brief.&amp;quot;&lt;br /&gt;
Ars longa, vita brevis - Wikipedia&lt;br /&gt;
en.wikipedia.org&lt;br /&gt;
&lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
@erasmuse&lt;br /&gt;
The original, in Greek, is &amp;quot;There's a lot of technique, but only a short life to learn it in&amp;quot;, which I at 62 appreciate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== ==&lt;br /&gt;
==The Incredibles (movie)==&lt;br /&gt;
[https://lessonsfromthemouse.wordpress.com/2017/07/15/the-incredibles-if-everyone-is-special-no-one-is/#respond  &amp;quot;The Incredibles- If Everyone Is Special, No One Is,&amp;quot;] ''Lessons from the Mouse'' blog (2017).: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
On the car ride home, Dash says “Our powers make us special,” to which Helen (Mrs. Incredible) says, “Everyone is special, Dash”. Dash retorts back to her, “Which is another way of saying that no one is.” This is not just the opinion of a frustrated little boy, he is parroting the frustrations of his father who later on is arguing that a 4th grade graduation ceremony is silly (in his words, psychotic) because, “They keep celebrating new ways to celebrate mediocrity, but if someone is genuinely exceptional, they shut him down because they don’t want everyone else to feel back!” And lastly, this theme comes to a head when Syndrome is planning on giving everyone superpowers with his tech and claiming, “When everyone is super, no one will be.” ... Not everyone is special, understand, everyone is important, everyone is valid, and everyone is even significant, but not everyone is special. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==KASCHUTA, Alex== &lt;br /&gt;
[https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
The average Romanian knows the following about Americans:&lt;br /&gt;
&lt;br /&gt;
*    They are stupid and uncultured, though they somehow also have the best universities and lead the world in scientific research. &lt;br /&gt;
&lt;br /&gt;
* They are fat and lethargic, but their work ethic is second to none, and they never take vacations. &lt;br /&gt;
&lt;br /&gt;
* They have guns, though they shouldn't, though they probably should because criminality is very high. &lt;br /&gt;
&lt;br /&gt;
* The evils that befall them was caused by something terrible they did, either now or in the past, though it would have been great to have them “conquer” us just once.&lt;br /&gt;
&lt;br /&gt;
 *   It's hard to emigrate there, but it shouldn't be, because it's also highly desirable, being the &amp;quot;land of opportunity.&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
 [https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|The American paradox may have a simple solution: America is the only country to have generated so much excess it now exports its own self-loathing, in industrial quantities, 24/7. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| If you make someone &amp;quot;Homelessness Czar&amp;quot; their job is to preside over homelessness, not eliminate it.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Kennedy, John F.==&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;&lt;br /&gt;
“I never met a man like this,” Kennedy remarked to another reporter, Hugh Sidey of Time magazine. “[I] talked about how a nuclear exchange would kill 70 million people in 10 minutes, and he just looked at me as if to say, ‘So what?’” -- https://www.history.com/news/kennedy-krushchev-vienna-summit-meeting-1961&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KERR, Clark==&lt;br /&gt;
Clark Kerr  characterized his “multiversity” as “a series of individual faculty entrepreneurs held together by a common grievance over parking.” &lt;br /&gt;
&lt;br /&gt;
==KING, Martin Luther==&lt;br /&gt;
&amp;quot;It may be true that the law cannot make a man love me, but it can stop him from lynching me, and I think that's pretty important.&amp;quot; ''The Wall Street Journal'' (13 November 1962).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Krauss, Lawrence ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Instead of a theory of everything, string theory is a theory of anything, which means it's a theory of nothing.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==KRONECKER, Leopold ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
(1) “Die ganzen Zahlen hat der liebe Gott gemacht, alles andere ist Menschenwerk”&amp;lt;br&amp;gt;&lt;br /&gt;
(2) “God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
(3) “The Dear God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
in einem schriftlich nicht überlieferten Vortrag bei der Berliner Naturforscher-Versammlung 1886, zitiert bei H.[einrich] Weber: Leopold Kronecker, in: ''Jahresbericht der Deutschen Mathematiker-Vereinigung'' 2, 1893, S. 19 http://gdz.sub.uni-goettingen.de/dms/load/img/?PID=PPN37721857X_0002|LOG_0006&amp;amp;physid=PHYS_0025%20Seite%2019 drittletzter Absatz doi: 10.1007/BF01446613.  Also in : [http://gdz.sub.uni-goettingen.de/pdfcache/PPN235181684_0043/PPN235181684_0043___LOG_0007.pdf ''Mathematische Annalen,'' 1893, ] Band 43,    S. 15, 3. und 4. Zeile Zugeschrieben&lt;br /&gt;
&lt;br /&gt;
Quelle: https://beruhmte-zitate.de/zitate/138167-leopold-kronecker-die-ganzen-zahlen-hat-der-liebe-gott-gemacht-alle/&lt;br /&gt;
&lt;br /&gt;
Version (1) is the original. Version (3) is the more accurate translation. Version (2) sounds better than either (1) or (3). The &amp;quot;ganzen Zahlen&amp;quot; are the integers, not the natural numbers, [https://de.wikipedia.org/wiki/Ganze_Zahl#:~:text=Die%20ganzen%20Zahlen%20%28auch%20Ganzzahlen%2C%20lateinisch%20numeri%20integri%29,3%2C%20%E2%80%A6%20und%20enthalten%20damit%20alle%20nat%C3%BCrlichen%20Zahlen German Wikipedia says.] &amp;quot;der liebe Gott&amp;quot; is &amp;quot;the Dear God&amp;quot;. (Thanks to Christian Matthes for finding this for me via my Twitter request)&lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Laughlin, Robert==&lt;br /&gt;
&amp;quot;In science, you gain power by telling people what you know; in engineering, by preventing them from knowing it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Lenin, Vladimir==&lt;br /&gt;
[[&amp;quot;The Worse, the Better.&amp;quot;]]&lt;br /&gt;
He did not originate this quote. I have a separate page on it.&lt;br /&gt;
&lt;br /&gt;
==David Levy, famous comet-hunter==&lt;br /&gt;
“Inspiration before Outreach — because if you don’t INSPIRE your audience, outreach will go nowhere.”&lt;br /&gt;
&lt;br /&gt;
==LLoyd_Jones, Martyn==&lt;br /&gt;
{{Quotation| I spend half my time telling Christians to study doctrine, and the other half telling them doctrine is not enough.}}&lt;br /&gt;
&lt;br /&gt;
==Lewis, C.S.==&lt;br /&gt;
* The beauty of the female is the root of joy to the female as well as to the male, and it is no accident that the goddess of Love is older and stronger than the god. To desire the desiring of her own beauty is the vanity of Lilith, but to desire the enjoying of her own beauty is the obedience of Eve, and to both it is in the lover that the beloved tastes her own delightfulness. As obedience is the stairway of pleasure, so humility is the    [https://alt.books.cs-lewis.narkive.com/a2Czcqjy/source-of-beauty-of-the-female-quote Failure to find another source  is discussed here. ]&lt;br /&gt;
&lt;br /&gt;
*“Why you fool, it's the educated reader who CAN be gulled. All our difficulty comes with the others. When did you meet a workman who believes the papers? He takes it for granted that they're all propaganda and skips the leading articles. He buys his paper for the football results and the little paragraphs about girls falling out of windows and corpses found in Mayfair flats. He is our problem. We have to recondition him. But the educated public, the people who read the high-brow weeklies, don't need reconditioning. They're all right already. They'll believe anything.”&lt;br /&gt;
&lt;br /&gt;
*“I suppose there are two views about everything,” said Mark. &lt;br /&gt;
&amp;quot;Eh? Two views? There are a dozen views about everything until you know the answer. Then there’s never more than one.”&lt;br /&gt;
&lt;br /&gt;
*“Fellows of colleges do not always find money matters easy to understand: if they did, they would probably not have been the sort of men who become Fellows of colleges.”&lt;br /&gt;
&lt;br /&gt;
“his education had had the curious effect of making things that he read and wrote more real to him than things he saw. Statistics about agricultural laborers were the substance; any real ditcher, plowman or farmer's boy, was the shadow. Though he had never noticed it himself, he had a great reluctance, in his work, ever to use words as 'man' or 'woman.' He preferred to write about 'vocational groups,' 'elements,' 'classes' and 'populations:' for, in his own way, he believed as firmly as any mystic in the superior reality of the things that are not seen.”&lt;br /&gt;
― C.S. Lewis, That Hideous Strength&lt;br /&gt;
&lt;br /&gt;
“But what do you want me to do, Sir?” “My dear young friend, the golden rule is very simple. There are only two errors which would be fatal to one placed in the peculiar situation which certain parts of your previous conduct have unfortunately created for you. On the one hand, anything like a lack of initiative or enterprise would be disastrous. On the other, the slightest approach to unauthorized action—anything which suggested that you were assuming a liberty of decision which, in all the circumstances, is not really yours—might have consequences from which even I could not protect you. But as long as you keep quite clear of these two extremes, there is no reason (speaking unofficially) why you should not be perfectly safe.”&lt;br /&gt;
― C.S. Lewis, That Hideous Strength&lt;br /&gt;
&lt;br /&gt;
*“There dwell an accursed people, full of pride and lust. There when a young man takes a maiden in marriage, they do not lie together, but each lies with a cunningly fashioned image of the other, made to move and to be warm by devilish arts, for real flesh will not please them, they are so dainty in their dreams of lust. Their real children they fabricate by vile arts in a secret place.”&lt;br /&gt;
― C.S. Lewis, That Hideous Strength&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Your trouble has been what old poets called Daungier. We call it Pride. You are offended by the masculine itself: the loud, irruptive, possessive thing—the gold lion, the bearded bull—which breaks through hedges and scatters the little kingdom of your primness as the dwarfs scattered the carefully made bed. &lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Man has got to take charge of Man. That means, remember, that some men have got to take charge of the rest—which is another reason for cashing in on it as soon as one can.”&lt;br /&gt;
&lt;br /&gt;
==Long, Earl (Senator from Louisiana)==&lt;br /&gt;
*&amp;quot;Don't write anything you can phone. Don't phone anything you can talk. Don't talk anything you can whisper. Don't whisper anything you can smile. Don't smile anything you can nod. Don't nod anything you can wink.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Machiavelli, Nicholas==&lt;br /&gt;
 {{Quotation| “Prudent archers...set their aim much higher than the place intended, not to reach such a height with their arrow, but to be able with the aid of so high an aim achieve their plan.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
--Book IV of The Prince}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Macaulay, Thomas==&lt;br /&gt;
From [https://www.gutenberg.org/files/1468/1468-h/1468-h.htm#link2HCH0002 The History of England, Volume I], chapter 2: &lt;br /&gt;
{{Quotation|It is creditable to Charles's temper that, ill as he thought of his species, he never became a misanthrope. He saw little in men but what was hateful. Yet he did not hate them. Nay, he was so far humane that it was highly disagreeable to him to see their sufferings or to hear their complaints. This, however, is a sort of humanity which, though amiable and laudable in a private man whose power to help or hurt is bounded by a narrow circle, has in princes often been rather a vice than a virtue. More than one well disposed ruler has given up whole provinces to rapine and oppression, merely from a wish to see none but happy faces round his own board and in his own walks. No man is fit to govern great societies who hesitates about disobliging the few who have access to him, for the sake of the many whom he will never see. The facility of Charles was such as has perhaps never been found in any man of equal sense. He was a slave without being a dupe. Worthless men and women, to the very bottom of whose hearts he saw, and whom he knew to be destitute of affection for him and undeserving of his confidence, could easily wheedle him out of titles, places, domains, state secrets and pardons. He bestowed much; yet he neither enjoyed the pleasure nor acquired the fame of beneficence. He never gave spontaneously; but it was painful to him to refuse. The consequence was that his bounty generally went, not to those who deserved it best, nor even to those whom he liked best, but to the most shameless and importunate suitor who could obtain an audience.}}&lt;br /&gt;
&lt;br /&gt;
‘A government cannot be wrong in punishing fraud or force, but it is almost certain to be wrong if, abandoning its legitimate function, it tells private individuals that it knows their business better than they know it themselves.’   (unkonwn source)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Massie, Thomas==&lt;br /&gt;
*[https://twitter.com/RepThomasMassie/status/1460241573187395584 Twitter] (2021): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Who could have foreseen that the response to the very lackluster performance of the vaccines would be to force people to take them, to force the people who took them to take more of them, and for the CEO of the company profiting most from them to call their critics criminals?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==MELKONIAN, Raffi==&lt;br /&gt;
{{Quotation| The brief I was reading recited the *entire* procedural history of the matter before saying &amp;quot;Our Problem is X. We need you to do Y. Right away. Because otherwise, Z is going to happen to us, which will make us very sad.&amp;quot; (Twitter, https://twitter.com/RMFifthCircuit/status/1436042316125548548 (2021).}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Mencken==&lt;br /&gt;
*As democracy is perfected, the office of President represents, more and more closely, the inner soul of the people. On some great and glorious day, the plain folks of the land will reach their heart's desire at last and the White House will be adorned by a downright moron.&lt;br /&gt;
&lt;br /&gt;
*I know some who are constantly drunk on books as other men are drunk on whiskey.&lt;br /&gt;
&lt;br /&gt;
*Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats&lt;br /&gt;
&lt;br /&gt;
*An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it makes a better soup&lt;br /&gt;
&lt;br /&gt;
*A cynic is a man who, when he smells flowers, looks around for a coffin.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Mouton Rothchild==&lt;br /&gt;
From Wikipedia: &lt;br /&gt;
In 1973, Mouton was elevated to &amp;quot;first growth&amp;quot; status after decades of intense lobbying by its powerful and influential owner,[1] the only change in the original 1855 classification (excepting the 1856 addition of Château Cantemerle). This prompted a change of motto: previously, the motto of the wine was Premier ne puis, second ne daigne, Mouton suis. (&amp;quot;First, I cannot be. Second, I do not deign to be. Mouton I am.&amp;quot;), and it was changed to Premier je suis, Second je fus, Mouton ne change. (&amp;quot;First, I am. Second, I used to be. Mouton does not change.&amp;quot;) &lt;br /&gt;
&lt;br /&gt;
==More, Thomas==&lt;br /&gt;
&amp;quot;Stand always beside me so that today I shall not, to win a point, lose my soul.&amp;quot; This is attributed to him, but I doubt he said it. I can't find a source. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==MUSK, ELON==&lt;br /&gt;
*From [https://twitter.com/tylertringas/status/1475268528521596928 Twitter]: “The most common error of a smart engineer is to optimize a thing that should not exist.”  To look for an interior rather than a corner solution. &lt;br /&gt;
&lt;br /&gt;
 ----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Napoleon Bonaparte==&lt;br /&gt;
{{Quotation| what Napoleon said when asked how he came to be Emperor: “I came across the crown of France lying in the street, and I picked it up with my sword.”}}&lt;br /&gt;
&lt;br /&gt;
==Nelson, David (Moe)==&lt;br /&gt;
&amp;quot;Says it the bestest&amp;quot;. Email (2022).&lt;br /&gt;
&lt;br /&gt;
==Nietzsche==&lt;br /&gt;
*&amp;quot;The worst readers are those who act like plundering soldiers: they take away a few things they can use, dirty and confuse [verwirren] the rest, and trash [lästern] the whole.&amp;quot;&lt;br /&gt;
Human, All Too Human (#137)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It is hard enough to remember my opinions, without also remembering my reasons for them!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;There comes a point in the history of society when it becomes so pathologically soft and tender that it steps in on behalf of those who harm it, criminals, and it does so quite seriously and honestly. To punish: that appears somehow unfair.&amp;quot;  --Paragraph 20, '[https://t.co/MMFHuzRSvr 'Beyond Good and Evil.'']  &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Science  offends the modesty of all genuine women. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
 &lt;br /&gt;
*&amp;quot;He who rejoices even at the stake triumphs not over pain but at the fact that he feels no pain where he had expected to feel it. A parable.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 124.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;When we have to change our opinion about someone we hold the inconvenience he has therewith caused us greatly to his discredit.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 125.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;A people is a detour of nature to get to six or seven great men.— Yes: and then to get round them.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 126.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The more abstract the truth is that you would teach, the more you have to seduce the senses to it.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 128.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What a person is begins to betray itself when his talent declines—when he ceases to show what he can do. Talent is also finery; finery is also a hiding place.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 130.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One is punished most for one's virtues.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 132.] &lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Paglia, Camille==&lt;br /&gt;
{{Quotation| There is no female Mozart because there is no female Jack the Ripper. --https://www.aei.org/carpe-diem/the-best-sentence-i-heard-today/}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Pascal, Blaise==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The example of Alexander's chastity  has not made so many continent as that of his drunkenness has made intemperate. It is not shameful not to be as virtuous as he, and it seems excusable to be no more vicious. We do not believe ourselves to be exactly sharing in the vices of the vulgar, when we see that we are sharing in those of great men; and yet we do not observe that in these matters they are ordinary men. --[https://www.gutenberg.org/files/18269/18269-h/18269-h.htm ''Thoughts'',] 103. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Peterson, Jordan==&lt;br /&gt;
{{Quotation| If you think tough men are dangerous, wait until you see what weak men are capable of.}} Very good. Weak men cannot withstand their fears and passions. A coward will commit atrocities out of fear.&lt;br /&gt;
&lt;br /&gt;
==Prince Philip==&lt;br /&gt;
 “How do you keep the natives off the booze long enough to pass the test?” Asked of a Scottish driving instructor in 1995.&lt;br /&gt;
&lt;br /&gt;
  “Damn fool question!” To BBC journalist Caroline Wyatt at a banquet at the Elysée Palace after she asked Queen Elizabeth if she was enjoying her stay in Paris in 2006.&lt;br /&gt;
&lt;br /&gt;
  “We don’t come here for our health. We can think of other ways of enjoying ourselves.” During a trip to Canada in 1976.&lt;br /&gt;
 &lt;br /&gt;
  “It’s a vast waste of space.” Philip entertained guests in 2000 at the reception of a new £18m British Embassy in Berlin, which the Queen had just opened.&lt;br /&gt;
&lt;br /&gt;
 “If it has four legs and it is not a chair, if it has got two wings and it flies but is not an aeroplane and if it swims and it is not a submarine, the Cantonese will eat it.” Said to a World Wildlife Fund meeting in 1986.&lt;br /&gt;
&lt;br /&gt;
“I would like to go to Russia very much – although the bastards murdered half my family.” In 1967, asked if he would like to visit the Soviet Union.&lt;br /&gt;
 &lt;br /&gt;
“The problem with London is the tourists. They cause the congestion. If we could just stop the tourism, we could stop the congestion.” At the opening of City Hall in 2002.&lt;br /&gt;
&lt;br /&gt;
 “You must be out of your minds.” To Solomon Islanders, on being told that their population growth was 5 per cent a year, in 1982.&lt;br /&gt;
&lt;br /&gt;
“Your country is one of the most notorious centres of trading in endangered species.” Accepting a conservation award in Thailand in 1991.&lt;br /&gt;
  &lt;br /&gt;
“I wish he’d turn the microphone off!” The Prince expresses his opinion of Elton John’s performance at the 73rd Royal Variety Show, 2001.&lt;br /&gt;
 &lt;br /&gt;
“Any bloody fool can lay a wreath at the thingamy.” Discussing his role in an interview with Jeremy Paxman.&lt;br /&gt;
 &lt;br /&gt;
 “It’s not a very big one, but at least it’s dead and it took an awful lot of killing!” Speaking about a crocodile he shot in Gambia in 1957.&lt;br /&gt;
&lt;br /&gt;
 “It is my invariable custom to say something flattering to begin with so that I shall be excused if by any chance I put my foot in it later on.” Full marks for honesty, from a speech in 1956.&lt;br /&gt;
https://www.unz.com/isteve/prince-philip-rip/&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Rasmusen, Eric==&lt;br /&gt;
*See [[Aphorisms--Rasmusen]].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;He was so mean he even repelled ticks.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Economics offends the modesty of all genuine professors. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  See Nietzsche, Beyond Good and Evil [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|When you’re dealing with productive inefficiency instead of allocative, you move from triangle losses, which are small, to rectangle losses, which are big.}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Leaders must be willing to make bad decisions with insufficient information and insufficient brains, even though they'll look like idiots. We followers  must forgive.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|''Celebrity preachers:'' Trample on the Cross to pick up a crown. &amp;lt;br&amp;gt;&lt;br /&gt;
''Unpopular preachers:'' Trample on a crown to pick up the Cross.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|Just as  high-IQ men come unarmed to a battle of wits, ss strong men come unarmed to a battle of fists. Raw talent is not enough. One must know how to use it. And be willing to use it.  }}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Andrew Carnegie (repeated by his friend Mark Twain)  said about undiversification: &amp;quot;Put all your eggs in one basket-- and then WATCH THAT BASKET.&amp;quot; The Buffett-Munger method is &amp;quot;Watch for a one really good basket-- and then put all your eggs into it.&amp;quot;}} [https://quoteinvestigator.com/2017/02/16/eggs/ Quoteinvestigator tracks down] the source of the Carnegie quotation.&lt;br /&gt;
&lt;br /&gt;
*We should treat young men as men, with all the privileges and responsibilities attached thereto, but tell them they are too foolish and experienced to deserve the privileges or carry out the responsibilities. &lt;br /&gt;
&lt;br /&gt;
:Come to think of it, that applies equally to young ladies. &lt;br /&gt;
&lt;br /&gt;
:Instead, we tell young people they are just as good as the middled-aged, but treat them like children.&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|People who don't care, don't quarrel. They just let each other  be wrong and make mistakes.  Love leads to fights. }}&lt;br /&gt;
&lt;br /&gt;
*The cosmopolitan man has no Country, the timeless man has no Time.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==ROBINSON, JOAN==&lt;br /&gt;
*[https://iea.org.uk/north-koreas-western-fellow-travellers/ &amp;quot;North Korea’s Western fellow travellers,&amp;quot;] KRISTIAN NIEMIETZ 29 SEPTEMBER 2017. She said of North Korea, in 1964, &lt;br /&gt;
“All the economic miracles of the postwar world are put in the shade by these achievements”.&lt;br /&gt;
&lt;br /&gt;
“[G]reat pains are taken to keep the Southerners in the dark. The demarcation line is manned exclusively by American troops […] with an empty stretch of territory behind. No Southern eye can be allowed a peep into the North”.&lt;br /&gt;
&lt;br /&gt;
==Roche, Christopher==&lt;br /&gt;
*In June 1998 an instance appeared in a graduation speech delivered by valedictorian Christopher Roche at Albertus Magnus High School. &amp;quot;Don’t cry because it’s over, smile because it happened,”&lt;br /&gt;
&lt;br /&gt;
[https://quoteinvestigator.com/2016/07/25/smile/ Ludwig Jacobowski ,  “Leuchtende Tage” (1899)]:&lt;br /&gt;
&lt;br /&gt;
Nicht weinen, weil sie vorüber!&lt;br /&gt;
Lächeln, weil sie gewesen!&lt;br /&gt;
&lt;br /&gt;
English translation:&lt;br /&gt;
Do not cry because they are past!&lt;br /&gt;
Smile, because they once were!&lt;br /&gt;
&lt;br /&gt;
==Roosevelt, Theodore==&lt;br /&gt;
[http://www.stateoftheunionhistory.com/2015/08/1905-theodore-roosevelt-railroad.html &amp;quot;1905 State of the Union Address&amp;quot;]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
We desire to set up a moral standard. '''There can be no delusion more fatal to the Nation than the delusion that the standard of profits, of business prosperity, is sufficient in judging any business or political question--from rate legislation to municipal government.''' Business success, whether for the individual or for the Nation, is a good thing only so far as it is accompanied by and develops a high standard of conduct--honor, integrity, civic courage. The kind of business prosperity that blunts the standard of honor, that puts an inordinate value on mere wealth, that makes a man ruthless and conscienceless in trade, and weak and cowardly in citizenship, is not a good thing at all, but a very bad thing for the Nation. '''This Government stands for manhood first and for business only as an adjunct of manhood.'''}}&lt;br /&gt;
&lt;br /&gt;
==Rumsfeld, Donald==&lt;br /&gt;
{{Quotation| Reports that say that something hasn't happened are always interesting to me, because as we know, there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns—the ones we don't know we don't know.}} [https://en.wikipedia.org/wiki/There_are_known_knowns &amp;quot;There_are_known_knowns&amp;quot;], ''Wikipedia.''&lt;br /&gt;
&lt;br /&gt;
==Ryle, J. C.==&lt;br /&gt;
{{Quotation| &amp;quot;A true Christian is one who has not only peace of conscience, but war within. He may be known by his warfare as well as by his peace.” }}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sailer, Steve==&lt;br /&gt;
*&amp;quot;Debate-as-sport is masculine, groupthink and cancellation is feminine.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|  How to square the circle of indulging in the kind of petty grievances that most fascinate people with upper-middle-class disdain for Trump-like feuding? And how to make our pique sound important?&lt;br /&gt;
&lt;br /&gt;
The answer to both appears to be to position one’s personal gripes as part of the cosmically important war on racism and sexism, while conversely labeling Trump’s obviously individualistic feuds as racist.&lt;br /&gt;
&lt;br /&gt;
Thus, the upper reaches of society have been egging on everybody who isn’t a straight white male to dredge up and dwell on ancient memories of social unease in middle and high school. But instead of getting too specific about that mean girl in eighth grade who said snippy things about your shoes, you are encouraged to blame your embarrassing memories on whiteness in general.}} [https://www.takimag.com/article/feud-for-thought/ &amp;quot;Feud for Thought,&amp;quot;] ''Taki's Magazine'' (2021).&lt;br /&gt;
&lt;br /&gt;
*The problem with economics these days is not so much the various models as that economists believe that having models lets them get away without knowing much about the real world.’ &lt;br /&gt;
&lt;br /&gt;
 {{Quotation|&lt;br /&gt;
How can you tell who is a marginalized community? If they are legally protected, then they are marginalized, but if you are allowed to discriminate against them, then they aren’t marginalized. Is that so hard to understand?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Samuelson, Paul==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“I don’t care who writes a nation’s laws—or crafts its advanced treaties—if I can write its economics textbooks. The first lick is the privileged one, impinging on the beginner’s tabula rasa at its most impressionable state.”  (1990)}} . See [https://econdump.wordpress.com/2011/12/16/i-dont-care-who-writes-a-nations-laws-if-i-can-write-its-economics-textbooks-paul-samuelson/ Econdump on this quote].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Within every classical economist there is to be discerned a modern economist trying to be born.&amp;quot; From [https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Yes, Ricardo differed with Smith; and thought those differences important. But upon detailed examination, we find that their differences do not mainly involve differences in their behavior equations, short-run or long-run, but rather involve their semantic preferences about what names could be given to the same agreed-upon effects. To moderns, it is for the most part a quarrel about nothing substantive, being essentially an irrelevant argument carried out by Ricardo, often with somewhat unaesthetic logic.&amp;quot; From [https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
==Schumpeter, Joseph==&lt;br /&gt;
 See the [[Schumpeter]] page.&lt;br /&gt;
&lt;br /&gt;
==Sedley, Catharine, Countess of Dorchester==&lt;br /&gt;
She was mistress to the Duke of York, later to become King James II. &lt;br /&gt;
'Catharine herself was astonished at the violence of the ducal passion.&lt;br /&gt;
&amp;quot;It cannot be my beauty,&amp;quot; she said, &amp;quot;for he must see I have none; and it cannot be my wit, for he has not enough to know that I have any&amp;quot;' (Thomas Seccombe, DNB).'&lt;br /&gt;
 From [https://www.bonhams.com/auctions/22714/lot/53/ a Bonham's auction catalog] selling a William III grant to her, expected to sell for about $1,500.&lt;br /&gt;
&lt;br /&gt;
==Shaw, George Bernard==&lt;br /&gt;
George Bernard Shaw wrote in 1903:&lt;br /&gt;
”The roulette table pays nobody except him who keeps it. Nevertheless a passion for gaming is common, though a passion for keeping roulette wheels is unknown.”&lt;br /&gt;
&lt;br /&gt;
Upon [https://www.iowastatedaily.com/carrie-chapman-catts-a-rotten-egg/article_183cbe15-989e-532d-897e-ec0a0340764e.html#:~:text=As%20George%20Bernard%20Shaw%2C%20Carrie,egg%20to%20know%20it's%20rotten.%22 refusing to read the entire manuscript before rejecting a book:] &amp;quot;You don't have to eat the whole egg to know it's rotten.&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Silverglate==&lt;br /&gt;
If you’re going to do any kind of important (therefore controversial) work, you can really only care about what approximately 10 people in the world think about you. Choose those people carefully. &lt;br /&gt;
&lt;br /&gt;
From  @HASilverglate  (Roughly. I’m sure he said it better)&lt;br /&gt;
&lt;br /&gt;
==SINCLAIR, Upton==&lt;br /&gt;
“It is difficult to get a man to understand something, when his salary depends upon his not understanding it!” &lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his TV invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his party invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Smethurst==&lt;br /&gt;
Salvation is not an invitation from a buddy, but a summons from a king.&lt;br /&gt;
(Twitter, 2021.)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Solzhenitsyn, Alexander==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
A decline in courage may be the most striking feature which an outside observer notices in the West in our days. The Western world has lost its civil courage, both as a whole and separately, in each country, each government, each political party, and, of course, in the United Nations. Such a decline in courage is particularly noticeable among the ruling groups and the intellectual elite, causing an impression of loss of courage by the entire society. &lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Without any censorship, in the West fashionable trends of thought and ideas are carefully separated from those which are not fashionable; nothing is forbidden, but what is not fashionable will hardly ever find its way into periodicals or books or be heard in colleges.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
A fact which cannot be disputed is the weakening of human beings in the West while in the East they are becoming firmer and stronger -- 60 years for our people and 30 years for the people of Eastern Europe. During that time we have been through a spiritual training far in advance of Western experience. Life's complexity and mortal weight have produced stronger, deeper, and more interesting characters than those generally [produced] by standardized Western well-being.&lt;br /&gt;
&lt;br /&gt;
Therefore, if our society were to be transformed into yours, it would mean an improvement in certain aspects, but also a change for the worse on some particularly significant scores. ... After the suffering of many years of violence and oppression, the human soul longs for things higher, warmer, and purer than those offered by today's mass living habits, introduced by the revolting invasion of publicity, by TV stupor, and by intolerable music.&lt;br /&gt;
&lt;br /&gt;
There are meaningful warnings which history gives a threatened or perishing society. Such are, for instance, the decadence of art, or a lack of great statesmen. There are open and evident warnings, too. The center of your democracy and of your culture is left without electric power for a few hours only, and all of a sudden crowds of American citizens start looting and creating havoc. The smooth surface film must be very thin, then, the social system quite unstable and unhealthy.&lt;br /&gt;
&lt;br /&gt;
[https://www.americanrhetoric.com/speeches/alexandersolzhenitsynharvard.htm &amp;quot;A World Split Apart,&amp;quot;]&lt;br /&gt;
delivered 8 June 1978, Harvard University}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Sowell, Thomas==&lt;br /&gt;
&amp;quot;We seem to be getting closer and closer to a situation where nobody is responsible for what they did but we are all responsible for what somebody else did.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Spurgeon==&lt;br /&gt;
&amp;quot;There is something very comforting in the thought that Satan is an adversary: I would sooner have him for an adversary than for a friend.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==De Stael, Germaine (Madame)==&lt;br /&gt;
“Tout comprendre c’est tout pardonner.” To understand all is to forgive all. &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://fakebuddhaquotes.com/to-understand-everything-is-to-forgive-everything/ FakeBuddhaQuotes tells us] that this is not quite what she said.  She actually wrote “Car tout comprendre rend très indulgent, et sentir profondément inspire une grande bontée.” Close enough for credit?&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Stalin, Joseph==&lt;br /&gt;
“A single death is a tragedy; a million deaths is a statistic.”&lt;br /&gt;
&lt;br /&gt;
“Those who vote decide nothing. Those who count the vote decide everything.”&lt;br /&gt;
&lt;br /&gt;
“Education is a weapon, whose effect depends on who holds it in his hands and at whom it is aimed.”&lt;br /&gt;
&lt;br /&gt;
“When there’s a person, there’s a problem. When there’s no person, there’s no problem.”&lt;br /&gt;
&lt;br /&gt;
“Quantity has a quality all its own.”&lt;br /&gt;
&lt;br /&gt;
“The Pope! How many divisions has he got?”&lt;br /&gt;
&lt;br /&gt;
“In the Soviet army it takes more courage to retreat than advance.”&lt;br /&gt;
&lt;br /&gt;
==Stout, Rex==&lt;br /&gt;
&amp;quot;On the way uptown in the roadster, I reflected that there was one obvious lever to use on Helen Frost to pry her in the direction I wanted her; and I'm a great one for the obvious, because it saves a lot of fiddling around. I decided to use it.&amp;quot; Rex Stout, ''The Red Box,'' Chapter 7 (1937) (Nero Wolfe mystery)&lt;br /&gt;
&lt;br /&gt;
==Strauss, Johann==&lt;br /&gt;
[http://www.aria-database.com/translations/fledermaus.txt Die Fliedermaus], libretto in German and English:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Nein, mit solchen Advokaten			No, with advocates like this&lt;br /&gt;
Ist verkauft man und verraten,			One is sold short and betrayed,&lt;br /&gt;
Da verliert man die Geduld.			Making one lose patience.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BLIND:&lt;br /&gt;
Rekurrieren, appellieren			Petition,	appeal,&lt;br /&gt;
Reklamieren, revidieren,			Complain, review,&lt;br /&gt;
Reziepieren, subvertieren,			Prescribe, subvert,&lt;br /&gt;
Devolvieren, involvieren,			Devolve,  involve, &lt;br /&gt;
Protestieren, liquidieren,			Protest, liquidate,&lt;br /&gt;
Exzerptieren, extorquieren			Excerpt, extort,&lt;br /&gt;
Arbitrieren, resümieren!			Arbitrate, summarize!&lt;br /&gt;
Exkulpieren, inkulpieren,			Exculpate, inculpate&lt;br /&gt;
kalkulieren, konzipieren			Calculate, draft&lt;br /&gt;
Und Sie müssen triumphieren!			And you must triumph!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Ach, wie rührt mich dies!			Ah, how this stirs me!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ALFRED:&lt;br /&gt;
Glücklich ist, wer vergisst,			Happy is the person who forgets,&lt;br /&gt;
Was doch nicht zu ändern ist.			What can't be altered anyway.&lt;br /&gt;
&lt;br /&gt;
From Die Fliedermaus: Glücklich ist, wer vergisst, Was doch nicht zu ändern ist.		&lt;br /&gt;
(Happy he, who forgets, What, can't be altered  anyway.)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SUMMERS, Larry==&lt;br /&gt;
*[http://www.harvard.edu/president/speeches/summers_2003/prayer.php Summers, Lawrence H. 2003. “Economics and Moral Questions.” Morning Prayers address, Memorial Church, September  15. Reprinted in Harvard Magazine, November–December 2003.]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “We all have only so much altruism in us. Economists like me think of altruism as a valuable and rare good that needs conserving. Far better to conserve it by designing a system in which people’s wants will be satisfied by individuals being selfish, and saving that altruism for our families, our friends, and the many social problems in this world that markets cannot solve.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TABARROK, Alex==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
A price increase is a message about scarcity.  Price controls are like shooting the messenger.&amp;quot; &lt;br /&gt;
quoted in May 5, 2008 issue of Forbes.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Subscript text&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Traldi, Oliver== &lt;br /&gt;
{{Quotation| I've never heard a good argument for why a long-gone philosopher's problematic views matter for evaluating their plausible ones. People seem to have this sense that problematic-ness kind of like infects someone's whole corpus somehow. That's just conspiracist contagion reasoning. --Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Trotsky, Leon==&lt;br /&gt;
{{Quotation| You may not be interested in war, but war is interested in you.}}&lt;br /&gt;
&lt;br /&gt;
==TRUMP,Donald==&lt;br /&gt;
Trump tonight at Mar a Lago on transgender sports: “This lady was trying to set her record and then this dude shows up…” &lt;br /&gt;
8:44 PM · May 4, 2022. (https://twitter.com/RaheemKassam/status/1522014323371085824)&lt;br /&gt;
&lt;br /&gt;
==Twain, Mark==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much he had learned in seven years.&amp;quot;   Mark Twain, &amp;quot;Old Times on the Mississippi&amp;quot; ''Atlantic Monthly,'' 1874.}}&lt;br /&gt;
&lt;br /&gt;
*[https://quoteinvestigator.com/2013/01/17/put-off/ A parody of Ben Franklin] by Twain. I heard it in a better version than Twain's: &amp;quot;Never put off till tomorrow what you can put off till the day after tomorrow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==Valery, Paul==&lt;br /&gt;
&amp;quot;Un poème n'est jamais fini, seulement abandonné.&amp;quot;  &amp;lt;br&amp;gt;&lt;br /&gt;
A poem is never finished; it's always an accident that puts a stop to it—i.e. gives it to the public.&lt;br /&gt;
Often quoted in W. H. Auden' s paraphrase, ‘A poem is never finished, only abandoned’ . &amp;lt;.br&amp;gt;&lt;br /&gt;
See also &amp;quot;Lecode n'est jamais fini, seulement termine&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
''Littérature'' (1930).&lt;br /&gt;
&lt;br /&gt;
==Sarah Vaughan==&lt;br /&gt;
Nobody works on easy street...&amp;lt;br&amp;gt;&lt;br /&gt;
When opportunity comes knockin'&amp;lt;br&amp;gt;&lt;br /&gt;
You just keep on with your rockin'&amp;lt;br&amp;gt;&lt;br /&gt;
'Cause you know your fortune's made&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.azlyrics.com/lyrics/sarahvaughan/easystreet.html&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Wang, John==&lt;br /&gt;
@j0hnwang&lt;br /&gt;
&lt;br /&gt;
Web2: &amp;quot;If you're not paying for it, you are the product.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Web3: &amp;quot;If you don't understand the source of yield, you are the yield.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Whyvert==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
The Age of Science draws to a close; there dawns the Age of Silence.&lt;br /&gt;
--https://twitter.com/whyvert/status/1359273098663575560}}&lt;br /&gt;
&lt;br /&gt;
==  ==&lt;br /&gt;
==Yang, Wesley==&lt;br /&gt;
&amp;quot;The more one sacrifices, the more sacred becomes the idol to which one has sacrificed.&amp;quot; (improved, Twitter 2022)&lt;br /&gt;
&lt;br /&gt;
==Yeats, William==&lt;br /&gt;
The first half of [https://www.poetryfoundation.org/poems/43290/the-second-coming &amp;quot;The Second Coming&amp;quot;]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Turning and turning in the widening gyre   &lt;br /&gt;
The falcon cannot hear the falconer;&lt;br /&gt;
Things fall apart; the centre cannot hold;&lt;br /&gt;
Mere anarchy is loosed upon the world,&lt;br /&gt;
The blood-dimmed tide is loosed, and everywhere   &lt;br /&gt;
The ceremony of innocence is drowned;&lt;br /&gt;
The best lack all conviction, while the worst   &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
The best lack all conviction, while the worst &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Young, Faron==&lt;br /&gt;
From the song [https://www.azlyrics.com/lyrics/faronyoung/occasionalwife.html &amp;quot;Occasional Wife&amp;quot;:]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;It needs more than just an occasional piece of your life&amp;lt;br&amp;gt;&lt;br /&gt;
A home just can't stand when it has an occasional wife.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Yglesias, Matthew== &lt;br /&gt;
There are big tranches of the world where people do redefinitions and treat that as doing analysis. April 8 tweet.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==The Z-Man==&lt;br /&gt;
&amp;quot;For the American ruling class, society is just a Walmart in the middle of a ghetto riot. The winner is the one who manages to carry off the most stuff before the store burns down.&amp;quot; https://www.takimag.com/article/the-politics-of-smash-and-grab/&lt;br /&gt;
&lt;br /&gt;
==Zhu, Yuanyi==&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
War and Peace is a byword for hard highbrow literature, but if you think about it it's basically a long adventure novel with lots of explosions.-- @yuanyi_z}}&lt;br /&gt;
----&lt;br /&gt;
 ***************************  --&amp;gt;&lt;br /&gt;
==For the Future==&lt;br /&gt;
Later maybe I will go to this format: &lt;br /&gt;
&lt;br /&gt;
*[[Quotations:A|A]]: Alcorn, Anonymous, Astral Codex Ten.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:B|B]]: Bayly, Joseph; Bayly, Timothy; BBC.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:C|C]]: CANNON,   CHESTERTON,  Connolly,  Cox.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:D|D]]: Dawry,  Dennett,  Dick,  DIPLOCK,  Domingos.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:E|E]]: 	Enzensbergert.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:F|F]]: 	Feynman,  	Flanagan,  	Follows.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:G|G]]: 	Gelman,  Genghis Khan, Goethe,	GOLDMAN,  Grant.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:H|H]]: Hippocrates&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:I|I]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:J|J]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:K|K]]:	KASCHUTA,  Kennedy.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:L|L]]: Lenin,   Lloyd_Jones,&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:M|M]]:  Martyn, Machiavelli,  Macaulay.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:N|N]]: Napoleon.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:O|O]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:P|P]]:	Paglia,  	Prince Philip.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Q|Q]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:R|R]]:	Rasmusen,  	Rumsfeld, 	Ryle.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:S|S]]: 	Schumpeter, Joseph Silverglate	Sowell, Thomas	Stalin, Joseph Stout, Rex&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:T|T]]: 	TABARROK,	Trotsky.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:U|U]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:V|V]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:W|W]]: Whyvert&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:X|X]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:Y|Y]]: Yeats,  Yglesias.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Z|Z]]: The Z-Man,	Zhu.&lt;br /&gt;
   &lt;br /&gt;
  ***************************  --&amp;gt;&lt;br /&gt;
&amp;lt;!-- This is a comment &lt;br /&gt;
&amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;  &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 ***************************  --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5720</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5720"/>
		<updated>2022-06-17T15:51:41Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Statistics Apps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Travis Dawry @tdawry&lt;br /&gt;
In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it. &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--***********************************************--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Antiporn Software==&lt;br /&gt;
Qustodio is what we've used. &lt;br /&gt;
&lt;br /&gt;
==Antivirus Software==&lt;br /&gt;
I am trying out the free version of Bitdefender on the HP. Norton has a cheap first year and then a very high second year.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
*Are computer scientists taught the basic principles? &lt;br /&gt;
** Transparency (being able to guess commands)&lt;br /&gt;
**Recoverability (being able to reverse mistaken commands)  &lt;br /&gt;
**Don’t Repeat Yourself – DRY. Don’t Repeat Yourself is the principle that any code in your program should only be written once, and never duplicated.&lt;br /&gt;
**Separation of Concerns. Separation of Concerns is when you separate your program into modules that each deal with one particular focus, or concern.&lt;br /&gt;
**Don’t Make Me Think. This principle was originally intended for web design, being the title of a book by Steve Krug. **Keep it Simple. Lastly, the classic KISS principle (keep it simple stupid) is no less relevant in coding than it is anywhere else.&lt;br /&gt;
**Make frequently used commands easy to do. &lt;br /&gt;
**Give most commonly desired outcomes as defaults; do not require options to be specified.&lt;br /&gt;
&lt;br /&gt;
===Transparency===&lt;br /&gt;
*When people say an app is easy to use, they often mean it is easy  for *them* to  use. For example, maybe to send a message, you just press CTRL-ZA. The problem is, it's very hard to use unless you know the secret commands like that, and there's no manual, and HELP is useless.&lt;br /&gt;
&lt;br /&gt;
==[[Discord]]==&lt;br /&gt;
See the [[Discord]] page.&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
*[https://www.techradar.com/best/best-email-clients Tech Radar 2021 Picks for Email]&lt;br /&gt;
&lt;br /&gt;
===Text Messages via Email===&lt;br /&gt;
 *If the phone number is 123-456-7890, the email address would be 1234567890@vtext.com  for Twigby&lt;br /&gt;
&lt;br /&gt;
===Email Tracking===&lt;br /&gt;
CloudHQ is good.&lt;br /&gt;
&lt;br /&gt;
===Gmail===&lt;br /&gt;
*[https://www.komando.com/tech-tips/inbox-full-heres-how-to-find-attachments-eating-up-all-your-storage/704299/ Searching for emails that are big or with attachments and emptying the trash can. ]  In the email search, type :  has:attachment larger:10MB To see how much storage is used, go to https://one.google.com/storage&lt;br /&gt;
&lt;br /&gt;
* To create emails lists, open up the separate app GOOGLE CONTACTS. Then Choose CREATE LABEL. Create it. Then go to IMPORT.  Check the box of the label you want to add emails too. Then choose CREATE MULTIPLE CONTACTS.  Then cut and paste a list of email addresses into the window that opens up. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Google==&lt;br /&gt;
Google added an obnoxious &amp;quot;Related Searches&amp;quot; feature at the bottom of every search, which cuts out 1/4 of your searches on the page and gives you useless suggestions for different things to search for that are never relevant. To get your  search screen real estate back, you can go to google.com, then to Settings at the bottom of the page, find Search Customization, I think it is, and then turn off the evil feature. https://discussions.apple.com/thread/252374688&lt;br /&gt;
&lt;br /&gt;
==Hard Disk Space Analyzers==&lt;br /&gt;
[https://lifehacker.com/the-best-disk-space-analyzer-for-windows-5915921 Wiztree] is amazingly fast and good. It is free.&lt;br /&gt;
&lt;br /&gt;
==Software for Writing==&lt;br /&gt;
*[https://mathpix.com/ MathPix] will turn pdf's into Latex and is very good.&lt;br /&gt;
&lt;br /&gt;
==Music software==&lt;br /&gt;
[https://musescore.org/en Musescore] is good freeware.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Writing Apps==&lt;br /&gt;
===Tex===&lt;br /&gt;
https://www.mathcha.io/editor&lt;br /&gt;
&lt;br /&gt;
===OCR, processing image into Text===&lt;br /&gt;
*[http://www.paperfile.net/download2.html FreeOCR] is quite acceptable.  It loses paragraphing, but turns multi-page pdf into plain text.  TechRadar has a [https://www.techradar.com/best/best-ocr-software good review] of OCR software, paid and then free at the end. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Acrobat===&lt;br /&gt;
*[https://www.thepcinsider.com/best-free-pdf-readers-viewers-windows/#:~:text=5%20Best%20Free%20PDF%20Readers%20and%20Viewers%20for,4%20Sumatra%20PDF.%20...%205%20STDU%20Viewer.%20 5 Best Free PDF Readers and Viewers for Windows 10 in 2019]7th March 2019 by Manish Sahay is a good review.  Adobe itself is an unpleasant company that writes bad software and has moved its pdf-writing software on line, probably to better rip off customers and harvest their information. Their reader is purposely limited and unsatisfactory and they write poor software anyway.  I've tried Foxit and been disappointed for some reason, and  PDF-XChange Editor was bad enough for some reason I forget that I decided it wasn't minimally satisfactory. Sumatra is very clean, but requires CTRL-mouse if you want  to select text. So i have settled on  STDU Viewer, at http://www.stdutility.com/stduviewer.html.&lt;br /&gt;
&lt;br /&gt;
*NitroReader and MS Edge are treacherous when dealing with pdf forms, doing weird stuff to the contents.  &lt;br /&gt;
 &lt;br /&gt;
*[https://opensource.com/alternatives/adobe-acrobat &amp;quot;Open source alternatives to Adobe Acrobat for PDFs,&amp;quot; ]&lt;br /&gt;
04 Feb 2020 Jason Baker (Red Hat) Feed Seth Kenlon (Red Hat)&lt;br /&gt;
&lt;br /&gt;
*[https://www.libreoffice.org/ Libreoffice]  seems to be good. It does a great job of printing *.docx files to *.pdf. It was easy to install and it's freeware, opensource. &lt;br /&gt;
&lt;br /&gt;
*[https://pdfencrypt.net/#:~:text=PDFEncrypt%20is%20a%20free%2C%20open,free%2C%20without%20purchasing%20expensive%20software.&amp;amp;text=PDFEncrypt%20is%20a%20free%2C%20open%2Dsource%20utility%20to%20encrypt%20PDF,encrypted%2C%20its%20contents%20become%20unreadable. PDFEncrypt], a simple little opensource app to put a password on a pdf file. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Operating Systems==&lt;br /&gt;
===Linux===&lt;br /&gt;
*[https://www.ricksdailytips.com/replace-windows-with-linux/ Rickdailytips] on installing Linux.]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Organization and Filing==&lt;br /&gt;
I like Wikimedia.  Aaron Laws writes: I use git for that. https://sourceforge.net/u/dartme  https://sourceforge.net/p/dartme/gitrepo/ . I don't know what that means, though.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Scheduling Meetings==&lt;br /&gt;
*I briefly found [https://www.when2meet.com/?13900361-e2A92 When2meet.com]   good.  It is, utterly simple and effective, but as of January 2022 it requires all users to download obnoxious software, so it is bad. Doodle is too hard to use too. For meetings of 4 to 6 people, simply emailing them all with a list of meeting times is best. All the software available seems to be Overfeatured. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Meeting Video Apps like Zoom==&lt;br /&gt;
*[https://www.softwarepundit.com/video-conferencing/zoom-competitors-alternatives Software pundit] has  a good survey of 5 of them. Google Meet is easy to use and has an hour-long limit on the free plan. For a whiteboard, it uses something like Google Docs. Google Docs is a good alternative to the Zoom whiteboard too.&lt;br /&gt;
&lt;br /&gt;
== QR Codes==&lt;br /&gt;
To make your own QR code with your  name, phone number, email, website etc. taht will go right into Cellphone contacts, go to the free site: https://www.qr-code-generator.com/guides/how-to-create-a-qr-code/&lt;br /&gt;
This site makes it very easy.  Another site is https://www.qrcode-monkey.com/#sms . &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Social Media Apps==&lt;br /&gt;
===Buffer===&lt;br /&gt;
*Buffer is very good for posting to Twitter and, to a lesser extend, Facebook. It does other, picture, social media apps too. &lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Buffer Stories Creator is not useful for me. It is for use with Instagram, etc. I guess it puts text into image format. &lt;br /&gt;
&lt;br /&gt;
===Facebook===&lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Facebook &amp;quot;stories&amp;quot; can be edited on a phone, in theory, but I couldn't find correct instructions fro doing it on a computer. I don't think Buffer will work posting to a &amp;quot;story&amp;quot;, but I didn't try hard. &lt;br /&gt;
&lt;br /&gt;
===Twitter===&lt;br /&gt;
*[https://www.allmytweets.net/ Finding all of someone's Twitter tweets or followers]&lt;br /&gt;
&lt;br /&gt;
*http://fllwrs.com/ for tracing who has started and  stopped following you. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Squarespace (website design)==&lt;br /&gt;
This is what MFSA uses. &lt;br /&gt;
&lt;br /&gt;
==Statistics Apps==&lt;br /&gt;
===Which Stats App Should You Learn?===&lt;br /&gt;
I have learned a little R and don't like its style. It is free and opensource and can do lots of things, whcih is good, and statisticians use it most ofa nything. Economists use STATA most, which is better for regressions and more user-friendly for everything. It isn't open-source, but it has lots of user-programmed routines, so it isn't going to get competed out of busienss. What I would like to move to  for everything is Python. It is free but isn't used  as much for regression and deosn't have as fancy commands, but it is more pleasant to use than R. That is  one advantage,  but its biggest one is that Python is an all-purpose language like Fortran or Pascal or C++.  You do simulations with it, or webscraping, or symbolic algebra  (like Mathematica), of matrix operations (like Matlab), it is easy to install, and I can teach my 7th graders how to have fun with it, even the ones who can't convert Celsius to Fahrenheit.&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
*  Google Photos will crop video on the Iphone, but not on the laptop or Android, it seems. &lt;br /&gt;
&lt;br /&gt;
*[https://moviemaker.minitool.com/moviemaker/windows-10-video-editor.html Windows 10 free video editors] web article. &lt;br /&gt;
&lt;br /&gt;
===Converting from one video format to another===&lt;br /&gt;
*[https://www.videoconverterfactory.com/ HD Video Converter Factory], which only allow you 5 minute videos in the free version. But if it's conversion from phone video, that may be OK. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
*[https://www.minitool.com/news/how-to-activate-windows-10-cmd.html best]  and  [https://www.iseepassword.com/blog/activate-windows-10-without-a-product-key/ another article  with keys] on activating Windows. &lt;br /&gt;
&lt;br /&gt;
*The Downloads file is at c:/erasmuse-l/Downloads&lt;br /&gt;
&lt;br /&gt;
*To refer to a file with spaces in its name in the command line, use double quotes, e.g. &amp;quot;My file is this.pdf&amp;quot;, not My file is this.pdf.&lt;br /&gt;
&lt;br /&gt;
*Large files need deleting via the command line, not in the usual file directory app. Type cmd into the upper right corner to get the black terminal box. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Worse Is Better==&lt;br /&gt;
I wish Android, Facebook,  and Windows would realize that most of us like their product as it is, and any  new feature is (a) almost surely undesirable, and (b) too distracting to be worth learning about evne if it had some slight positive value.&lt;br /&gt;
See &amp;quot;Worse is better&amp;quot;  in  Wikipedia. &lt;br /&gt;
 &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5719</id>
		<title>Discord</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5719"/>
		<updated>2022-06-16T19:37:30Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See [https://docs.google.com/document/d/1UYGLtCtdcHznP7aY88A_LAOKmUUq-9iyBgz5xRYSNB8/edit https://docs.google.com/document/d/1UYGLtCtdcHznP7aY88A_LAOKmUUq-9iyBgz5xRYSNB8/edit] for a better version of this. &lt;br /&gt;
&lt;br /&gt;
==Why Use Discord?==&lt;br /&gt;
This is a natural question. Anybody over 30 hates-- and I really mean *hates*-- setting up new computer apps and learning how to use them, especially when it seems like they duplicate old ones. (People under 30 are worse at knowing how to avoid time sinks and fall for hype more easily.) We've got email. So why use Discord? &lt;br /&gt;
&lt;br /&gt;
I was skeptical at first, but now I think it's worth it. It does install easily, and it seems pretty well-designed, like HTML, Python, and Latex (tho not as good as those three),  and unlike MS-Word, Windows, and every email app I've ever seen. Its main fault is lack of transparency and dignity, e.g., using silly icons instead of words. Its advantage over email is that it helps you organize your emails, potentially saving lots of time--- but only if your correspondents also use it. (That's crucial.) Here's how it does that. It puts a single class of people you email to  in   in one place. It allows you, with &amp;quot;threads&amp;quot; to put single topics in one place--- and to have a thread of ephemera disappear after 1 hour, 24 hours, or never. It allows you to say who sees which threads, by allocating &amp;quot;roles&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
==Getting Started: Downloading and Logging In==&lt;br /&gt;
This is the hardest part of any computer app. You need a Discord account, which will have a username and a password. It is free-- they make money by charging for extra features.  Probably you go to [https://discord.com/ discord.com] for that. &lt;br /&gt;
&lt;br /&gt;
There are three ways to use Discord. &amp;lt;br&amp;gt;&lt;br /&gt;
(1) Sign in via a web browser like Chrome at an address that looks sort of like this fake one: &lt;br /&gt;
https://discord.com/channels/95486344962679255555555555555&amp;lt;br&amp;gt;&lt;br /&gt;
(2) CLick the right spot in an email telling you have missed posts. &amp;lt;br&amp;gt;&lt;br /&gt;
(3) Download the Discord app to your computer from [https://discord.com/ discord.com]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you open Discord, there will be a sort of monster symbol at the upper left corner, and under it a Greek man's head. Click on that Greek man's head to see MFSA and Friends, the place with all our posts. &lt;br /&gt;
&lt;br /&gt;
After you see the messages, you'll see on the left, but not the farthest left, a column called Text Channels. Click one of them, such as #General, to see posts sent in that classification. &lt;br /&gt;
&lt;br /&gt;
If you go down to the middle bottom, you will see where to type in your posts. Just type over the top of Message #General  whatever you want to post. Hit return, and you will see your  post appear.  Your post cannot be more than 2,000 words. If you try to do more, Discord will upload it as a file instead, I think. &lt;br /&gt;
&lt;br /&gt;
On the left of the posting input box is a Plus sign (+). Left-click on that to  upload a file as part of your message. You  then type in your text message to post with it. &lt;br /&gt;
&lt;br /&gt;
If you right-click on a message, a menu will come up that allows you to choose a Thumbs-Up picture that will appear right after that person's message to show you're happy with it.&lt;br /&gt;
&lt;br /&gt;
==Threads==&lt;br /&gt;
&lt;br /&gt;
==More Advanced Stuff==&lt;br /&gt;
Discord has something called Threads, but I don't know what those mean.&lt;br /&gt;
&lt;br /&gt;
You can change your &amp;quot;name&amp;quot; that appears, and your gif, but I forget where I found that. &lt;br /&gt;
&lt;br /&gt;
There are ways to do things with Voice and Video. There is, I think, a way to send a private message to just one person. There is a way to assign people &amp;quot;roles&amp;quot;, so that if you send a message it will go to just them.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5718</id>
		<title>Discord</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5718"/>
		<updated>2022-06-16T18:57:08Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Threads */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Why Use Discord?==&lt;br /&gt;
This is a natural question. Anybody over 30 hates-- and I really mean *hates*-- setting up new computer apps and learning how to use them, especially when it seems like they duplicate old ones. (People under 30 are worse at knowing how to avoid time sinks and fall for hype more easily.) We've got email. So why use Discord? &lt;br /&gt;
&lt;br /&gt;
I was skeptical at first, but now I think it's worth it. It does install easily, and it seems pretty well-designed, like HTML, Python, and Latex (tho not as good as those three),  and unlike MS-Word, Windows, and every email app I've ever seen. Its main fault is lack of transparency and dignity, e.g., using silly icons instead of words. Its advantage over email is that it helps you organize your emails, potentially saving lots of time--- but only if your correspondents also use it. (That's crucial.) Here's how it does that. It puts a single class of people you email to  in   in one place. It allows you, with &amp;quot;threads&amp;quot; to put single topics in one place--- and to have a thread of ephemera disappear after 1 hour, 24 hours, or never. It allows you to say who sees which threads, by allocating &amp;quot;roles&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
==Getting Started: Downloading and Logging In==&lt;br /&gt;
This is the hardest part of any computer app. You need a Discord account, which will have a username and a password. It is free-- they make money by charging for extra features.  Probably you go to [https://discord.com/ discord.com] for that. &lt;br /&gt;
&lt;br /&gt;
There are three ways to use Discord. &amp;lt;br&amp;gt;&lt;br /&gt;
(1) Sign in via a web browser like Chrome at an address that looks sort of like this fake one: &lt;br /&gt;
https://discord.com/channels/95486344962679255555555555555&amp;lt;br&amp;gt;&lt;br /&gt;
(2) CLick the right spot in an email telling you have missed posts. &amp;lt;br&amp;gt;&lt;br /&gt;
(3) Download the Discord app to your computer from [https://discord.com/ discord.com]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you open Discord, there will be a sort of monster symbol at the upper left corner, and under it a Greek man's head. Click on that Greek man's head to see MFSA and Friends, the place with all our posts. &lt;br /&gt;
&lt;br /&gt;
After you see the messages, you'll see on the left, but not the farthest left, a column called Text Channels. Click one of them, such as #General, to see posts sent in that classification. &lt;br /&gt;
&lt;br /&gt;
If you go down to the middle bottom, you will see where to type in your posts. Just type over the top of Message #General  whatever you want to post. Hit return, and you will see your  post appear.  Your post cannot be more than 2,000 words. If you try to do more, Discord will upload it as a file instead, I think. &lt;br /&gt;
&lt;br /&gt;
On the left of the posting input box is a Plus sign (+). Left-click on that to  upload a file as part of your message. You  then type in your text message to post with it. &lt;br /&gt;
&lt;br /&gt;
If you right-click on a message, a menu will come up that allows you to choose a Thumbs-Up picture that will appear right after that person's message to show you're happy with it.&lt;br /&gt;
&lt;br /&gt;
==Threads==&lt;br /&gt;
&lt;br /&gt;
==More Advanced Stuff==&lt;br /&gt;
Discord has something called Threads, but I don't know what those mean.&lt;br /&gt;
&lt;br /&gt;
You can change your &amp;quot;name&amp;quot; that appears, and your gif, but I forget where I found that. &lt;br /&gt;
&lt;br /&gt;
There are ways to do things with Voice and Video. There is, I think, a way to send a private message to just one person. There is a way to assign people &amp;quot;roles&amp;quot;, so that if you send a message it will go to just them.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5717</id>
		<title>Discord</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5717"/>
		<updated>2022-06-16T16:56:20Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Why Use Discord?==&lt;br /&gt;
This is a natural question. Anybody over 30 hates-- and I really mean *hates*-- setting up new computer apps and learning how to use them, especially when it seems like they duplicate old ones. (People under 30 are worse at knowing how to avoid time sinks and fall for hype more easily.) We've got email. So why use Discord? &lt;br /&gt;
&lt;br /&gt;
I was skeptical at first, but now I think it's worth it. It does install easily, and it seems pretty well-designed, like HTML, Python, and Latex (tho not as good as those three),  and unlike MS-Word, Windows, and every email app I've ever seen. Its main fault is lack of transparency and dignity, e.g., using silly icons instead of words. Its advantage over email is that it helps you organize your emails, potentially saving lots of time--- but only if your correspondents also use it. (That's crucial.) Here's how it does that. It puts a single class of people you email to  in   in one place. It allows you, with &amp;quot;threads&amp;quot; to put single topics in one place--- and to have a thread of ephemera disappear after 1 hour, 24 hours, or never. It allows you to say who sees which threads, by allocating &amp;quot;roles&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
==Getting Started: Downloading and Logging In==&lt;br /&gt;
This is the hardest part of any computer app. You need a Discord account, which will have a username and a password. It is free-- they make money by charging for extra features.  Probably you go to [https://discord.com/ discord.com] for that. &lt;br /&gt;
&lt;br /&gt;
There are three ways to use Discord. &amp;lt;br&amp;gt;&lt;br /&gt;
(1) Sign in via a web browser like Chrome at an address that looks sort of like this fake one: &lt;br /&gt;
https://discord.com/channels/95486344962679255555555555555&amp;lt;br&amp;gt;&lt;br /&gt;
(2) CLick the right spot in an email telling you have missed posts. &amp;lt;br&amp;gt;&lt;br /&gt;
(3) Download the Discord app to your computer from [https://discord.com/ discord.com]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you open Discord, there will be a sort of monster symbol at the upper left corner, and under it a Greek man's head. Click on that Greek man's head to see MFSA and Friends, the place with all our posts. &lt;br /&gt;
&lt;br /&gt;
After you see the messages, you'll see on the left, but not the farthest left, a column called Text Channels. Click one of them, such as #General, to see posts sent in that classification. &lt;br /&gt;
&lt;br /&gt;
If you go down to the middle bottom, you will see where to type in your posts. Just type over the top of Message #General  whatever you want to post. Hit return, and you will see your  post appear.  Your post cannot be more than 2,000 words. If you try to do more, Discord will upload it as a file instead, I think. &lt;br /&gt;
&lt;br /&gt;
On the left of the posting input box is a Plus sign (+). Left-click on that to  upload a file as part of your message. You  then type in your text message to post with it. &lt;br /&gt;
&lt;br /&gt;
If you right-click on a message, a menu will come up that allows you to choose a Thumbs-Up picture that will appear right after that person's message to show you're happy with it.&lt;br /&gt;
&lt;br /&gt;
==Threads==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==More Advanced Stuff==&lt;br /&gt;
Discord has something called Threads, but I don't know what those mean.&lt;br /&gt;
&lt;br /&gt;
You can change your &amp;quot;name&amp;quot; that appears, and your gif, but I forget where I found that. &lt;br /&gt;
&lt;br /&gt;
There are ways to do things with Voice and Video. There is, I think, a way to send a private message to just one person. There is a way to assign people &amp;quot;roles&amp;quot;, so that if you send a message it will go to just them.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5716</id>
		<title>Discord</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5716"/>
		<updated>2022-06-16T16:42:54Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Getting Started: Downloading and Logging In */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
==Getting Started: Downloading and Logging In==&lt;br /&gt;
&lt;br /&gt;
You need a Discord account, which will have a username and a password. Probably you go to [https://discord.com/ discord.com] for that. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is the hardest part of any computer app. There are three ways to use Discord. &amp;lt;br&amp;gt;&lt;br /&gt;
(1) Sign in via a web browser like Chrome at an address that looks sort of like this fake one: &lt;br /&gt;
https://discord.com/channels/95486344962679255555555555555&amp;lt;br&amp;gt;&lt;br /&gt;
(2) CLick the right spot in an email telling you have missed posts. &amp;lt;br&amp;gt;&lt;br /&gt;
(3) Download the Discord app to your computer from [https://discord.com/ discord.com]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you open Discord, there will be a sort of monster symbol at the upper left corner, and under it a Greek man's head. Click on that Greek man's head to see MFSA and Friends, the place with all our posts. &lt;br /&gt;
&lt;br /&gt;
After you see the messages, you'll see on the left, but not the farthest left, a column called Text Channels. Click one of them, such as #General, to see posts sent in that classification. &lt;br /&gt;
&lt;br /&gt;
If you go down to the middle bottom, you will see where to type in your posts. Just type over the top of Message #General  whatever you want to post. Hit return, and you will see your  post appear.  Your post cannot be more than 2,000 words. If you try to do more, Discord will upload it as a file instead, I think. &lt;br /&gt;
&lt;br /&gt;
On the left of the posting input box is a Plus sign (+). Left-click on that to  upload a file as part of your message. You  then type in your text message to post with it. &lt;br /&gt;
&lt;br /&gt;
If you right-click on a message, a menu will come up that allows you to choose a Thumbs-Up picture that will appear right after that person's message to show you're happy with it.&lt;br /&gt;
&lt;br /&gt;
==More Advanced Stuff==&lt;br /&gt;
Discord has something called Threads, but I don't know what those mean.&lt;br /&gt;
&lt;br /&gt;
You can change your &amp;quot;name&amp;quot; that appears, and your gif, but I forget where I found that. &lt;br /&gt;
&lt;br /&gt;
There are ways to do things with Voice and Video. There is, I think, a way to send a private message to just one person. There is a way to assign people &amp;quot;roles&amp;quot;, so that if you send a message it will go to just them.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5715</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5715"/>
		<updated>2022-06-16T16:41:13Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Discord */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Travis Dawry @tdawry&lt;br /&gt;
In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it. &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--***********************************************--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Antiporn Software==&lt;br /&gt;
Qustodio is what we've used. &lt;br /&gt;
&lt;br /&gt;
==Antivirus Software==&lt;br /&gt;
I am trying out the free version of Bitdefender on the HP. Norton has a cheap first year and then a very high second year.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
*Are computer scientists taught the basic principles? &lt;br /&gt;
** Transparency (being able to guess commands)&lt;br /&gt;
**Recoverability (being able to reverse mistaken commands)  &lt;br /&gt;
**Don’t Repeat Yourself – DRY. Don’t Repeat Yourself is the principle that any code in your program should only be written once, and never duplicated.&lt;br /&gt;
**Separation of Concerns. Separation of Concerns is when you separate your program into modules that each deal with one particular focus, or concern.&lt;br /&gt;
**Don’t Make Me Think. This principle was originally intended for web design, being the title of a book by Steve Krug. **Keep it Simple. Lastly, the classic KISS principle (keep it simple stupid) is no less relevant in coding than it is anywhere else.&lt;br /&gt;
**Make frequently used commands easy to do. &lt;br /&gt;
**Give most commonly desired outcomes as defaults; do not require options to be specified.&lt;br /&gt;
&lt;br /&gt;
===Transparency===&lt;br /&gt;
*When people say an app is easy to use, they often mean it is easy  for *them* to  use. For example, maybe to send a message, you just press CTRL-ZA. The problem is, it's very hard to use unless you know the secret commands like that, and there's no manual, and HELP is useless.&lt;br /&gt;
&lt;br /&gt;
==[[Discord]]==&lt;br /&gt;
See the [[Discord]] page.&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
*[https://www.techradar.com/best/best-email-clients Tech Radar 2021 Picks for Email]&lt;br /&gt;
&lt;br /&gt;
===Text Messages via Email===&lt;br /&gt;
 *If the phone number is 123-456-7890, the email address would be 1234567890@vtext.com  for Twigby&lt;br /&gt;
&lt;br /&gt;
===Email Tracking===&lt;br /&gt;
CloudHQ is good.&lt;br /&gt;
&lt;br /&gt;
===Gmail===&lt;br /&gt;
*[https://www.komando.com/tech-tips/inbox-full-heres-how-to-find-attachments-eating-up-all-your-storage/704299/ Searching for emails that are big or with attachments and emptying the trash can. ]  In the email search, type :  has:attachment larger:10MB To see how much storage is used, go to https://one.google.com/storage&lt;br /&gt;
&lt;br /&gt;
* To create emails lists, open up the separate app GOOGLE CONTACTS. Then Choose CREATE LABEL. Create it. Then go to IMPORT.  Check the box of the label you want to add emails too. Then choose CREATE MULTIPLE CONTACTS.  Then cut and paste a list of email addresses into the window that opens up. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Google==&lt;br /&gt;
Google added an obnoxious &amp;quot;Related Searches&amp;quot; feature at the bottom of every search, which cuts out 1/4 of your searches on the page and gives you useless suggestions for different things to search for that are never relevant. To get your  search screen real estate back, you can go to google.com, then to Settings at the bottom of the page, find Search Customization, I think it is, and then turn off the evil feature. https://discussions.apple.com/thread/252374688&lt;br /&gt;
&lt;br /&gt;
==Hard Disk Space Analyzers==&lt;br /&gt;
[https://lifehacker.com/the-best-disk-space-analyzer-for-windows-5915921 Wiztree] is amazingly fast and good. It is free.&lt;br /&gt;
&lt;br /&gt;
==Software for Writing==&lt;br /&gt;
*[https://mathpix.com/ MathPix] will turn pdf's into Latex and is very good.&lt;br /&gt;
&lt;br /&gt;
==Music software==&lt;br /&gt;
[https://musescore.org/en Musescore] is good freeware.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Writing Apps==&lt;br /&gt;
===Tex===&lt;br /&gt;
https://www.mathcha.io/editor&lt;br /&gt;
&lt;br /&gt;
===OCR, processing image into Text===&lt;br /&gt;
*[http://www.paperfile.net/download2.html FreeOCR] is quite acceptable.  It loses paragraphing, but turns multi-page pdf into plain text.  TechRadar has a [https://www.techradar.com/best/best-ocr-software good review] of OCR software, paid and then free at the end. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Acrobat===&lt;br /&gt;
*[https://www.thepcinsider.com/best-free-pdf-readers-viewers-windows/#:~:text=5%20Best%20Free%20PDF%20Readers%20and%20Viewers%20for,4%20Sumatra%20PDF.%20...%205%20STDU%20Viewer.%20 5 Best Free PDF Readers and Viewers for Windows 10 in 2019]7th March 2019 by Manish Sahay is a good review.  Adobe itself is an unpleasant company that writes bad software and has moved its pdf-writing software on line, probably to better rip off customers and harvest their information. Their reader is purposely limited and unsatisfactory and they write poor software anyway.  I've tried Foxit and been disappointed for some reason, and  PDF-XChange Editor was bad enough for some reason I forget that I decided it wasn't minimally satisfactory. Sumatra is very clean, but requires CTRL-mouse if you want  to select text. So i have settled on  STDU Viewer, at http://www.stdutility.com/stduviewer.html.&lt;br /&gt;
&lt;br /&gt;
*NitroReader and MS Edge are treacherous when dealing with pdf forms, doing weird stuff to the contents.  &lt;br /&gt;
 &lt;br /&gt;
*[https://opensource.com/alternatives/adobe-acrobat &amp;quot;Open source alternatives to Adobe Acrobat for PDFs,&amp;quot; ]&lt;br /&gt;
04 Feb 2020 Jason Baker (Red Hat) Feed Seth Kenlon (Red Hat)&lt;br /&gt;
&lt;br /&gt;
*[https://www.libreoffice.org/ Libreoffice]  seems to be good. It does a great job of printing *.docx files to *.pdf. It was easy to install and it's freeware, opensource. &lt;br /&gt;
&lt;br /&gt;
*[https://pdfencrypt.net/#:~:text=PDFEncrypt%20is%20a%20free%2C%20open,free%2C%20without%20purchasing%20expensive%20software.&amp;amp;text=PDFEncrypt%20is%20a%20free%2C%20open%2Dsource%20utility%20to%20encrypt%20PDF,encrypted%2C%20its%20contents%20become%20unreadable. PDFEncrypt], a simple little opensource app to put a password on a pdf file. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Operating Systems==&lt;br /&gt;
===Linux===&lt;br /&gt;
*[https://www.ricksdailytips.com/replace-windows-with-linux/ Rickdailytips] on installing Linux.]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Organization and Filing==&lt;br /&gt;
I like Wikimedia.  Aaron Laws writes: I use git for that. https://sourceforge.net/u/dartme  https://sourceforge.net/p/dartme/gitrepo/ . I don't know what that means, though.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Scheduling Meetings==&lt;br /&gt;
*I briefly found [https://www.when2meet.com/?13900361-e2A92 When2meet.com]   good.  It is, utterly simple and effective, but as of January 2022 it requires all users to download obnoxious software, so it is bad. Doodle is too hard to use too. For meetings of 4 to 6 people, simply emailing them all with a list of meeting times is best. All the software available seems to be Overfeatured. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Meeting Video Apps like Zoom==&lt;br /&gt;
*[https://www.softwarepundit.com/video-conferencing/zoom-competitors-alternatives Software pundit] has  a good survey of 5 of them. Google Meet is easy to use and has an hour-long limit on the free plan. For a whiteboard, it uses something like Google Docs. Google Docs is a good alternative to the Zoom whiteboard too.&lt;br /&gt;
&lt;br /&gt;
== QR Codes==&lt;br /&gt;
To make your own QR code with your  name, phone number, email, website etc. taht will go right into Cellphone contacts, go to the free site: https://www.qr-code-generator.com/guides/how-to-create-a-qr-code/&lt;br /&gt;
This site makes it very easy.  Another site is https://www.qrcode-monkey.com/#sms . &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Social Media Apps==&lt;br /&gt;
===Buffer===&lt;br /&gt;
*Buffer is very good for posting to Twitter and, to a lesser extend, Facebook. It does other, picture, social media apps too. &lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Buffer Stories Creator is not useful for me. It is for use with Instagram, etc. I guess it puts text into image format. &lt;br /&gt;
&lt;br /&gt;
===Facebook===&lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Facebook &amp;quot;stories&amp;quot; can be edited on a phone, in theory, but I couldn't find correct instructions fro doing it on a computer. I don't think Buffer will work posting to a &amp;quot;story&amp;quot;, but I didn't try hard. &lt;br /&gt;
&lt;br /&gt;
===Twitter===&lt;br /&gt;
*[https://www.allmytweets.net/ Finding all of someone's Twitter tweets or followers]&lt;br /&gt;
&lt;br /&gt;
*http://fllwrs.com/ for tracing who has started and  stopped following you. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Statistics Apps==&lt;br /&gt;
===Which Stats App Should You Learn?===&lt;br /&gt;
I have learned a little R and don't like its style. It is free and opensource and can do lots of things, whcih is good, and statisticians use it most ofa nything. Economists use STATA most, which is better for regressions and more user-friendly for everything. It isn't open-source, but it has lots of user-programmed routines, so it isn't going to get competed out of busienss. What I would like to move to  for everything is Python. It is free but isn't used  as much for regression and deosn't have as fancy commands, but it is more pleasant to use than R. That is  one advantage,  but its biggest one is that Python is an all-purpose language like Fortran or Pascal or C++.  You do simulations with it, or webscraping, or symbolic algebra  (like Mathematica), of matrix operations (like Matlab), it is easy to install, and I can teach my 7th graders how to have fun with it, even the ones who can't convert Celsius to Fahrenheit.&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
*  Google Photos will crop video on the Iphone, but not on the laptop or Android, it seems. &lt;br /&gt;
&lt;br /&gt;
*[https://moviemaker.minitool.com/moviemaker/windows-10-video-editor.html Windows 10 free video editors] web article. &lt;br /&gt;
&lt;br /&gt;
===Converting from one video format to another===&lt;br /&gt;
*[https://www.videoconverterfactory.com/ HD Video Converter Factory], which only allow you 5 minute videos in the free version. But if it's conversion from phone video, that may be OK. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
*[https://www.minitool.com/news/how-to-activate-windows-10-cmd.html best]  and  [https://www.iseepassword.com/blog/activate-windows-10-without-a-product-key/ another article  with keys] on activating Windows. &lt;br /&gt;
&lt;br /&gt;
*The Downloads file is at c:/erasmuse-l/Downloads&lt;br /&gt;
&lt;br /&gt;
*To refer to a file with spaces in its name in the command line, use double quotes, e.g. &amp;quot;My file is this.pdf&amp;quot;, not My file is this.pdf.&lt;br /&gt;
&lt;br /&gt;
*Large files need deleting via the command line, not in the usual file directory app. Type cmd into the upper right corner to get the black terminal box. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Worse Is Better==&lt;br /&gt;
I wish Android, Facebook,  and Windows would realize that most of us like their product as it is, and any  new feature is (a) almost surely undesirable, and (b) too distracting to be worth learning about evne if it had some slight positive value.&lt;br /&gt;
See &amp;quot;Worse is better&amp;quot;  in  Wikipedia. &lt;br /&gt;
 &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5714</id>
		<title>Discord</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5714"/>
		<updated>2022-06-16T16:40:29Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Getting Started: Downloading and Logging In */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
==Getting Started: Downloading and Logging In==&lt;br /&gt;
This is the hardest part of any computer app. There are three ways to use Discord. &amp;lt;br&amp;gt;&lt;br /&gt;
(1) Sign in via a web browser like Chrome at an address that looks sort of like this fake one: &lt;br /&gt;
https://discord.com/channels/95486344962679255555555555555&amp;lt;br&amp;gt;&lt;br /&gt;
(2) CLick the right spot in an email telling you have missed posts. &amp;lt;br&amp;gt;&lt;br /&gt;
(3) Download the Discord app to your computer from discord. com. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You need a Discord account, which will have a username and a password. &lt;br /&gt;
&lt;br /&gt;
When you open Discord, there will be a sort of monster symbol at the upper left corner, and under it a Greek man's head. Click on that Greek man's head to see MFSA and Friends, the place with all our posts. &lt;br /&gt;
&lt;br /&gt;
After you see the messages, you'll see on the left, but not the farthest left, a column called Text Channels. Click one of them, such as #General, to see posts sent in that classification. &lt;br /&gt;
&lt;br /&gt;
If you go down to the middle bottom, you will see where to type in your posts. Just type over the top of Message #General  whatever you want to post. Hit return, and you will see your  post appear.  Your post cannot be more than 2,000 words. If you try to do more, Discord will upload it as a file instead, I think. &lt;br /&gt;
&lt;br /&gt;
On the left of the posting input box is a Plus sign (+). Left-click on that to  upload a file as part of your message. You  then type in your text message to post with it. &lt;br /&gt;
&lt;br /&gt;
If you right-click on a message, a menu will come up that allows you to choose a Thumbs-Up picture that will appear right after that person's message to show you're happy with it.&lt;br /&gt;
&lt;br /&gt;
==More Advanced Stuff==&lt;br /&gt;
Discord has something called Threads, but I don't know what those mean.&lt;br /&gt;
&lt;br /&gt;
You can change your &amp;quot;name&amp;quot; that appears, and your gif, but I forget where I found that. &lt;br /&gt;
&lt;br /&gt;
There are ways to do things with Voice and Video. There is, I think, a way to send a private message to just one person. There is a way to assign people &amp;quot;roles&amp;quot;, so that if you send a message it will go to just them.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5713</id>
		<title>Discord</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Discord&amp;diff=5713"/>
		<updated>2022-06-16T16:40:06Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: Created page with &amp;quot;  ==Getting Started: Downloading and Logging In== This is the hardest part of any computer app. There are three ways to use Discord. &amp;lt;br&amp;gt; (1) Sign in via a web browser like Ch...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; &lt;br /&gt;
==Getting Started: Downloading and Logging In==&lt;br /&gt;
This is the hardest part of any computer app. There are three ways to use Discord. &amp;lt;br&amp;gt;&lt;br /&gt;
(1) Sign in via a web browser like Chrome at an address like&lt;br /&gt;
https://discord.com/channels/95486344962679255555555555555&amp;lt;br&amp;gt;&lt;br /&gt;
(2) CLick the right spot in an email telling you have missed posts. &amp;lt;br&amp;gt;&lt;br /&gt;
(3) Download the Discord app to your computer from discord. com. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You need a Discord account, which will have a username and a password. &lt;br /&gt;
&lt;br /&gt;
When you open Discord, there will be a sort of monster symbol at the upper left corner, and under it a Greek man's head. Click on that Greek man's head to see MFSA and Friends, the place with all our posts. &lt;br /&gt;
&lt;br /&gt;
After you see the messages, you'll see on the left, but not the farthest left, a column called Text Channels. Click one of them, such as #General, to see posts sent in that classification. &lt;br /&gt;
&lt;br /&gt;
If you go down to the middle bottom, you will see where to type in your posts. Just type over the top of Message #General  whatever you want to post. Hit return, and you will see your  post appear.  Your post cannot be more than 2,000 words. If you try to do more, Discord will upload it as a file instead, I think. &lt;br /&gt;
&lt;br /&gt;
On the left of the posting input box is a Plus sign (+). Left-click on that to  upload a file as part of your message. You  then type in your text message to post with it. &lt;br /&gt;
&lt;br /&gt;
If you right-click on a message, a menu will come up that allows you to choose a Thumbs-Up picture that will appear right after that person's message to show you're happy with it. &lt;br /&gt;
&lt;br /&gt;
==More Advanced Stuff==&lt;br /&gt;
Discord has something called Threads, but I don't know what those mean.&lt;br /&gt;
&lt;br /&gt;
You can change your &amp;quot;name&amp;quot; that appears, and your gif, but I forget where I found that. &lt;br /&gt;
&lt;br /&gt;
There are ways to do things with Voice and Video. There is, I think, a way to send a private message to just one person. There is a way to assign people &amp;quot;roles&amp;quot;, so that if you send a message it will go to just them.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5712</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5712"/>
		<updated>2022-06-16T16:39:45Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Travis Dawry @tdawry&lt;br /&gt;
In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it. &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--***********************************************--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Antiporn Software==&lt;br /&gt;
Qustodio is what we've used. &lt;br /&gt;
&lt;br /&gt;
==Antivirus Software==&lt;br /&gt;
I am trying out the free version of Bitdefender on the HP. Norton has a cheap first year and then a very high second year.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
*Are computer scientists taught the basic principles? &lt;br /&gt;
** Transparency (being able to guess commands)&lt;br /&gt;
**Recoverability (being able to reverse mistaken commands)  &lt;br /&gt;
**Don’t Repeat Yourself – DRY. Don’t Repeat Yourself is the principle that any code in your program should only be written once, and never duplicated.&lt;br /&gt;
**Separation of Concerns. Separation of Concerns is when you separate your program into modules that each deal with one particular focus, or concern.&lt;br /&gt;
**Don’t Make Me Think. This principle was originally intended for web design, being the title of a book by Steve Krug. **Keep it Simple. Lastly, the classic KISS principle (keep it simple stupid) is no less relevant in coding than it is anywhere else.&lt;br /&gt;
**Make frequently used commands easy to do. &lt;br /&gt;
**Give most commonly desired outcomes as defaults; do not require options to be specified.&lt;br /&gt;
&lt;br /&gt;
===Transparency===&lt;br /&gt;
*When people say an app is easy to use, they often mean it is easy  for *them* to  use. For example, maybe to send a message, you just press CTRL-ZA. The problem is, it's very hard to use unless you know the secret commands like that, and there's no manual, and HELP is useless.&lt;br /&gt;
&lt;br /&gt;
==[[Discord]]==&lt;br /&gt;
See the [[Discord]] page. &lt;br /&gt;
&lt;br /&gt;
===Getting Started: Downloading and Logging In===&lt;br /&gt;
This is the hardest part of any computer app. There are three ways to use Discord. &amp;lt;br&amp;gt;&lt;br /&gt;
(1) Sign in via a web browser like Chrome at an address like&lt;br /&gt;
https://discord.com/channels/95486344962679255555555555555&amp;lt;br&amp;gt;&lt;br /&gt;
(2) CLick the right spot in an email telling you have missed posts. &amp;lt;br&amp;gt;&lt;br /&gt;
(3) Download the Discord app to your computer from discord. com. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You need a Discord account, which will have a username and a password. &lt;br /&gt;
&lt;br /&gt;
When you open Discord, there will be a sort of monster symbol at the upper left corner, and under it a Greek man's head. Click on that Greek man's head to see MFSA and Friends, the place with all our posts. &lt;br /&gt;
&lt;br /&gt;
After you see the messages, you'll see on the left, but not the farthest left, a column called Text Channels. Click one of them, such as #General, to see posts sent in that classification. &lt;br /&gt;
&lt;br /&gt;
If you go down to the middle bottom, you will see where to type in your posts. Just type over the top of Message #General  whatever you want to post. Hit return, and you will see your  post appear.  Your post cannot be more than 2000 words. If you try, Discord will upload it as a file instead, I think. &lt;br /&gt;
&lt;br /&gt;
On the left of the posting input box is a Plus sign (+). Left-click on that to  upload a file as part of your message. You  then type in your text message to post with it. &lt;br /&gt;
&lt;br /&gt;
If you right-click on a message, a menu will come up that allows you to choose a Thumbs-Up picture that will appear rigth after that person's message to show you're happy with it. &lt;br /&gt;
 &lt;br /&gt;
Discord has something called Threads, but I don't know what those mean.&lt;br /&gt;
&lt;br /&gt;
You can change your &amp;quot;name&amp;quot; that appears, and your gif, but I forget where I found that. &lt;br /&gt;
&lt;br /&gt;
There are ways to do things with Voice and Video. There is, I think, a way to send a private message to just one person. There is a way to assign people &amp;quot;roles&amp;quot;, so that if you send a message it will go to just them.&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
*[https://www.techradar.com/best/best-email-clients Tech Radar 2021 Picks for Email]&lt;br /&gt;
&lt;br /&gt;
===Text Messages via Email===&lt;br /&gt;
 *If the phone number is 123-456-7890, the email address would be 1234567890@vtext.com  for Twigby&lt;br /&gt;
&lt;br /&gt;
===Email Tracking===&lt;br /&gt;
CloudHQ is good.&lt;br /&gt;
&lt;br /&gt;
===Gmail===&lt;br /&gt;
*[https://www.komando.com/tech-tips/inbox-full-heres-how-to-find-attachments-eating-up-all-your-storage/704299/ Searching for emails that are big or with attachments and emptying the trash can. ]  In the email search, type :  has:attachment larger:10MB To see how much storage is used, go to https://one.google.com/storage&lt;br /&gt;
&lt;br /&gt;
* To create emails lists, open up the separate app GOOGLE CONTACTS. Then Choose CREATE LABEL. Create it. Then go to IMPORT.  Check the box of the label you want to add emails too. Then choose CREATE MULTIPLE CONTACTS.  Then cut and paste a list of email addresses into the window that opens up. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Google==&lt;br /&gt;
Google added an obnoxious &amp;quot;Related Searches&amp;quot; feature at the bottom of every search, which cuts out 1/4 of your searches on the page and gives you useless suggestions for different things to search for that are never relevant. To get your  search screen real estate back, you can go to google.com, then to Settings at the bottom of the page, find Search Customization, I think it is, and then turn off the evil feature. https://discussions.apple.com/thread/252374688&lt;br /&gt;
&lt;br /&gt;
==Hard Disk Space Analyzers==&lt;br /&gt;
[https://lifehacker.com/the-best-disk-space-analyzer-for-windows-5915921 Wiztree] is amazingly fast and good. It is free.&lt;br /&gt;
&lt;br /&gt;
==Software for Writing==&lt;br /&gt;
*[https://mathpix.com/ MathPix] will turn pdf's into Latex and is very good.&lt;br /&gt;
&lt;br /&gt;
==Music software==&lt;br /&gt;
[https://musescore.org/en Musescore] is good freeware.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Writing Apps==&lt;br /&gt;
===Tex===&lt;br /&gt;
https://www.mathcha.io/editor&lt;br /&gt;
&lt;br /&gt;
===OCR, processing image into Text===&lt;br /&gt;
*[http://www.paperfile.net/download2.html FreeOCR] is quite acceptable.  It loses paragraphing, but turns multi-page pdf into plain text.  TechRadar has a [https://www.techradar.com/best/best-ocr-software good review] of OCR software, paid and then free at the end. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Acrobat===&lt;br /&gt;
*[https://www.thepcinsider.com/best-free-pdf-readers-viewers-windows/#:~:text=5%20Best%20Free%20PDF%20Readers%20and%20Viewers%20for,4%20Sumatra%20PDF.%20...%205%20STDU%20Viewer.%20 5 Best Free PDF Readers and Viewers for Windows 10 in 2019]7th March 2019 by Manish Sahay is a good review.  Adobe itself is an unpleasant company that writes bad software and has moved its pdf-writing software on line, probably to better rip off customers and harvest their information. Their reader is purposely limited and unsatisfactory and they write poor software anyway.  I've tried Foxit and been disappointed for some reason, and  PDF-XChange Editor was bad enough for some reason I forget that I decided it wasn't minimally satisfactory. Sumatra is very clean, but requires CTRL-mouse if you want  to select text. So i have settled on  STDU Viewer, at http://www.stdutility.com/stduviewer.html.&lt;br /&gt;
&lt;br /&gt;
*NitroReader and MS Edge are treacherous when dealing with pdf forms, doing weird stuff to the contents.  &lt;br /&gt;
 &lt;br /&gt;
*[https://opensource.com/alternatives/adobe-acrobat &amp;quot;Open source alternatives to Adobe Acrobat for PDFs,&amp;quot; ]&lt;br /&gt;
04 Feb 2020 Jason Baker (Red Hat) Feed Seth Kenlon (Red Hat)&lt;br /&gt;
&lt;br /&gt;
*[https://www.libreoffice.org/ Libreoffice]  seems to be good. It does a great job of printing *.docx files to *.pdf. It was easy to install and it's freeware, opensource. &lt;br /&gt;
&lt;br /&gt;
*[https://pdfencrypt.net/#:~:text=PDFEncrypt%20is%20a%20free%2C%20open,free%2C%20without%20purchasing%20expensive%20software.&amp;amp;text=PDFEncrypt%20is%20a%20free%2C%20open%2Dsource%20utility%20to%20encrypt%20PDF,encrypted%2C%20its%20contents%20become%20unreadable. PDFEncrypt], a simple little opensource app to put a password on a pdf file. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Operating Systems==&lt;br /&gt;
===Linux===&lt;br /&gt;
*[https://www.ricksdailytips.com/replace-windows-with-linux/ Rickdailytips] on installing Linux.]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Organization and Filing==&lt;br /&gt;
I like Wikimedia.  Aaron Laws writes: I use git for that. https://sourceforge.net/u/dartme  https://sourceforge.net/p/dartme/gitrepo/ . I don't know what that means, though.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Scheduling Meetings==&lt;br /&gt;
*I briefly found [https://www.when2meet.com/?13900361-e2A92 When2meet.com]   good.  It is, utterly simple and effective, but as of January 2022 it requires all users to download obnoxious software, so it is bad. Doodle is too hard to use too. For meetings of 4 to 6 people, simply emailing them all with a list of meeting times is best. All the software available seems to be Overfeatured. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Meeting Video Apps like Zoom==&lt;br /&gt;
*[https://www.softwarepundit.com/video-conferencing/zoom-competitors-alternatives Software pundit] has  a good survey of 5 of them. Google Meet is easy to use and has an hour-long limit on the free plan. For a whiteboard, it uses something like Google Docs. Google Docs is a good alternative to the Zoom whiteboard too.&lt;br /&gt;
&lt;br /&gt;
== QR Codes==&lt;br /&gt;
To make your own QR code with your  name, phone number, email, website etc. taht will go right into Cellphone contacts, go to the free site: https://www.qr-code-generator.com/guides/how-to-create-a-qr-code/&lt;br /&gt;
This site makes it very easy.  Another site is https://www.qrcode-monkey.com/#sms . &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Social Media Apps==&lt;br /&gt;
===Buffer===&lt;br /&gt;
*Buffer is very good for posting to Twitter and, to a lesser extend, Facebook. It does other, picture, social media apps too. &lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Buffer Stories Creator is not useful for me. It is for use with Instagram, etc. I guess it puts text into image format. &lt;br /&gt;
&lt;br /&gt;
===Facebook===&lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Facebook &amp;quot;stories&amp;quot; can be edited on a phone, in theory, but I couldn't find correct instructions fro doing it on a computer. I don't think Buffer will work posting to a &amp;quot;story&amp;quot;, but I didn't try hard. &lt;br /&gt;
&lt;br /&gt;
===Twitter===&lt;br /&gt;
*[https://www.allmytweets.net/ Finding all of someone's Twitter tweets or followers]&lt;br /&gt;
&lt;br /&gt;
*http://fllwrs.com/ for tracing who has started and  stopped following you. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Statistics Apps==&lt;br /&gt;
===Which Stats App Should You Learn?===&lt;br /&gt;
I have learned a little R and don't like its style. It is free and opensource and can do lots of things, whcih is good, and statisticians use it most ofa nything. Economists use STATA most, which is better for regressions and more user-friendly for everything. It isn't open-source, but it has lots of user-programmed routines, so it isn't going to get competed out of busienss. What I would like to move to  for everything is Python. It is free but isn't used  as much for regression and deosn't have as fancy commands, but it is more pleasant to use than R. That is  one advantage,  but its biggest one is that Python is an all-purpose language like Fortran or Pascal or C++.  You do simulations with it, or webscraping, or symbolic algebra  (like Mathematica), of matrix operations (like Matlab), it is easy to install, and I can teach my 7th graders how to have fun with it, even the ones who can't convert Celsius to Fahrenheit.&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
*  Google Photos will crop video on the Iphone, but not on the laptop or Android, it seems. &lt;br /&gt;
&lt;br /&gt;
*[https://moviemaker.minitool.com/moviemaker/windows-10-video-editor.html Windows 10 free video editors] web article. &lt;br /&gt;
&lt;br /&gt;
===Converting from one video format to another===&lt;br /&gt;
*[https://www.videoconverterfactory.com/ HD Video Converter Factory], which only allow you 5 minute videos in the free version. But if it's conversion from phone video, that may be OK. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
*[https://www.minitool.com/news/how-to-activate-windows-10-cmd.html best]  and  [https://www.iseepassword.com/blog/activate-windows-10-without-a-product-key/ another article  with keys] on activating Windows. &lt;br /&gt;
&lt;br /&gt;
*The Downloads file is at c:/erasmuse-l/Downloads&lt;br /&gt;
&lt;br /&gt;
*To refer to a file with spaces in its name in the command line, use double quotes, e.g. &amp;quot;My file is this.pdf&amp;quot;, not My file is this.pdf.&lt;br /&gt;
&lt;br /&gt;
*Large files need deleting via the command line, not in the usual file directory app. Type cmd into the upper right corner to get the black terminal box. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Worse Is Better==&lt;br /&gt;
I wish Android, Facebook,  and Windows would realize that most of us like their product as it is, and any  new feature is (a) almost surely undesirable, and (b) too distracting to be worth learning about evne if it had some slight positive value.&lt;br /&gt;
See &amp;quot;Worse is better&amp;quot;  in  Wikipedia. &lt;br /&gt;
 &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5711</id>
		<title>Software</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Software&amp;diff=5711"/>
		<updated>2022-06-16T13:25:08Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Discord */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
Travis Dawry @tdawry&lt;br /&gt;
In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it. &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!--***********************************************--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Antiporn Software==&lt;br /&gt;
Qustodio is what we've used. &lt;br /&gt;
&lt;br /&gt;
==Antivirus Software==&lt;br /&gt;
I am trying out the free version of Bitdefender on the HP. Norton has a cheap first year and then a very high second year.&lt;br /&gt;
&lt;br /&gt;
==Design==&lt;br /&gt;
*Are computer scientists taught the basic principles? &lt;br /&gt;
** Transparency (being able to guess commands)&lt;br /&gt;
**Recoverability (being able to reverse mistaken commands)  &lt;br /&gt;
**Don’t Repeat Yourself – DRY. Don’t Repeat Yourself is the principle that any code in your program should only be written once, and never duplicated.&lt;br /&gt;
**Separation of Concerns. Separation of Concerns is when you separate your program into modules that each deal with one particular focus, or concern.&lt;br /&gt;
**Don’t Make Me Think. This principle was originally intended for web design, being the title of a book by Steve Krug. **Keep it Simple. Lastly, the classic KISS principle (keep it simple stupid) is no less relevant in coding than it is anywhere else.&lt;br /&gt;
**Make frequently used commands easy to do. &lt;br /&gt;
**Give most commonly desired outcomes as defaults; do not require options to be specified.&lt;br /&gt;
&lt;br /&gt;
===Transparency===&lt;br /&gt;
*When people say an app is easy to use, they often mean it is easy  for *them* to  use. For example, maybe to send a message, you just press CTRL-ZA. The problem is, it's very hard to use unless you know the secret commands like that, and there's no manual, and HELP is useless.&lt;br /&gt;
&lt;br /&gt;
==Discord==&lt;br /&gt;
===Getting Started: Downloading and Logging In===&lt;br /&gt;
This is the hardest part of any computer app. There are three ways to use Discord. &amp;lt;br&amp;gt;&lt;br /&gt;
(1) Sign in via a web browser like Chrome at an address like&lt;br /&gt;
https://discord.com/channels/95486344962679255555555555555&amp;lt;br&amp;gt;&lt;br /&gt;
(2) CLick the right spot in an email telling you have missed posts. &amp;lt;br&amp;gt;&lt;br /&gt;
(3) Download the Discord app to your computer from discord. com. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You need a Discord account, which will have a username and a password. &lt;br /&gt;
&lt;br /&gt;
When you open Discord, there will be a sort of monster symbol at the upper left corner, and under it a Greek man's head. Click on that Greek man's head to see MFSA and Friends, the place with all our posts. &lt;br /&gt;
&lt;br /&gt;
After you see the messages, you'll see on the left, but not the farthest left, a column called Text Channels. Click one of them, such as #General, to see posts sent in that classification. &lt;br /&gt;
&lt;br /&gt;
If you go down to the middle bottom, you will see where to type in your posts. Just type over the top of Message #General  whatever you want to post. Hit return, and you will see your  post appear.  Your post cannot be more than 2000 words. If you try, Discord will upload it as a file instead, I think. &lt;br /&gt;
&lt;br /&gt;
On the left of the posting input box is a Plus sign (+). Left-click on that to  upload a file as part of your message. You  then type in your text message to post with it. &lt;br /&gt;
&lt;br /&gt;
If you right-click on a message, a menu will come up that allows you to choose a Thumbs-Up picture that will appear rigth after that person's message to show you're happy with it. &lt;br /&gt;
 &lt;br /&gt;
Discord has something called Threads, but I don't know what those mean.&lt;br /&gt;
&lt;br /&gt;
You can change your &amp;quot;name&amp;quot; that appears, and your gif, but I forget where I found that. &lt;br /&gt;
&lt;br /&gt;
There are ways to do things with Voice and Video. There is, I think, a way to send a private message to just one person. There is a way to assign people &amp;quot;roles&amp;quot;, so that if you send a message it will go to just them.&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
*[https://www.techradar.com/best/best-email-clients Tech Radar 2021 Picks for Email]&lt;br /&gt;
&lt;br /&gt;
===Text Messages via Email===&lt;br /&gt;
 *If the phone number is 123-456-7890, the email address would be 1234567890@vtext.com  for Twigby&lt;br /&gt;
&lt;br /&gt;
===Email Tracking===&lt;br /&gt;
CloudHQ is good.&lt;br /&gt;
&lt;br /&gt;
===Gmail===&lt;br /&gt;
*[https://www.komando.com/tech-tips/inbox-full-heres-how-to-find-attachments-eating-up-all-your-storage/704299/ Searching for emails that are big or with attachments and emptying the trash can. ]  In the email search, type :  has:attachment larger:10MB To see how much storage is used, go to https://one.google.com/storage&lt;br /&gt;
&lt;br /&gt;
* To create emails lists, open up the separate app GOOGLE CONTACTS. Then Choose CREATE LABEL. Create it. Then go to IMPORT.  Check the box of the label you want to add emails too. Then choose CREATE MULTIPLE CONTACTS.  Then cut and paste a list of email addresses into the window that opens up. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Google==&lt;br /&gt;
Google added an obnoxious &amp;quot;Related Searches&amp;quot; feature at the bottom of every search, which cuts out 1/4 of your searches on the page and gives you useless suggestions for different things to search for that are never relevant. To get your  search screen real estate back, you can go to google.com, then to Settings at the bottom of the page, find Search Customization, I think it is, and then turn off the evil feature. https://discussions.apple.com/thread/252374688&lt;br /&gt;
&lt;br /&gt;
==Hard Disk Space Analyzers==&lt;br /&gt;
[https://lifehacker.com/the-best-disk-space-analyzer-for-windows-5915921 Wiztree] is amazingly fast and good. It is free.&lt;br /&gt;
&lt;br /&gt;
==Software for Writing==&lt;br /&gt;
*[https://mathpix.com/ MathPix] will turn pdf's into Latex and is very good.&lt;br /&gt;
&lt;br /&gt;
==Music software==&lt;br /&gt;
[https://musescore.org/en Musescore] is good freeware.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Writing Apps==&lt;br /&gt;
===Tex===&lt;br /&gt;
https://www.mathcha.io/editor&lt;br /&gt;
&lt;br /&gt;
===OCR, processing image into Text===&lt;br /&gt;
*[http://www.paperfile.net/download2.html FreeOCR] is quite acceptable.  It loses paragraphing, but turns multi-page pdf into plain text.  TechRadar has a [https://www.techradar.com/best/best-ocr-software good review] of OCR software, paid and then free at the end. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Acrobat===&lt;br /&gt;
*[https://www.thepcinsider.com/best-free-pdf-readers-viewers-windows/#:~:text=5%20Best%20Free%20PDF%20Readers%20and%20Viewers%20for,4%20Sumatra%20PDF.%20...%205%20STDU%20Viewer.%20 5 Best Free PDF Readers and Viewers for Windows 10 in 2019]7th March 2019 by Manish Sahay is a good review.  Adobe itself is an unpleasant company that writes bad software and has moved its pdf-writing software on line, probably to better rip off customers and harvest their information. Their reader is purposely limited and unsatisfactory and they write poor software anyway.  I've tried Foxit and been disappointed for some reason, and  PDF-XChange Editor was bad enough for some reason I forget that I decided it wasn't minimally satisfactory. Sumatra is very clean, but requires CTRL-mouse if you want  to select text. So i have settled on  STDU Viewer, at http://www.stdutility.com/stduviewer.html.&lt;br /&gt;
&lt;br /&gt;
*NitroReader and MS Edge are treacherous when dealing with pdf forms, doing weird stuff to the contents.  &lt;br /&gt;
 &lt;br /&gt;
*[https://opensource.com/alternatives/adobe-acrobat &amp;quot;Open source alternatives to Adobe Acrobat for PDFs,&amp;quot; ]&lt;br /&gt;
04 Feb 2020 Jason Baker (Red Hat) Feed Seth Kenlon (Red Hat)&lt;br /&gt;
&lt;br /&gt;
*[https://www.libreoffice.org/ Libreoffice]  seems to be good. It does a great job of printing *.docx files to *.pdf. It was easy to install and it's freeware, opensource. &lt;br /&gt;
&lt;br /&gt;
*[https://pdfencrypt.net/#:~:text=PDFEncrypt%20is%20a%20free%2C%20open,free%2C%20without%20purchasing%20expensive%20software.&amp;amp;text=PDFEncrypt%20is%20a%20free%2C%20open%2Dsource%20utility%20to%20encrypt%20PDF,encrypted%2C%20its%20contents%20become%20unreadable. PDFEncrypt], a simple little opensource app to put a password on a pdf file. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Operating Systems==&lt;br /&gt;
===Linux===&lt;br /&gt;
*[https://www.ricksdailytips.com/replace-windows-with-linux/ Rickdailytips] on installing Linux.]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Organization and Filing==&lt;br /&gt;
I like Wikimedia.  Aaron Laws writes: I use git for that. https://sourceforge.net/u/dartme  https://sourceforge.net/p/dartme/gitrepo/ . I don't know what that means, though.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Scheduling Meetings==&lt;br /&gt;
*I briefly found [https://www.when2meet.com/?13900361-e2A92 When2meet.com]   good.  It is, utterly simple and effective, but as of January 2022 it requires all users to download obnoxious software, so it is bad. Doodle is too hard to use too. For meetings of 4 to 6 people, simply emailing them all with a list of meeting times is best. All the software available seems to be Overfeatured. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Meeting Video Apps like Zoom==&lt;br /&gt;
*[https://www.softwarepundit.com/video-conferencing/zoom-competitors-alternatives Software pundit] has  a good survey of 5 of them. Google Meet is easy to use and has an hour-long limit on the free plan. For a whiteboard, it uses something like Google Docs. Google Docs is a good alternative to the Zoom whiteboard too.&lt;br /&gt;
&lt;br /&gt;
== QR Codes==&lt;br /&gt;
To make your own QR code with your  name, phone number, email, website etc. taht will go right into Cellphone contacts, go to the free site: https://www.qr-code-generator.com/guides/how-to-create-a-qr-code/&lt;br /&gt;
This site makes it very easy.  Another site is https://www.qrcode-monkey.com/#sms . &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Social Media Apps==&lt;br /&gt;
===Buffer===&lt;br /&gt;
*Buffer is very good for posting to Twitter and, to a lesser extend, Facebook. It does other, picture, social media apps too. &lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Buffer Stories Creator is not useful for me. It is for use with Instagram, etc. I guess it puts text into image format. &lt;br /&gt;
&lt;br /&gt;
===Facebook===&lt;br /&gt;
* Buffer does not allow posting to ordinary Facebook posts. It does allow posting to a Facebook &amp;quot;page&amp;quot;, taht does not show up in people's feeds but does show up on your home page. The best thing might be to use Buffer to post to that, and then repost to the feed manually occasionally. &lt;br /&gt;
*Facebook &amp;quot;stories&amp;quot; can be edited on a phone, in theory, but I couldn't find correct instructions fro doing it on a computer. I don't think Buffer will work posting to a &amp;quot;story&amp;quot;, but I didn't try hard. &lt;br /&gt;
&lt;br /&gt;
===Twitter===&lt;br /&gt;
*[https://www.allmytweets.net/ Finding all of someone's Twitter tweets or followers]&lt;br /&gt;
&lt;br /&gt;
*http://fllwrs.com/ for tracing who has started and  stopped following you. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Statistics Apps==&lt;br /&gt;
===Which Stats App Should You Learn?===&lt;br /&gt;
I have learned a little R and don't like its style. It is free and opensource and can do lots of things, whcih is good, and statisticians use it most ofa nything. Economists use STATA most, which is better for regressions and more user-friendly for everything. It isn't open-source, but it has lots of user-programmed routines, so it isn't going to get competed out of busienss. What I would like to move to  for everything is Python. It is free but isn't used  as much for regression and deosn't have as fancy commands, but it is more pleasant to use than R. That is  one advantage,  but its biggest one is that Python is an all-purpose language like Fortran or Pascal or C++.  You do simulations with it, or webscraping, or symbolic algebra  (like Mathematica), of matrix operations (like Matlab), it is easy to install, and I can teach my 7th graders how to have fun with it, even the ones who can't convert Celsius to Fahrenheit.&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
*  Google Photos will crop video on the Iphone, but not on the laptop or Android, it seems. &lt;br /&gt;
&lt;br /&gt;
*[https://moviemaker.minitool.com/moviemaker/windows-10-video-editor.html Windows 10 free video editors] web article. &lt;br /&gt;
&lt;br /&gt;
===Converting from one video format to another===&lt;br /&gt;
*[https://www.videoconverterfactory.com/ HD Video Converter Factory], which only allow you 5 minute videos in the free version. But if it's conversion from phone video, that may be OK. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
*[https://www.minitool.com/news/how-to-activate-windows-10-cmd.html best]  and  [https://www.iseepassword.com/blog/activate-windows-10-without-a-product-key/ another article  with keys] on activating Windows. &lt;br /&gt;
&lt;br /&gt;
*The Downloads file is at c:/erasmuse-l/Downloads&lt;br /&gt;
&lt;br /&gt;
*To refer to a file with spaces in its name in the command line, use double quotes, e.g. &amp;quot;My file is this.pdf&amp;quot;, not My file is this.pdf.&lt;br /&gt;
&lt;br /&gt;
*Large files need deleting via the command line, not in the usual file directory app. Type cmd into the upper right corner to get the black terminal box. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Worse Is Better==&lt;br /&gt;
I wish Android, Facebook,  and Windows would realize that most of us like their product as it is, and any  new feature is (a) almost surely undesirable, and (b) too distracting to be worth learning about evne if it had some slight positive value.&lt;br /&gt;
See &amp;quot;Worse is better&amp;quot;  in  Wikipedia. &lt;br /&gt;
 &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5710</id>
		<title>Quotations</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5710"/>
		<updated>2022-06-15T20:06:05Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Glaeser, Edward */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Introduction==&lt;br /&gt;
*[https://en.wikiquote.org/wiki/Main_Page Wikiquotes]&lt;br /&gt;
&lt;br /&gt;
*[https://jezebel.com/on-the-origin-of-certain-quotable-african-proverbs-1766664089 &amp;quot;On the Origin of Certain Quotable 'African Proverbs' &amp;quot;],  Jia Tolentino ( /23/16).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Anonymous==&lt;br /&gt;
*Twitter: &amp;quot;It is Monday, my dudes. Whatsoever the Lord hath given you to accomplish today, crush it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The child who is not embraced by the village will burn it down to feel its warmth&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Twitter: &amp;quot;i had no idea learning programming was such an emotional experience. like half of the process is managing rapidly alternating between feeling like im the lord almighty here to graciously gift my genius to mankind, and wanting to pour my coffee into my keyboard and die.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Traditions exist so we don’t have to talk about what’s right, we just do it.&amp;quot; Twitter (2022). &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What you permit, you promote.&amp;quot; https://quintsblog.wordpress.com/2007/01/30/what-you-permit-you-promote/&lt;br /&gt;
&lt;br /&gt;
*'''&amp;quot;Victory has a hundred fathers, but defeat is an orphan&amp;quot;''' is a slightly improved version of John F. Kennedy's &amp;quot;Victory has a hundred fathers and defeat is an orphan,&amp;quot;as quoted in ''A Thousand Days : John F. Kennedy in the White House'' (1965, 2002 edition), by Arthur Schlesinger, p. 262; also in ''The Quote Verifier'' (2006) by Ralph Keyes, p. 234 http://books.google.com/books?id=McO2Co4Ih98C&amp;amp;pg=PA234).&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The exact wording used by Kennedy (a hundred, not a thousand) had appeared in the 1951 film The Desert Fox: The Story of Rommel, as reported in Safire's ''New Political Dictionary'' (1993) by William Safire, pp 841–842). The earliest known occurrence is Galeazzo Ciano, ''Diary 1937-1943'', entry for 9 September 1942 (&amp;quot;La victoria trova cento padri, e nessuno vuole riconoscere l'insuccesso.&amp;quot;) (&amp;quot;Victory finds a hundred fathers, but nobody wants to recognize defeat&amp;quot;),   but the earliest known occurrence on such a theme is in Tacitus's : ''Agricola'' Book 1 at paragraph 27 http://www.sacred-texts.com/cla/tac/ag01020.htm: “Iniquissima haec bellorum condicio est: prospera omnes sibi vindicant, adversa uni imputantur.” (It is the singularly unfair peculiarity of war that the credit of success is claimed by all, while a disaster is attributed to one alone.)&lt;br /&gt;
https://quotepark.com/pl/cytaty/1377945-john-f-kennedy-victory-has-a-hundred-fathers-and-defeat-is-an-orp/}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Why own a sailboat?  It's easier to turn  your shower's  cold water on  and stand there tearing up $20 bills as fast as you can.&amp;quot; and “Owning a  yacht is like owning a stack of 10 Van Goghs and  holding them over your head as you tread water, trying to keep them dry.” https://www.ft.com/content/5263810a-c4d3-4380-a38e-3a78df99a788&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Quantity has a quality all of its own. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;All of mathematics is taught like someone explaining the rules of a board game that you're not playing yet.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It’s obvious to me why people like him avoid humor. You can pretend to be serious. You can’t pretend to be witty.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*[https://www.answers.com/Q/Who_said_showing_up_is_half_the_battle &amp;quot;Just showing up is 90% of success,&amp;quot; or &amp;quot;Just being there is half the battle,&amp;quot;] perhaps modified from Woody Allen. &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Be friendly to everyone. But have a plan to kill them.’ — attributed to an unidentified Secret Service agent.&lt;br /&gt;
&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Verba_volant,_scripta_manent Wikipedia says:] &amp;quot;Verba volant, scripta manent is a Latin proverb. Literally translated, it means &amp;quot;spoken words fly away, written words remain&amp;quot;.This proverb originates from a speech of senator Caius Titus to the Roman Senate;&amp;quot;  &amp;quot;Verba volant, scripta manent.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Disappointent, or His_appointment&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| There is a certain type of social insecurity, shyness, modesty that actually conceals exaggerated egocentrism: people secretly believe the world revolves around them, everyone is paying attention to them and their actions, constantly judging and criticizing the smallest details.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| &amp;quot;Moi parle pas mais moi comprends tout&amp;quot; (https://twitter.com/Fixpir/status/1447133952448344066)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The first gulp of the glass of science makes you atheist, but at the bottom is always God. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|A bear knows seven songs, and they are all about honey. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Economics is the study of how to get the most out of life. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Das Leben ist kein Ponyhof.  ​(Life is not a pony farm.)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Men want women, but don’t need them. Women need men, but don’t want them.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The proverb appeared in Chaucer’s Troilus and Criseyde, written in 1385. Later, George Herbert modified it this way: “Whose house is of glass, must not throw stones at another.” And in 1736, Benjamin Franklin wrote, “Don’t throw stones at your neighbors, if your own windows are glass.”  https://www.almanac.com/fact/where-did-the-saying-people-who-live}}&lt;br /&gt;
{{Quotation| &amp;quot; `What is the sonne wers, of kinde righte,&amp;lt;br&amp;gt;&lt;br /&gt;
               Though that a man, for feblesse of his yen,&amp;lt;br&amp;gt;&lt;br /&gt;
               May nought endure on it to see for brighte?&amp;lt;br&amp;gt;&lt;br /&gt;
               Or love the wers, though wrecches on it cryen?  865&amp;lt;br&amp;gt;&lt;br /&gt;
               No wele is worth, that may no sorwe dryen.&amp;lt;br&amp;gt;&lt;br /&gt;
               '''And for-thy, who that hath an heed of verre,&amp;lt;br&amp;gt;&lt;br /&gt;
               Fro cast of stones war him in the werre!'''&amp;lt;br&amp;gt;&lt;br /&gt;
 https://www.gutenberg.org/files/257/257-h/257-h.htm}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
I remember my days in DC. I don’t think the women had any plan.&lt;br /&gt;
&lt;br /&gt;
It’s like when they work in an office: no real strategy for getting promoted, taking charge. They wait thinking some gent will just say “it’s your turn!” and anything they want—marriage, promotion, whatever—just happens.&lt;br /&gt;
&lt;br /&gt;
Women will always and forever rely on men.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| &amp;quot;The tactic is by now obvious:&lt;br /&gt;
&lt;br /&gt;
1. Make topic taboo.&lt;br /&gt;
&lt;br /&gt;
2. Normal people shy away from it.&lt;br /&gt;
&lt;br /&gt;
3. Topic mostly discussed by weirdos and edgy people.&lt;br /&gt;
&lt;br /&gt;
4. Point out how suspicious it is that everybody who talks about topic is a weirdo or edgy.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
@KirkegaardEmil}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Adams, Scott==&lt;br /&gt;
[https://twitter.com/ScottAdamsSays/status/1392453838540480517 Twitter May 12, 2021:]&lt;br /&gt;
&amp;quot;Some of the worst advice ever given:&lt;br /&gt;
&lt;br /&gt;
1. Be yourself (total loser philosophy)&lt;br /&gt;
&lt;br /&gt;
2. Follow the science (as if you could)&lt;br /&gt;
&lt;br /&gt;
3. Pursue your passion (no one pays you for having fun)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Alcorn, John==&lt;br /&gt;
“That’s my background and my question. I will now retreat to the background, and learn.” Very nicely phrased and useful.&lt;br /&gt;
&lt;br /&gt;
==Andreessen, Mark==&lt;br /&gt;
&amp;quot;The most serious problem facing any organization is the one that cannot be discussed.&amp;quot; Twitter, 2022.&lt;br /&gt;
&lt;br /&gt;
==Arreeda, Philip==&lt;br /&gt;
From [http://www.gwlr.org/wp-content/uploads/2012/07/79-6-Breyer.pdf &amp;quot;The Uneasy Case for Copyright: A Look Back Across Four Decades,&amp;quot;]  Stephen G. Breyer: &lt;br /&gt;
“Do not tell the class you are talking economics. Anyone who does not understand economics and applies it in antitrust is not properly teaching the course. But anyone who lets the class know that they’re talking economics is not a law school professor.”&lt;br /&gt;
&lt;br /&gt;
==Aristotle==&lt;br /&gt;
*&amp;quot;Some people will not accept the statements of a speaker unless he gives a mathematical proof; others will not unless he makes use of illustrations; others expect to have a poet adduced as witness. Again, some require exactness in everything, while others are annoyed by it, either because they cannot follow the reasoning or because of its pettiness; for there is something about exactness which seems to some people to be mean, no less in an argument than in a business transaction.&amp;quot; [https://www.perseus.tufts.edu/hopper/text?doc=Aristot.%20Met.%202.995a ''Metaphysics'' 995a]&lt;br /&gt;
&lt;br /&gt;
==ARROW, Kenneth==&lt;br /&gt;
From [https://conversableeconomist.blogspot.com/2013/11/is-altruism-scarce-resource-that-needs.html a blog post quoting Sandel JPE 2013], the original being Arrow 1972. “Gifts and Exchanges.” ''Philosophy  and Public  Affairs''  1(4):  343 – 62.&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “Like many economists,” Arrow (1972, pp. 354–55) writes, “I do not want to rely too heavily on substituting ethics for self-interest. I think it best on the whole that the requirement of ethical behavior be confined to those circumstances where the price system breaks down . . . We do not wish to use up recklessly the scarce resources of altruistic motivation.”}}&lt;br /&gt;
&lt;br /&gt;
==Asimov, Isaac==&lt;br /&gt;
“If my doctor told me I had only six minutes to live, I wouldn't brood. I'd type a little faster.” ― Isaac Asimov&lt;br /&gt;
&lt;br /&gt;
==Astral Codex 10==&lt;br /&gt;
{{Quotation|   &amp;quot;You listed some funny facts about this disorder, but this disorder is really serious and killed my grandmother&amp;quot;. I have a lot of trouble being serious, and this has served me well in getting people to read and enjoy things I write. But almost everything in medicine has killed at least one person's grandmother.  :&amp;lt;br&amp;gt;&lt;br /&gt;
---[https://astralcodexten.substack.com/p/webmd-and-the-tragedy-of-legible  WebMD, and the Tragedy of Legible Expertise&lt;br /&gt;
&amp;quot;What does running a medical database teach you about why everything sucks?&amp;quot;]}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|  The problem for artists is not that popular culture is so bad but that it is so good, at least some of the time. Art could no longer confer prestige by the rarity or excellence of the works themselves, so it had to confer it by the rarity of the powers of appreciation. --https://astralcodexten.substack.com/p/highlights-from-the-comments-on-modern}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Bayly, Joseph==&lt;br /&gt;
 {{Quotation|    &amp;quot;Criticism is the manure in which pastors grow best .&amp;quot;  http://baylyblog.com/blog/2004/06/criticism-manure-which-pastors-grow-best}}&lt;br /&gt;
&lt;br /&gt;
==Bayly, Timothy==&lt;br /&gt;
   {{Quotation| It’s often the case that particularities of our leadership can scandalize sheep who like to think of their pastors as perfect fathers, unlike their own. -- https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/   }}&lt;br /&gt;
&lt;br /&gt;
 {{Quotation| Commenters under these posts have noted the tendency of individual Christians to compare their own local pastors to national celebrities to the detriment of their trust of their local pastors. After all, the sins of their own pastors are obvious whereas the sins of their pastoral heroes are not. --https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The BBC==&lt;br /&gt;
&amp;quot;1930: the BBC's news announcer said, &amp;quot;there is no news&amp;quot; and piano music was played for the remainder of the 15 minute segment.&amp;quot; https://twitter.com/BBCArchive/status/1383693028213198850&lt;br /&gt;
&lt;br /&gt;
==Berlin, Isaiah==&lt;br /&gt;
&amp;quot;“eggs are broken, but the omelette is not in sight, there is only an infinite number of eggs, human lives, ready for the breaking.  And in the end the passionate idealists forget the omelette, and just go on breaking eggs.”&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Blackwell, David==&lt;br /&gt;
{{Quotation|Basically, I’m not interested in doing research and I never have been....I’m interested in understanding, which is quite a different thing. And often to understand something you have to work it out yourself because no one else has done it. (https://en.wikipedia.org/wiki/David_Blackwell#cite_note-NYT-Grime-2007-07-17-11)}}&lt;br /&gt;
&lt;br /&gt;
==Burke, Edmund==&lt;br /&gt;
* “When bad men combine, the good must associate; else they will fall, one by one, an unpitied sacrifice in a contemptible struggle.” Thoughts on the Cause of the Present Discontents” (1770).&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The only thing necessary for the triumph of evil is for good men to do nothing.&amp;quot; Misattributed. See [https://quoteinvestigator.com/2010/12/04/good-men-do/ Quote Investigator.]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==CANNON, William.== &lt;br /&gt;
1963   “Informal Sociology: A Casual Introduction to Sociological Thinking”  &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Not everything that can be counted counts, and not everything that counts can be counted.}}&lt;br /&gt;
&lt;br /&gt;
==Chesterton, G. K.==&lt;br /&gt;
*[https://mailchi.mp/inpolicy/2022-and-chestertons-fence-488333?e=bda54c6080 &amp;quot;Chesterton's Fence&amp;quot; ]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“In the matter of reforming things, as distinct from deforming them, there is one plain and simple principle; a principle which will probably be called a paradox. There exists in such a case a certain institution or law; let us say, for the sake of simplicity, a fence or gate erected across a road. The more modern type of reformer goes gaily up to it and says, ‘I don’t see the use of this; let us clear it away.’ To which the more intelligent type of reformer will do well to answer: “If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.”&lt;br /&gt;
&lt;br /&gt;
:Chesterton is not alone in the observation. It is found throughout our literature and theatre. In Robert Bolt’s “A Man for All Seasons” Sir Thomas More uses a similar argument to famously challenge his reformist son-in-law. The poet Robert Frost comes to the same conclusion in “Mending Wall.” Scripture is replete with its warning, beginning in Proverbs 22:28, “Do not move an ancient boundary stone that your fathers have placed.” }}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;If you will not have rules, you will have rulers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;People generally quarrel because they cannot argue. And it is extraordinary to notice how few people in the modern world can argue. This is why there are so many quarrels, breaking out again and again, and never coming to any natural end.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
If our social conditions curtail manhood and womanhood, we must alter the social conditions. We must not go on quietly in a corner making men unmanly and women unwomanly, that they may fit into their filthy and slavish civilization.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
Religious liberty might be supposed to mean that everybody is free to discuss religion. In practice it means that hardly anybody is allowed to mention it.&lt;br /&gt;
--Autobiography}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
We are ruled by secret societies which have no names even among the initiate.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
My own political philosophy is very plain and humble; I can trust the uneducated, but not the badly educated.}}&lt;br /&gt;
&lt;br /&gt;
*[http://ignatiusinsight.com/features2007/print2007/gk_domestwwww_july07.html Chesterton's Emancipation of Domesticity&amp;quot;] essay on motherhood.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== CHU, HYON S.==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Here's how neo-Marxism works:&lt;br /&gt;
&lt;br /&gt;
1) pick a variable. For Marx it was labor. For Nietzsche, will to power. For Kendi, it's race. &lt;br /&gt;
&lt;br /&gt;
2) divide the population by this variable&lt;br /&gt;
&lt;br /&gt;
3) blame one side as oppressor, the other as oppressed&lt;br /&gt;
&lt;br /&gt;
4) feign oppression to wield the mob of the oppressed&lt;br /&gt;
--Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Churchill Winston==&lt;br /&gt;
‘Most of the world’s work is done by people who are not feeling very well.’&lt;br /&gt;
&lt;br /&gt;
==Cicero==&lt;br /&gt;
“Poor is the people that has no heroes, but poorer still is the people that, having heroes, fails to remember and honour them.”&lt;br /&gt;
&lt;br /&gt;
==Connolly, Gray==&lt;br /&gt;
Slightly altered from his Twitter rules: &lt;br /&gt;
{{Quotation| &lt;br /&gt;
.&lt;br /&gt;
1. Please be polite and do not fight. &amp;lt;br&amp;gt;&lt;br /&gt;
2. Do disagree, but do not swear, blaspheme, or abuse. &amp;lt;br&amp;gt;&lt;br /&gt;
3. I write as if my late parents are reading, so please be respectful. &amp;lt;br&amp;gt;&lt;br /&gt;
4. You always have control over how you conduct yourself. &amp;lt;br&amp;gt;&lt;br /&gt;
5. A more civil society starts with you.}}&lt;br /&gt;
&lt;br /&gt;
==Cox, Sir David R.==&lt;br /&gt;
From [https://www.annualreviews.org/doi/abs/10.1146/annurev-statistics-031219-041051 &amp;quot;Statistical Significance,&amp;quot; ] David R. Cox, ''Annual Review of Statistics and Its Application'', 7: 1-10 (2020):&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
To claim a result to be highly significant, or even just significant, sounds like enthusiastic&lt;br /&gt;
endorsement, whereas to describe a result as insignificant is surely dismissive. To help avoid such&lt;br /&gt;
misinterpretations, the qualified terms statistically significant or statistically insignificant should,&lt;br /&gt;
at the risk of some tedium, always be used.}}&lt;br /&gt;
&lt;br /&gt;
==Crawford, Jason==&lt;br /&gt;
{{Quotation|  Most people don't read → if you read books at all, you are more educated than most&lt;br /&gt;
&lt;br /&gt;
Even among those who read, most haven't read a book on X. If you read one book on X, you know more about it than the vast majority&lt;br /&gt;
&lt;br /&gt;
Read 2–3 books on one topic, and you're practically an expert. [--Twitter, 2021]}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Dawry, Travis== &lt;br /&gt;
@tdawry {{Quotation| In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it.}}&lt;br /&gt;
&lt;br /&gt;
==DECTER, Midge==&lt;br /&gt;
“You can’t wait for someone to send you good material. Your first job as an editor is to find writers. Your second job is to tell them what to write. You’d be surprised, the best writers often don’t know what needs to be written. A good editor does.”&lt;br /&gt;
&lt;br /&gt;
“If you feel like the content is going flat, pick a fight. That always brings life to a magazine of ideas.”  (from [https://www.firstthings.com/web-exclusives/2022/05/my-memories-of-midge-decter Reno article] in First THings, 2022)&lt;br /&gt;
&lt;br /&gt;
==Dennett, Daniel==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;“A scholar,” said Daniel Dennett in 1995, “is just a library’s way of making another library.”&amp;quot; (James Gleick, The Information)}}&lt;br /&gt;
&lt;br /&gt;
==Dick, Philip K.==&lt;br /&gt;
“Reality is that which, when you stop believing in it, doesn’t go away.”&lt;br /&gt;
&lt;br /&gt;
==DIPLOCK, Lord==&lt;br /&gt;
{{Quotation| After all, that is the beauty of the common law; it is a maze, not a motorway.}} ''Morris v. C.W.Martin,'' 1 QB 716 (Diplock, L. J. , 1966). A  [https://heinonline.org/HOL/LandingPage?handle=hein.journals/artniqul3&amp;amp;div=49&amp;amp;id=&amp;amp;page= bailment case. ] &lt;br /&gt;
&lt;br /&gt;
==Domingos, Pedro== &lt;br /&gt;
{{Quotation|An extremist is someone who thinks a moderate is an extremist of the opposite persuasion.&amp;lt;br&amp;gt;&lt;br /&gt;
--https://twitter.com/pmddomingos/status/1358242734482464768}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
It's easy to forget that every cognitive bias is the flip side of a heuristic that works.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The goal of cancel culture is to cancel culture.}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Resentment of billionaires is rooted in our Neolithic minds' inability to intuitively understand that one person's positive impact on the world may be many orders of magnitude greater than another's.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Dostoevsky==&lt;br /&gt;
&amp;quot;It takes more than just intelligence to act intelligently.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
==Eckel, Catherine==&lt;br /&gt;
&amp;quot;It's time to invent time-bankruptcy.  I owe so many people so many things, and everyone is mad at me.  I declare bankruptcy!  Let the courts sort it out.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==ENNIS, John==&lt;br /&gt;
&amp;quot;Tolerance in America is largely tied to capitalism. When people are working together to make money, they can put aside many differences. Socialism, on the other hand, leads to intolerance as different factions compete for state resources.&amp;quot;  [https://twitter.com/john_ennis_btc/status/1518986774776893442 Twitter] (2022)&lt;br /&gt;
&lt;br /&gt;
==Enzensbergert==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
So we belong to a class that neither controls nor owns what matters, the famous means of production, and it does not produce what also mat­ters, the famous surplus value (or perhaps produces it only indirectly and incidentally . . . ).}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Faulkner, William==&lt;br /&gt;
 “The past is never dead. It’s not even past.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Feynman, Richard== &lt;br /&gt;
&amp;quot;Science is the belief in the ignorance of experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FischerKing== &lt;br /&gt;
*&amp;quot;Most truth is grasped as a sort of sudden insight. Writing it down is always a problem b/c it only approximates the discovery. And then the written word becomes the plaything of lesser intellects, who tie themselves in knots trying to explicate it. And therein lies most academia.&amp;quot; (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;From an anthropological perspective, the Antifa phenomenon is quite useful. Can’t remember another time when Nietzsche’s concept of slave morality raging against the beautiful was more openly on display.&amp;quot;  (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
==Flanagan, Caitlin==&lt;br /&gt;
 {{Quotation| The school is now so flush that its campus is a sort of Saks Fifth Avenue of Quakerism. Forget having Meeting in the smelly old gym. Now there is a meetinghouse of sumptuous plainness, created out of materials so good and simple and repurposed and expensive that surely only virtue and mercy will follow its benefactors all the days of their lives. The building’s citation by the American Institute of Architects notes that the interior is lined with “oak from long-unused Maryland barns” and the exterior is “clad with black locust harvested from a single source in New Jersey.”...&lt;br /&gt;
&lt;br /&gt;
College admissions is one of the few situations in which rich people are forced to scramble for a scarce resource. What logic had led them to believe that it would help to antagonize the college counselors? Driven mad by the looming prospect of a Williams rejection, they had lost all reason...&lt;br /&gt;
&lt;br /&gt;
 These aren’t parents in the public-school system; they are consumers of a luxury product. If they are unhappy, they won’t just write anonymous letters. They’ll let the school know the old-fashioned way: by cutting down on their donations. Money is how rich people express their deepest feelings...&lt;br /&gt;
&lt;br /&gt;
Many schools for the richest American kids have gates and security guards; the message is ''you are precious to us.'' Many schools for the poorest kids have metal detectors and police officers; the message is ''you are a threat to us.''&lt;br /&gt;
--https://www.theatlantic.com/magazine/archive/2021/04/private-schools-are-indefensible/618078/, The Atlantic (2021). }}&lt;br /&gt;
&lt;br /&gt;
==Follows,  Tracey==&lt;br /&gt;
[https://twitter.com/traceyfutures/status/1348032747613392896 @traceyfutures]:&lt;br /&gt;
2021: {{Quotation| “In China you have a State-run media, in the US you have a media-run State” }}&lt;br /&gt;
&lt;br /&gt;
==Foster, Michael==&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1392467487049109504 Twitter, May 12, 2021:]&lt;br /&gt;
{{Quotation|If a positive comment about men triggers you, you’re seriously twisted.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1395015978027819010 Twitter, May 19, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
When women hold power in a church—whether officially or unofficially—two things tend to happen:&lt;br /&gt;
&lt;br /&gt;
1. They strive to include anyone agreeable, regardless of error;&lt;br /&gt;
&lt;br /&gt;
2. They strive to exclude anyone disagreeable, regardless of orthodoxy.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1457324061130956801  Twitter, November 7, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 This a great question: &amp;quot;Is it a general occurrence that if you ask your wife how her day was that she will go into every little possible detail about what she did, what she talked to other people about, and what happened but never actually tell you how her day was?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
My reply:&lt;br /&gt;
&lt;br /&gt;
 That's how a normal woman tells you how her day was. The description is the conclusion, which to a man seems like a joke w/o a punchline. She took you on her journey &amp;amp; in doing so she thinks you feel what she felt as she went thru it. Therefore, she thinks you'll just get it.}}&lt;br /&gt;
&lt;br /&gt;
==Franco, Francisco==&lt;br /&gt;
*From [https://theworthyhouse.com/2019/04/16/on-francisco-franco/ The Worthy House], without source, said to be from 1961: &lt;br /&gt;
{{Quotation|The great weakness of modern states lies in their lack of doctrinal content, in having renounced a firm concept of man, life, and history. The major error of liberalism is in its negation of any permanent category of truth—its absolute and radical relativism—an error that, in a different form, was apparent in those other European currents that made ‘action’ their only demand and the supreme norm of their conduct [i.e., Communism and National Socialism]. . . . When the juridicial order does not proceed from a system of principles, ideas, and values recognized as superior and prior to the state, it ends in an omnipotent juridicial voluntarism, whether its primary organ be the so-called majority, purely numerical and inorganically expressed, or the supreme organs of power.}}&lt;br /&gt;
&lt;br /&gt;
==Frizzell, David==&lt;br /&gt;
From the song, [https://www.lyrics.com/lyric/30878059/David+Frizzell/I'm+Gonna+Hire+a+Wino+to+Decorate+Our+Home &amp;quot;I'm gonna' hire a wino to decorate our home&amp;quot;]:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Quotation|&lt;br /&gt;
She said: &amp;quot;I'm gonna' hire a wino to decorate our home,&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;So you'll feel more at ease here, and you won't have to roam.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;We'll take out the dining room table, and put a bar along that wall.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;And a neon sign, to point the way, to our bathroom down the hall.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Fuentes, Carlos==&lt;br /&gt;
&amp;quot;There are years when nothing happens and years in which centuries happen.&amp;quot; This is wrongly attributed to Lenin. Marx had the idea,  and better. See [https://quoteinvestigator.com/2020/07/13/decades-weeks/#:~:text=Quote%20Investigator%3A%20Vladimir%20Lenin%20died%20in%201924%3B%20however%2C,appeared%20in%20the%20second%20epistle%20of%20St.%20Peter quote investigator]&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Gelman, Andrew==&lt;br /&gt;
*{{Quotation|  &amp;quot;Theoretical Statistics is the Theory of Applied Statistics&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Econ is econ and is special in its own way, but Sturgeon’s law applies universally. Most published statistics articles are completely irrelevant to the world, even to whatever application area they are nominally targeting. Bad statistics articles are irritating in a different way than bad econ articles, which in turn are a different sort of irritating than bad poli sci or sociology articles. It’s an interesting thought: we tend to compare different fields based on the different characteristics of their best work, but another dimension is to compare the different characteristics of crappy but well-respected work in each field.}} (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://statmodeling.stat.columbia.edu/2021/07/08/she-sent-a-letter-pointing-out-problems-with-a-published-article-the-reviewers-agreed-that-her-comments-were-valid-but-the-journal-didnt-publish-her-letter-because-the-policy-among-editors-is-no/  &amp;quot;She sent a letter pointing out problems with a published article, the reviewers agreed that her comments were valid, but the journal didn’t publish her letter because “the policy among editors is not to accept comments.” &amp;quot;], July 28, 2021, blogpost:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The journal in question is called The Economic Journal. To add insult to injury, the editor wrote the following when announcing they wouldn’t publish the letter:&lt;br /&gt;
&lt;br /&gt;
My [the editor’s] assessment is that this paper is a better fit for a field journal in education.&lt;br /&gt;
&lt;br /&gt;
OK, let me get this straight. The original paper, which was seriously flawed, was ok for Mister Big Shot Journal. But a letter pointing out those flaws . . . that’s just good enough for a Little Baby Field Journal.}}&lt;br /&gt;
&lt;br /&gt;
==Genghis Khan==&lt;br /&gt;
This is disputed. I take this from Wikiquote's article at https://en.wikiquote.org/wiki/Genghis_Khan:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
&lt;br /&gt;
[What, in all the world, could bring the greatest happiness?]&lt;br /&gt;
&amp;quot;The open steppe, a clear day, and a swift horse under you,&amp;quot; responded the officer after a little thought, &amp;quot;and a falcon on your wrist to start up hares.&amp;quot;&lt;br /&gt;
&amp;quot;Nay,&amp;quot; responded the Khan, &amp;quot;to crush your enemies, to see them fall at your feet — to take their horses and goods and hear the lamentation of their women. That is best.&amp;quot;&lt;br /&gt;
As quoted in Genghis Khan: The Emperor of All Men (1927) by Harold Lamb, Doubleday, p. 107.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gibbon, Edward==&lt;br /&gt;
*''Decline and Fall,'' Ch. 21, part 5: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
If the emperor had capriciously decreed the death of the most eminent and virtuous citizen of the republic, the cruel order would have been executed without hesitation, by the ministers of open violence or of specious injustice. The caution, the delay, the difficulty with which he proceeded in the condemnation and punishment of a popular bishop, discovered to the world that the privileges of the church had already revived a sense of order and freedom in the Roman government.}}&lt;br /&gt;
&lt;br /&gt;
*''Decline and Fall,''  [https://www.gutenberg.org/cache/epub/25717/pg25717-images.html#chap53.1 Ch. 53, part 1:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 They held in their lifeless hands the riches of their fathers, without inheriting the spirit which had created and improved that sacred patrimony: they read, they praised, they compiled, but their languid souls seemed alike incapable of thought and action. In the revolution of ten centuries, not a single discovery was made to exalt the dignity or promote the happiness of mankind. Not a single idea has been added to the speculative systems of antiquity, and a succession of patient disciples became in their turn the dogmatic teachers of the next servile generation. Not a single composition of history, philosophy, or literature, has been saved from oblivion by the intrinsic beauties of style or sentiment, of original fancy, or even of successful imitation. ...m, a panegyric or tale; they forgot even the rules of prosody; and with the melody of Homer yet sounding in their ears, they confound all measure of feet and syllables in the impotent strains which have received the name of political or city verses. The minds of the Greek were bound in the fetters of a base and imperious superstition which extends her dominion round the circle of profane science. Their understandings were bewildered in metaphysical controversy: in the belief of visions and miracles, they had lost all principles of moral evidence, and their taste was vitiated by the homilies of the monks, an absurd medley of declamation and Scripture. Even these contemptible studies were no longer dignified by the abuse of superior talents: the leaders of the Greek church were humbly content to admire and copy the oracles of antiquity, nor did the schools of pulpit produce any rivals of the fame of Athanasius and Chrysostom.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Glaeser, Edward==&lt;br /&gt;
An Ed Glaeser aphorism just now from his Markus seminar, improved a bit:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It's not Trust in Authorities: it’s the Trustworthiness of Authorities, that matters.  A good government nobody trusts is better than a bad government *everybody* trusts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Glantz, David (reported by)==&lt;br /&gt;
“Germans needed to reduce their casualties “if we do not intend to win ourselves to death.”&lt;br /&gt;
― David M. Glantz, When Titans Clashed: How the Red Army Stopped Hitler, p. 73.&lt;br /&gt;
&lt;br /&gt;
==Goethe==&lt;br /&gt;
Mephistopheles:  &lt;br /&gt;
{{Quotation|  Ich bin der Geist der stets verneint.}}&lt;br /&gt;
&amp;quot;I am the spirit that always denies, or negates.&amp;quot; Faust part I. &lt;br /&gt;
&lt;br /&gt;
==GOLDMAN, Samuel.==&lt;br /&gt;
@SWGoldman, January 8, 2021: {{Quotation| A lot of people who thought they were part of the con now discovering that they were the marks. Which is exactly how a con works.}}&lt;br /&gt;
&lt;br /&gt;
==Golub, Ben==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
An underappreciated reason to keep economic theory programs vigorous and strong is that a LOT of the best scholars in other fields started out wanting to do theory. Like, a lot of amazing people.   The prospect of doing theory is like a honeypot for a certain kind of curious, high-powered person, who can then be redirected more productively. (Twitter, 2021)}}&lt;br /&gt;
&lt;br /&gt;
==GORDON, Leslie McAdoo==&lt;br /&gt;
&amp;quot;He keeps digressing, and there are digressions from the digressions, which he digresses from to digress.&amp;quot; On [https://twitter.com/McAdooGordon/status/1502053406508302336 Twitter], about a boring prosecutor during a sentencing hearing.&lt;br /&gt;
&lt;br /&gt;
==Gracian, Balthasar==&lt;br /&gt;
*“It is better to sleep on things beforehand than lie awake about them afterward.”&lt;br /&gt;
 &lt;br /&gt;
*“Never contend with a man who has nothing to lose.”&lt;br /&gt;
&lt;br /&gt;
==Graham, Paul==&lt;br /&gt;
*&amp;quot;While helping 12 yo prepare for exams, I've also been teaching him what's real knowledge and what isn't. E.g. how distillation works is real knowledge. The fact that the thing that gets dissolved in a solution is called the solute isn't.&amp;quot; (Twitter, 2021) &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One advantage companies that are still run by their founders have over other companies is that founders have the confidence to be unconventional. Employees worry they'll get in trouble if they do things differently. Founders don't.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Nonprofits that can't show what effect they have are showing what effect they have.&amp;quot;  (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Taking classes in &amp;quot;entrepreneurship&amp;quot; in college to learn how to innovate is like going to the Louvre and spending your time looking at the floor.&amp;quot; (as improved by me, Twitter, 2022)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Grant, Ulysses S.==&lt;br /&gt;
{{Quotation| As we approached the brow of the hill from which it was expected we could see Harris' camp, and possibly find his men ready formed to meet us, my heart kept getting higher and higher until it felt to me as though it was in my throat. I would have given anything then to have been back in Illinois, but I had not the moral courage to halt and consider what to do; I kept right on. When we reached a point from which the valley below was in full view I halted. The place where Harris had been encamped a few days before was still there and the marks of a recent encampment were plainly visible, but the troops were gone. My heart resumed its place. '''It occurred to me at once that Harris had been as much afraid of me as I had been of him. This was a view of the question I had never taken before; but it was one I never forgot afterwards.''' From that event to the close of the war, I never experienced trepidation upon confronting an enemy, though I always felt more or less anxiety. I never forgot that he had as much reason to fear my forces as I had his. The lesson was valuable.}} U.S. Grant, autobiography,  on the Battle of Belmont, https://www.gutenberg.org/files/4367/4367-h/4367-h.htm#ch20.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gude, Hans==&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Hans_Gude Hans Gude] (1825-1903):&lt;br /&gt;
:&amp;quot;You, my compatriots in Norway, have no grounds for complaining that we have forgotten the dear, familiar and specific character with which God has endowed our land and our nation. That is so firmly entrenched in our being that it finds expression, whether we like it or not. Do not, therefore, insult us further.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Haeckel, Ernst==&lt;br /&gt;
{{Quotation|  Ontogeny recapitulates phylogeny.}}&lt;br /&gt;
&lt;br /&gt;
==Hanson, Robin==&lt;br /&gt;
{{Quotation| Biggest trend in my world over the last 50yrs:&amp;lt;br&amp;gt;&lt;br /&gt;
50 yrs ago, intellectuals were top prestige; journalists, judges, activists, inventors, etc aspired to be that. &amp;lt;br&amp;gt;&lt;br /&gt;
Today, activists are top prestige; intellectuals, journalists, judges, inventors, etc aspire to be that.}} twitter, 2021.&lt;br /&gt;
&lt;br /&gt;
==Harpending, Henry==&lt;br /&gt;
[https://westhunt.wordpress.com/2021/04/26/henrys-buffalo/ &amp;quot;Henry’s Buffalo,&amp;quot;] ''West Hunter'' blog:&lt;br /&gt;
{{Quotation| We were up late around the fire as all the participants took turns telling the story of the day.  Of course everyone told the same story, since there was only one, but somehow we were all attentive to each new version.}}&lt;br /&gt;
&lt;br /&gt;
==Harrington,  John.==&lt;br /&gt;
''Epigrams'', Book iv,  [https://quod.lib.umich.edu/e/eebo/A02647.0001.001/1:7.5?rgn=div2;view=fulltext| Epistle 5]. &amp;lt;br&amp;gt;&lt;br /&gt;
 {{Quotation|  Treason  doth never prosper: what's the reason?&amp;lt;br&amp;gt;Why, if it prosper, none dare call it treason.}}&lt;br /&gt;
Compare: &amp;quot;Prosperum ac felix scelus/ Virtus vocatur&amp;quot; (&amp;quot;Successful and fortunate crime/ is called virtue&amp;quot;), [[Seneca]], ''Herc. Furens'', ii. 250.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Haywood, Charles==&lt;br /&gt;
From a 2018 [https://theworthyhouse.com/2018/03/30/book-review-change-church-pope-francis-future-catholicism-ross-douthat/ book review at Worthy House]:&lt;br /&gt;
 {{Quotation| Such men lack consistency, because they simply don’t have the intellectual horsepower to maintain it, while they quickly and without noticing contradict themselves if it’s needed to get shiny baubles such as the praise of those they realize to be their intellectual or social betters. }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Rob Henderson==&lt;br /&gt;
“Many have discovered an argument hack. They don’t need to argue that something is false. They just need to show that it’s associated with low status.”  https://quillette.com/2021/04/03/persuasion-and-the-prestige-paradox-are-high-status-people-more-likely-to-lie/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Hippocrates==&lt;br /&gt;
&amp;quot;There are ticks in woods now.&amp;quot; Why did God create ticks? Perhaps the tick will be justified some day like the flea, by a poem. Ars longa, vita brevis.  With a zero discount rate, a good poem justifies even the Black Death.  https://buff.ly/3dpjpHE&lt;br /&gt;
10:29 AM · Apr 18, 2021·Buffer&lt;br /&gt;
 &lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
Replying to &lt;br /&gt;
@erasmuse&lt;br /&gt;
I rightly used &amp;quot;Ars longa, vita brevis&amp;quot;,to digress,  but it has multiple meanings, like a Chinese poem. One is &amp;quot;Art lasts forever, but life is brief.&amp;quot;&lt;br /&gt;
Ars longa, vita brevis - Wikipedia&lt;br /&gt;
en.wikipedia.org&lt;br /&gt;
&lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
@erasmuse&lt;br /&gt;
The original, in Greek, is &amp;quot;There's a lot of technique, but only a short life to learn it in&amp;quot;, which I at 62 appreciate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== ==&lt;br /&gt;
==The Incredibles (movie)==&lt;br /&gt;
[https://lessonsfromthemouse.wordpress.com/2017/07/15/the-incredibles-if-everyone-is-special-no-one-is/#respond  &amp;quot;The Incredibles- If Everyone Is Special, No One Is,&amp;quot;] ''Lessons from the Mouse'' blog (2017).: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
On the car ride home, Dash says “Our powers make us special,” to which Helen (Mrs. Incredible) says, “Everyone is special, Dash”. Dash retorts back to her, “Which is another way of saying that no one is.” This is not just the opinion of a frustrated little boy, he is parroting the frustrations of his father who later on is arguing that a 4th grade graduation ceremony is silly (in his words, psychotic) because, “They keep celebrating new ways to celebrate mediocrity, but if someone is genuinely exceptional, they shut him down because they don’t want everyone else to feel back!” And lastly, this theme comes to a head when Syndrome is planning on giving everyone superpowers with his tech and claiming, “When everyone is super, no one will be.” ... Not everyone is special, understand, everyone is important, everyone is valid, and everyone is even significant, but not everyone is special. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==KASCHUTA, Alex== &lt;br /&gt;
[https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
The average Romanian knows the following about Americans:&lt;br /&gt;
&lt;br /&gt;
*    They are stupid and uncultured, though they somehow also have the best universities and lead the world in scientific research. &lt;br /&gt;
&lt;br /&gt;
* They are fat and lethargic, but their work ethic is second to none, and they never take vacations. &lt;br /&gt;
&lt;br /&gt;
* They have guns, though they shouldn't, though they probably should because criminality is very high. &lt;br /&gt;
&lt;br /&gt;
* The evils that befall them was caused by something terrible they did, either now or in the past, though it would have been great to have them “conquer” us just once.&lt;br /&gt;
&lt;br /&gt;
 *   It's hard to emigrate there, but it shouldn't be, because it's also highly desirable, being the &amp;quot;land of opportunity.&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
 [https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|The American paradox may have a simple solution: America is the only country to have generated so much excess it now exports its own self-loathing, in industrial quantities, 24/7. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| If you make someone &amp;quot;Homelessness Czar&amp;quot; their job is to preside over homelessness, not eliminate it.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Kennedy, John F.==&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;&lt;br /&gt;
“I never met a man like this,” Kennedy remarked to another reporter, Hugh Sidey of Time magazine. “[I] talked about how a nuclear exchange would kill 70 million people in 10 minutes, and he just looked at me as if to say, ‘So what?’” -- https://www.history.com/news/kennedy-krushchev-vienna-summit-meeting-1961&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KERR, Clark==&lt;br /&gt;
Clark Kerr  characterized his “multiversity” as “a series of individual faculty entrepreneurs held together by a common grievance over parking.” &lt;br /&gt;
&lt;br /&gt;
==KING, Martin Luther==&lt;br /&gt;
&amp;quot;It may be true that the law cannot make a man love me, but it can stop him from lynching me, and I think that's pretty important.&amp;quot; ''The Wall Street Journal'' (13 November 1962).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Krauss, Lawrence ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Instead of a theory of everything, string theory is a theory of anything, which means it's a theory of nothing.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==KRONECKER, Leopold ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
(1) “Die ganzen Zahlen hat der liebe Gott gemacht, alles andere ist Menschenwerk”&amp;lt;br&amp;gt;&lt;br /&gt;
(2) “God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
(3) “The Dear God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
in einem schriftlich nicht überlieferten Vortrag bei der Berliner Naturforscher-Versammlung 1886, zitiert bei H.[einrich] Weber: Leopold Kronecker, in: ''Jahresbericht der Deutschen Mathematiker-Vereinigung'' 2, 1893, S. 19 http://gdz.sub.uni-goettingen.de/dms/load/img/?PID=PPN37721857X_0002|LOG_0006&amp;amp;physid=PHYS_0025%20Seite%2019 drittletzter Absatz doi: 10.1007/BF01446613.  Also in : [http://gdz.sub.uni-goettingen.de/pdfcache/PPN235181684_0043/PPN235181684_0043___LOG_0007.pdf ''Mathematische Annalen,'' 1893, ] Band 43,    S. 15, 3. und 4. Zeile Zugeschrieben&lt;br /&gt;
&lt;br /&gt;
Quelle: https://beruhmte-zitate.de/zitate/138167-leopold-kronecker-die-ganzen-zahlen-hat-der-liebe-gott-gemacht-alle/&lt;br /&gt;
&lt;br /&gt;
Version (1) is the original. Version (3) is the more accurate translation. Version (2) sounds better than either (1) or (3). The &amp;quot;ganzen Zahlen&amp;quot; are the integers, not the natural numbers, [https://de.wikipedia.org/wiki/Ganze_Zahl#:~:text=Die%20ganzen%20Zahlen%20%28auch%20Ganzzahlen%2C%20lateinisch%20numeri%20integri%29,3%2C%20%E2%80%A6%20und%20enthalten%20damit%20alle%20nat%C3%BCrlichen%20Zahlen German Wikipedia says.] &amp;quot;der liebe Gott&amp;quot; is &amp;quot;the Dear God&amp;quot;. (Thanks to Christian Matthes for finding this for me via my Twitter request)&lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Laughlin, Robert==&lt;br /&gt;
&amp;quot;In science, you gain power by telling people what you know; in engineering, by preventing them from knowing it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Lenin, Vladimir==&lt;br /&gt;
[[&amp;quot;The Worse, the Better.&amp;quot;]]&lt;br /&gt;
He did not originate this quote. I have a separate page on it.&lt;br /&gt;
&lt;br /&gt;
==David Levy, famous comet-hunter==&lt;br /&gt;
“Inspiration before Outreach — because if you don’t INSPIRE your audience, outreach will go nowhere.”&lt;br /&gt;
&lt;br /&gt;
==LLoyd_Jones, Martyn==&lt;br /&gt;
{{Quotation| I spend half my time telling Christians to study doctrine, and the other half telling them doctrine is not enough.}}&lt;br /&gt;
&lt;br /&gt;
==Lewis, C.S.==&lt;br /&gt;
* The beauty of the female is the root of joy to the female as well as to the male, and it is no accident that the goddess of Love is older and stronger than the god. To desire the desiring of her own beauty is the vanity of Lilith, but to desire the enjoying of her own beauty is the obedience of Eve, and to both it is in the lover that the beloved tastes her own delightfulness. As obedience is the stairway of pleasure, so humility is the    [https://alt.books.cs-lewis.narkive.com/a2Czcqjy/source-of-beauty-of-the-female-quote Failure to find another source  is discussed here. ]&lt;br /&gt;
&lt;br /&gt;
*“Why you fool, it's the educated reader who CAN be gulled. All our difficulty comes with the others. When did you meet a workman who believes the papers? He takes it for granted that they're all propaganda and skips the leading articles. He buys his paper for the football results and the little paragraphs about girls falling out of windows and corpses found in Mayfair flats. He is our problem. We have to recondition him. But the educated public, the people who read the high-brow weeklies, don't need reconditioning. They're all right already. They'll believe anything.”&lt;br /&gt;
&lt;br /&gt;
*“I suppose there are two views about everything,” said Mark. &lt;br /&gt;
&amp;quot;Eh? Two views? There are a dozen views about everything until you know the answer. Then there’s never more than one.”&lt;br /&gt;
&lt;br /&gt;
*“Fellows of colleges do not always find money matters easy to understand: if they did, they would probably not have been the sort of men who become Fellows of colleges.”&lt;br /&gt;
&lt;br /&gt;
“his education had had the curious effect of making things that he read and wrote more real to him than things he saw. Statistics about agricultural laborers were the substance; any real ditcher, plowman or farmer's boy, was the shadow. Though he had never noticed it himself, he had a great reluctance, in his work, ever to use words as 'man' or 'woman.' He preferred to write about 'vocational groups,' 'elements,' 'classes' and 'populations:' for, in his own way, he believed as firmly as any mystic in the superior reality of the things that are not seen.”&lt;br /&gt;
― C.S. Lewis, That Hideous Strength&lt;br /&gt;
&lt;br /&gt;
“But what do you want me to do, Sir?” “My dear young friend, the golden rule is very simple. There are only two errors which would be fatal to one placed in the peculiar situation which certain parts of your previous conduct have unfortunately created for you. On the one hand, anything like a lack of initiative or enterprise would be disastrous. On the other, the slightest approach to unauthorized action—anything which suggested that you were assuming a liberty of decision which, in all the circumstances, is not really yours—might have consequences from which even I could not protect you. But as long as you keep quite clear of these two extremes, there is no reason (speaking unofficially) why you should not be perfectly safe.”&lt;br /&gt;
― C.S. Lewis, That Hideous Strength&lt;br /&gt;
&lt;br /&gt;
*“There dwell an accursed people, full of pride and lust. There when a young man takes a maiden in marriage, they do not lie together, but each lies with a cunningly fashioned image of the other, made to move and to be warm by devilish arts, for real flesh will not please them, they are so dainty in their dreams of lust. Their real children they fabricate by vile arts in a secret place.”&lt;br /&gt;
― C.S. Lewis, That Hideous Strength&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Your trouble has been what old poets called Daungier. We call it Pride. You are offended by the masculine itself: the loud, irruptive, possessive thing—the gold lion, the bearded bull—which breaks through hedges and scatters the little kingdom of your primness as the dwarfs scattered the carefully made bed. &lt;br /&gt;
&lt;br /&gt;
* &amp;quot;Man has got to take charge of Man. That means, remember, that some men have got to take charge of the rest—which is another reason for cashing in on it as soon as one can.”&lt;br /&gt;
&lt;br /&gt;
==Long, Earl (Senator from Louisiana)==&lt;br /&gt;
*&amp;quot;Don't write anything you can phone. Don't phone anything you can talk. Don't talk anything you can whisper. Don't whisper anything you can smile. Don't smile anything you can nod. Don't nod anything you can wink.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Machiavelli, Nicholas==&lt;br /&gt;
 {{Quotation| “Prudent archers...set their aim much higher than the place intended, not to reach such a height with their arrow, but to be able with the aid of so high an aim achieve their plan.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
--Book IV of The Prince}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Macaulay, Thomas==&lt;br /&gt;
From [https://www.gutenberg.org/files/1468/1468-h/1468-h.htm#link2HCH0002 The History of England, Volume I], chapter 2: &lt;br /&gt;
{{Quotation|It is creditable to Charles's temper that, ill as he thought of his species, he never became a misanthrope. He saw little in men but what was hateful. Yet he did not hate them. Nay, he was so far humane that it was highly disagreeable to him to see their sufferings or to hear their complaints. This, however, is a sort of humanity which, though amiable and laudable in a private man whose power to help or hurt is bounded by a narrow circle, has in princes often been rather a vice than a virtue. More than one well disposed ruler has given up whole provinces to rapine and oppression, merely from a wish to see none but happy faces round his own board and in his own walks. No man is fit to govern great societies who hesitates about disobliging the few who have access to him, for the sake of the many whom he will never see. The facility of Charles was such as has perhaps never been found in any man of equal sense. He was a slave without being a dupe. Worthless men and women, to the very bottom of whose hearts he saw, and whom he knew to be destitute of affection for him and undeserving of his confidence, could easily wheedle him out of titles, places, domains, state secrets and pardons. He bestowed much; yet he neither enjoyed the pleasure nor acquired the fame of beneficence. He never gave spontaneously; but it was painful to him to refuse. The consequence was that his bounty generally went, not to those who deserved it best, nor even to those whom he liked best, but to the most shameless and importunate suitor who could obtain an audience.}}&lt;br /&gt;
&lt;br /&gt;
‘A government cannot be wrong in punishing fraud or force, but it is almost certain to be wrong if, abandoning its legitimate function, it tells private individuals that it knows their business better than they know it themselves.’   (unkonwn source)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Massie, Thomas==&lt;br /&gt;
*[https://twitter.com/RepThomasMassie/status/1460241573187395584 Twitter] (2021): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Who could have foreseen that the response to the very lackluster performance of the vaccines would be to force people to take them, to force the people who took them to take more of them, and for the CEO of the company profiting most from them to call their critics criminals?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==MELKONIAN, Raffi==&lt;br /&gt;
{{Quotation| The brief I was reading recited the *entire* procedural history of the matter before saying &amp;quot;Our Problem is X. We need you to do Y. Right away. Because otherwise, Z is going to happen to us, which will make us very sad.&amp;quot; (Twitter, https://twitter.com/RMFifthCircuit/status/1436042316125548548 (2021).}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Mencken==&lt;br /&gt;
*As democracy is perfected, the office of President represents, more and more closely, the inner soul of the people. On some great and glorious day, the plain folks of the land will reach their heart's desire at last and the White House will be adorned by a downright moron.&lt;br /&gt;
&lt;br /&gt;
*I know some who are constantly drunk on books as other men are drunk on whiskey.&lt;br /&gt;
&lt;br /&gt;
*Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats&lt;br /&gt;
&lt;br /&gt;
*An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it makes a better soup&lt;br /&gt;
&lt;br /&gt;
*A cynic is a man who, when he smells flowers, looks around for a coffin.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Mouton Rothchild==&lt;br /&gt;
From Wikipedia: &lt;br /&gt;
In 1973, Mouton was elevated to &amp;quot;first growth&amp;quot; status after decades of intense lobbying by its powerful and influential owner,[1] the only change in the original 1855 classification (excepting the 1856 addition of Château Cantemerle). This prompted a change of motto: previously, the motto of the wine was Premier ne puis, second ne daigne, Mouton suis. (&amp;quot;First, I cannot be. Second, I do not deign to be. Mouton I am.&amp;quot;), and it was changed to Premier je suis, Second je fus, Mouton ne change. (&amp;quot;First, I am. Second, I used to be. Mouton does not change.&amp;quot;) &lt;br /&gt;
&lt;br /&gt;
==More, Thomas==&lt;br /&gt;
&amp;quot;Stand always beside me so that today I shall not, to win a point, lose my soul.&amp;quot; This is attributed to him, but I doubt he said it. I can't find a source. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==MUSK, ELON==&lt;br /&gt;
*From [https://twitter.com/tylertringas/status/1475268528521596928 Twitter]: “The most common error of a smart engineer is to optimize a thing that should not exist.”  To look for an interior rather than a corner solution. &lt;br /&gt;
&lt;br /&gt;
 ----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Napoleon Bonaparte==&lt;br /&gt;
{{Quotation| what Napoleon said when asked how he came to be Emperor: “I came across the crown of France lying in the street, and I picked it up with my sword.”}}&lt;br /&gt;
&lt;br /&gt;
==Nelson, David (Moe)==&lt;br /&gt;
&amp;quot;Says it the bestest&amp;quot;. Email (2022).&lt;br /&gt;
&lt;br /&gt;
==Nietzsche==&lt;br /&gt;
*&amp;quot;The worst readers are those who act like plundering soldiers: they take away a few things they can use, dirty and confuse [verwirren] the rest, and trash [lästern] the whole.&amp;quot;&lt;br /&gt;
Human, All Too Human (#137)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It is hard enough to remember my opinions, without also remembering my reasons for them!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;There comes a point in the history of society when it becomes so pathologically soft and tender that it steps in on behalf of those who harm it, criminals, and it does so quite seriously and honestly. To punish: that appears somehow unfair.&amp;quot;  --Paragraph 20, '[https://t.co/MMFHuzRSvr 'Beyond Good and Evil.'']  &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Science  offends the modesty of all genuine women. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
 &lt;br /&gt;
*&amp;quot;He who rejoices even at the stake triumphs not over pain but at the fact that he feels no pain where he had expected to feel it. A parable.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 124.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;When we have to change our opinion about someone we hold the inconvenience he has therewith caused us greatly to his discredit.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 125.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;A people is a detour of nature to get to six or seven great men.— Yes: and then to get round them.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 126.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The more abstract the truth is that you would teach, the more you have to seduce the senses to it.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 128.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What a person is begins to betray itself when his talent declines—when he ceases to show what he can do. Talent is also finery; finery is also a hiding place.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 130.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One is punished most for one's virtues.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 132.] &lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Paglia, Camille==&lt;br /&gt;
{{Quotation| There is no female Mozart because there is no female Jack the Ripper. --https://www.aei.org/carpe-diem/the-best-sentence-i-heard-today/}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Pascal, Blaise==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The example of Alexander's chastity  has not made so many continent as that of his drunkenness has made intemperate. It is not shameful not to be as virtuous as he, and it seems excusable to be no more vicious. We do not believe ourselves to be exactly sharing in the vices of the vulgar, when we see that we are sharing in those of great men; and yet we do not observe that in these matters they are ordinary men. --[https://www.gutenberg.org/files/18269/18269-h/18269-h.htm ''Thoughts'',] 103. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Peterson, Jordan==&lt;br /&gt;
{{Quotation| If you think tough men are dangerous, wait until you see what weak men are capable of.}} Very good. Weak men cannot withstand their fears and passions. A coward will commit atrocities out of fear.&lt;br /&gt;
&lt;br /&gt;
==Prince Philip==&lt;br /&gt;
 “How do you keep the natives off the booze long enough to pass the test?” Asked of a Scottish driving instructor in 1995.&lt;br /&gt;
&lt;br /&gt;
  “Damn fool question!” To BBC journalist Caroline Wyatt at a banquet at the Elysée Palace after she asked Queen Elizabeth if she was enjoying her stay in Paris in 2006.&lt;br /&gt;
&lt;br /&gt;
  “We don’t come here for our health. We can think of other ways of enjoying ourselves.” During a trip to Canada in 1976.&lt;br /&gt;
 &lt;br /&gt;
  “It’s a vast waste of space.” Philip entertained guests in 2000 at the reception of a new £18m British Embassy in Berlin, which the Queen had just opened.&lt;br /&gt;
&lt;br /&gt;
 “If it has four legs and it is not a chair, if it has got two wings and it flies but is not an aeroplane and if it swims and it is not a submarine, the Cantonese will eat it.” Said to a World Wildlife Fund meeting in 1986.&lt;br /&gt;
&lt;br /&gt;
“I would like to go to Russia very much – although the bastards murdered half my family.” In 1967, asked if he would like to visit the Soviet Union.&lt;br /&gt;
 &lt;br /&gt;
“The problem with London is the tourists. They cause the congestion. If we could just stop the tourism, we could stop the congestion.” At the opening of City Hall in 2002.&lt;br /&gt;
&lt;br /&gt;
 “You must be out of your minds.” To Solomon Islanders, on being told that their population growth was 5 per cent a year, in 1982.&lt;br /&gt;
&lt;br /&gt;
“Your country is one of the most notorious centres of trading in endangered species.” Accepting a conservation award in Thailand in 1991.&lt;br /&gt;
  &lt;br /&gt;
“I wish he’d turn the microphone off!” The Prince expresses his opinion of Elton John’s performance at the 73rd Royal Variety Show, 2001.&lt;br /&gt;
 &lt;br /&gt;
“Any bloody fool can lay a wreath at the thingamy.” Discussing his role in an interview with Jeremy Paxman.&lt;br /&gt;
 &lt;br /&gt;
 “It’s not a very big one, but at least it’s dead and it took an awful lot of killing!” Speaking about a crocodile he shot in Gambia in 1957.&lt;br /&gt;
&lt;br /&gt;
 “It is my invariable custom to say something flattering to begin with so that I shall be excused if by any chance I put my foot in it later on.” Full marks for honesty, from a speech in 1956.&lt;br /&gt;
https://www.unz.com/isteve/prince-philip-rip/&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Rasmusen, Eric==&lt;br /&gt;
*See [[Aphorisms--Rasmusen]].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;He was so mean he even repelled ticks.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Economics offends the modesty of all genuine professors. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  See Nietzsche, Beyond Good and Evil [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|When you’re dealing with productive inefficiency instead of allocative, you move from triangle losses, which are small, to rectangle losses, which are big.}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Leaders must be willing to make bad decisions with insufficient information and insufficient brains, even though they'll look like idiots. We followers  must forgive.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|''Celebrity preachers:'' Trample on the Cross to pick up a crown. &amp;lt;br&amp;gt;&lt;br /&gt;
''Unpopular preachers:'' Trample on a crown to pick up the Cross.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|Just as  high-IQ men come unarmed to a battle of wits, ss strong men come unarmed to a battle of fists. Raw talent is not enough. One must know how to use it. And be willing to use it.  }}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Andrew Carnegie (repeated by his friend Mark Twain)  said about undiversification: &amp;quot;Put all your eggs in one basket-- and then WATCH THAT BASKET.&amp;quot; The Buffett-Munger method is &amp;quot;Watch for a one really good basket-- and then put all your eggs into it.&amp;quot;}} [https://quoteinvestigator.com/2017/02/16/eggs/ Quoteinvestigator tracks down] the source of the Carnegie quotation.&lt;br /&gt;
&lt;br /&gt;
*We should treat young men as men, with all the privileges and responsibilities attached thereto, but tell them they are too foolish and experienced to deserve the privileges or carry out the responsibilities. &lt;br /&gt;
&lt;br /&gt;
:Come to think of it, that applies equally to young ladies. &lt;br /&gt;
&lt;br /&gt;
:Instead, we tell young people they are just as good as the middled-aged, but treat them like children.&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|People who don't care, don't quarrel. They just let each other  be wrong and make mistakes.  Love leads to fights. }}&lt;br /&gt;
&lt;br /&gt;
*The cosmopolitan man has no Country, the timeless man has no Time.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==ROBINSON, JOAN==&lt;br /&gt;
*[https://iea.org.uk/north-koreas-western-fellow-travellers/ &amp;quot;North Korea’s Western fellow travellers,&amp;quot;] KRISTIAN NIEMIETZ 29 SEPTEMBER 2017. She said of North Korea, in 1964, &lt;br /&gt;
“All the economic miracles of the postwar world are put in the shade by these achievements”.&lt;br /&gt;
&lt;br /&gt;
“[G]reat pains are taken to keep the Southerners in the dark. The demarcation line is manned exclusively by American troops […] with an empty stretch of territory behind. No Southern eye can be allowed a peep into the North”.&lt;br /&gt;
&lt;br /&gt;
==Roche, Christopher==&lt;br /&gt;
*In June 1998 an instance appeared in a graduation speech delivered by valedictorian Christopher Roche at Albertus Magnus High School. &amp;quot;Don’t cry because it’s over, smile because it happened,”&lt;br /&gt;
&lt;br /&gt;
[https://quoteinvestigator.com/2016/07/25/smile/ Ludwig Jacobowski ,  “Leuchtende Tage” (1899)]:&lt;br /&gt;
&lt;br /&gt;
Nicht weinen, weil sie vorüber!&lt;br /&gt;
Lächeln, weil sie gewesen!&lt;br /&gt;
&lt;br /&gt;
English translation:&lt;br /&gt;
Do not cry because they are past!&lt;br /&gt;
Smile, because they once were!&lt;br /&gt;
&lt;br /&gt;
==Roosevelt, Theodore==&lt;br /&gt;
[http://www.stateoftheunionhistory.com/2015/08/1905-theodore-roosevelt-railroad.html &amp;quot;1905 State of the Union Address&amp;quot;]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
We desire to set up a moral standard. '''There can be no delusion more fatal to the Nation than the delusion that the standard of profits, of business prosperity, is sufficient in judging any business or political question--from rate legislation to municipal government.''' Business success, whether for the individual or for the Nation, is a good thing only so far as it is accompanied by and develops a high standard of conduct--honor, integrity, civic courage. The kind of business prosperity that blunts the standard of honor, that puts an inordinate value on mere wealth, that makes a man ruthless and conscienceless in trade, and weak and cowardly in citizenship, is not a good thing at all, but a very bad thing for the Nation. '''This Government stands for manhood first and for business only as an adjunct of manhood.'''}}&lt;br /&gt;
&lt;br /&gt;
==Rumsfeld, Donald==&lt;br /&gt;
{{Quotation| Reports that say that something hasn't happened are always interesting to me, because as we know, there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns—the ones we don't know we don't know.}} [https://en.wikipedia.org/wiki/There_are_known_knowns &amp;quot;There_are_known_knowns&amp;quot;], ''Wikipedia.''&lt;br /&gt;
&lt;br /&gt;
==Ryle, J. C.==&lt;br /&gt;
{{Quotation| &amp;quot;A true Christian is one who has not only peace of conscience, but war within. He may be known by his warfare as well as by his peace.” }}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sailer, Steve==&lt;br /&gt;
*&amp;quot;Debate-as-sport is masculine, groupthink and cancellation is feminine.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|  How to square the circle of indulging in the kind of petty grievances that most fascinate people with upper-middle-class disdain for Trump-like feuding? And how to make our pique sound important?&lt;br /&gt;
&lt;br /&gt;
The answer to both appears to be to position one’s personal gripes as part of the cosmically important war on racism and sexism, while conversely labeling Trump’s obviously individualistic feuds as racist.&lt;br /&gt;
&lt;br /&gt;
Thus, the upper reaches of society have been egging on everybody who isn’t a straight white male to dredge up and dwell on ancient memories of social unease in middle and high school. But instead of getting too specific about that mean girl in eighth grade who said snippy things about your shoes, you are encouraged to blame your embarrassing memories on whiteness in general.}} [https://www.takimag.com/article/feud-for-thought/ &amp;quot;Feud for Thought,&amp;quot;] ''Taki's Magazine'' (2021).&lt;br /&gt;
&lt;br /&gt;
*The problem with economics these days is not so much the various models as that economists believe that having models lets them get away without knowing much about the real world.’ &lt;br /&gt;
&lt;br /&gt;
 {{Quotation|&lt;br /&gt;
How can you tell who is a marginalized community? If they are legally protected, then they are marginalized, but if you are allowed to discriminate against them, then they aren’t marginalized. Is that so hard to understand?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Samuelson, Paul==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“I don’t care who writes a nation’s laws—or crafts its advanced treaties—if I can write its economics textbooks. The first lick is the privileged one, impinging on the beginner’s tabula rasa at its most impressionable state.”  (1990)}} . See [https://econdump.wordpress.com/2011/12/16/i-dont-care-who-writes-a-nations-laws-if-i-can-write-its-economics-textbooks-paul-samuelson/ Econdump on this quote].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Within every classical economist there is to be discerned a modern economist trying to be born.&amp;quot; From [https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Yes, Ricardo differed with Smith; and thought those differences important. But upon detailed examination, we find that their differences do not mainly involve differences in their behavior equations, short-run or long-run, but rather involve their semantic preferences about what names could be given to the same agreed-upon effects. To moderns, it is for the most part a quarrel about nothing substantive, being essentially an irrelevant argument carried out by Ricardo, often with somewhat unaesthetic logic.&amp;quot; From [https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
==Schumpeter, Joseph==&lt;br /&gt;
 See the [[Schumpeter]] page.&lt;br /&gt;
&lt;br /&gt;
==Sedley, Catharine, Countess of Dorchester==&lt;br /&gt;
She was mistress to the Duke of York, later to become King James II. &lt;br /&gt;
'Catharine herself was astonished at the violence of the ducal passion.&lt;br /&gt;
&amp;quot;It cannot be my beauty,&amp;quot; she said, &amp;quot;for he must see I have none; and it cannot be my wit, for he has not enough to know that I have any&amp;quot;' (Thomas Seccombe, DNB).'&lt;br /&gt;
 From [https://www.bonhams.com/auctions/22714/lot/53/ a Bonham's auction catalog] selling a William III grant to her, expected to sell for about $1,500.&lt;br /&gt;
&lt;br /&gt;
==Shaw, George Bernard==&lt;br /&gt;
George Bernard Shaw wrote in 1903:&lt;br /&gt;
”The roulette table pays nobody except him who keeps it. Nevertheless a passion for gaming is common, though a passion for keeping roulette wheels is unknown.”&lt;br /&gt;
&lt;br /&gt;
Upon [https://www.iowastatedaily.com/carrie-chapman-catts-a-rotten-egg/article_183cbe15-989e-532d-897e-ec0a0340764e.html#:~:text=As%20George%20Bernard%20Shaw%2C%20Carrie,egg%20to%20know%20it's%20rotten.%22 refusing to read the entire manuscript before rejecting a book:] &amp;quot;You don't have to eat the whole egg to know it's rotten.&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Silverglate==&lt;br /&gt;
If you’re going to do any kind of important (therefore controversial) work, you can really only care about what approximately 10 people in the world think about you. Choose those people carefully. &lt;br /&gt;
&lt;br /&gt;
From  @HASilverglate  (Roughly. I’m sure he said it better)&lt;br /&gt;
&lt;br /&gt;
==SINCLAIR, Upton==&lt;br /&gt;
“It is difficult to get a man to understand something, when his salary depends upon his not understanding it!” &lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his TV invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his party invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Smethurst==&lt;br /&gt;
Salvation is not an invitation from a buddy, but a summons from a king.&lt;br /&gt;
(Twitter, 2021.)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Solzhenitsyn, Alexander==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
A decline in courage may be the most striking feature which an outside observer notices in the West in our days. The Western world has lost its civil courage, both as a whole and separately, in each country, each government, each political party, and, of course, in the United Nations. Such a decline in courage is particularly noticeable among the ruling groups and the intellectual elite, causing an impression of loss of courage by the entire society. &lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Without any censorship, in the West fashionable trends of thought and ideas are carefully separated from those which are not fashionable; nothing is forbidden, but what is not fashionable will hardly ever find its way into periodicals or books or be heard in colleges.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
A fact which cannot be disputed is the weakening of human beings in the West while in the East they are becoming firmer and stronger -- 60 years for our people and 30 years for the people of Eastern Europe. During that time we have been through a spiritual training far in advance of Western experience. Life's complexity and mortal weight have produced stronger, deeper, and more interesting characters than those generally [produced] by standardized Western well-being.&lt;br /&gt;
&lt;br /&gt;
Therefore, if our society were to be transformed into yours, it would mean an improvement in certain aspects, but also a change for the worse on some particularly significant scores. ... After the suffering of many years of violence and oppression, the human soul longs for things higher, warmer, and purer than those offered by today's mass living habits, introduced by the revolting invasion of publicity, by TV stupor, and by intolerable music.&lt;br /&gt;
&lt;br /&gt;
There are meaningful warnings which history gives a threatened or perishing society. Such are, for instance, the decadence of art, or a lack of great statesmen. There are open and evident warnings, too. The center of your democracy and of your culture is left without electric power for a few hours only, and all of a sudden crowds of American citizens start looting and creating havoc. The smooth surface film must be very thin, then, the social system quite unstable and unhealthy.&lt;br /&gt;
&lt;br /&gt;
[https://www.americanrhetoric.com/speeches/alexandersolzhenitsynharvard.htm &amp;quot;A World Split Apart,&amp;quot;]&lt;br /&gt;
delivered 8 June 1978, Harvard University}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Sowell, Thomas==&lt;br /&gt;
&amp;quot;We seem to be getting closer and closer to a situation where nobody is responsible for what they did but we are all responsible for what somebody else did.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Spurgeon==&lt;br /&gt;
&amp;quot;There is something very comforting in the thought that Satan is an adversary: I would sooner have him for an adversary than for a friend.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==De Stael, Germaine (Madame)==&lt;br /&gt;
“Tout comprendre c’est tout pardonner.” To understand all is to forgive all. &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://fakebuddhaquotes.com/to-understand-everything-is-to-forgive-everything/ FakeBuddhaQuotes tells us] that this is not quite what she said.  She actually wrote “Car tout comprendre rend très indulgent, et sentir profondément inspire une grande bontée.” Close enough for credit?&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Stalin, Joseph==&lt;br /&gt;
“A single death is a tragedy; a million deaths is a statistic.”&lt;br /&gt;
&lt;br /&gt;
“Those who vote decide nothing. Those who count the vote decide everything.”&lt;br /&gt;
&lt;br /&gt;
“Education is a weapon, whose effect depends on who holds it in his hands and at whom it is aimed.”&lt;br /&gt;
&lt;br /&gt;
“When there’s a person, there’s a problem. When there’s no person, there’s no problem.”&lt;br /&gt;
&lt;br /&gt;
“Quantity has a quality all its own.”&lt;br /&gt;
&lt;br /&gt;
“The Pope! How many divisions has he got?”&lt;br /&gt;
&lt;br /&gt;
“In the Soviet army it takes more courage to retreat than advance.”&lt;br /&gt;
&lt;br /&gt;
==Stout, Rex==&lt;br /&gt;
&amp;quot;On the way uptown in the roadster, I reflected that there was one obvious lever to use on Helen Frost to pry her in the direction I wanted her; and I'm a great one for the obvious, because it saves a lot of fiddling around. I decided to use it.&amp;quot; Rex Stout, ''The Red Box,'' Chapter 7 (1937) (Nero Wolfe mystery)&lt;br /&gt;
&lt;br /&gt;
==Strauss, Johann==&lt;br /&gt;
[http://www.aria-database.com/translations/fledermaus.txt Die Fliedermaus], libretto in German and English:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Nein, mit solchen Advokaten			No, with advocates like this&lt;br /&gt;
Ist verkauft man und verraten,			One is sold short and betrayed,&lt;br /&gt;
Da verliert man die Geduld.			Making one lose patience.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BLIND:&lt;br /&gt;
Rekurrieren, appellieren			Petition,	appeal,&lt;br /&gt;
Reklamieren, revidieren,			Complain, review,&lt;br /&gt;
Reziepieren, subvertieren,			Prescribe, subvert,&lt;br /&gt;
Devolvieren, involvieren,			Devolve,  involve, &lt;br /&gt;
Protestieren, liquidieren,			Protest, liquidate,&lt;br /&gt;
Exzerptieren, extorquieren			Excerpt, extort,&lt;br /&gt;
Arbitrieren, resümieren!			Arbitrate, summarize!&lt;br /&gt;
Exkulpieren, inkulpieren,			Exculpate, inculpate&lt;br /&gt;
kalkulieren, konzipieren			Calculate, draft&lt;br /&gt;
Und Sie müssen triumphieren!			And you must triumph!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Ach, wie rührt mich dies!			Ah, how this stirs me!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ALFRED:&lt;br /&gt;
Glücklich ist, wer vergisst,			Happy is the person who forgets,&lt;br /&gt;
Was doch nicht zu ändern ist.			What can't be altered anyway.&lt;br /&gt;
&lt;br /&gt;
From Die Fliedermaus: Glücklich ist, wer vergisst, Was doch nicht zu ändern ist.		&lt;br /&gt;
(Happy he, who forgets, What, can't be altered  anyway.)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SUMMERS, Larry==&lt;br /&gt;
*[http://www.harvard.edu/president/speeches/summers_2003/prayer.php Summers, Lawrence H. 2003. “Economics and Moral Questions.” Morning Prayers address, Memorial Church, September  15. Reprinted in Harvard Magazine, November–December 2003.]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “We all have only so much altruism in us. Economists like me think of altruism as a valuable and rare good that needs conserving. Far better to conserve it by designing a system in which people’s wants will be satisfied by individuals being selfish, and saving that altruism for our families, our friends, and the many social problems in this world that markets cannot solve.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TABARROK, Alex==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
A price increase is a message about scarcity.  Price controls are like shooting the messenger.&amp;quot; &lt;br /&gt;
quoted in May 5, 2008 issue of Forbes.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Subscript text&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Traldi, Oliver== &lt;br /&gt;
{{Quotation| I've never heard a good argument for why a long-gone philosopher's problematic views matter for evaluating their plausible ones. People seem to have this sense that problematic-ness kind of like infects someone's whole corpus somehow. That's just conspiracist contagion reasoning. --Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Trotsky, Leon==&lt;br /&gt;
{{Quotation| You may not be interested in war, but war is interested in you.}}&lt;br /&gt;
&lt;br /&gt;
==TRUMP,Donald==&lt;br /&gt;
Trump tonight at Mar a Lago on transgender sports: “This lady was trying to set her record and then this dude shows up…” &lt;br /&gt;
8:44 PM · May 4, 2022. (https://twitter.com/RaheemKassam/status/1522014323371085824)&lt;br /&gt;
&lt;br /&gt;
==Twain, Mark==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much he had learned in seven years.&amp;quot;   Mark Twain, &amp;quot;Old Times on the Mississippi&amp;quot; ''Atlantic Monthly,'' 1874.}}&lt;br /&gt;
&lt;br /&gt;
*[https://quoteinvestigator.com/2013/01/17/put-off/ A parody of Ben Franklin] by Twain. I heard it in a better version than Twain's: &amp;quot;Never put off till tomorrow what you can put off till the day after tomorrow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==Valery, Paul==&lt;br /&gt;
&amp;quot;Un poème n'est jamais fini, seulement abandonné.&amp;quot;  &amp;lt;br&amp;gt;&lt;br /&gt;
A poem is never finished; it's always an accident that puts a stop to it—i.e. gives it to the public.&lt;br /&gt;
Often quoted in W. H. Auden' s paraphrase, ‘A poem is never finished, only abandoned’ . &amp;lt;.br&amp;gt;&lt;br /&gt;
See also &amp;quot;Lecode n'est jamais fini, seulement termine&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
''Littérature'' (1930).&lt;br /&gt;
&lt;br /&gt;
==Sarah Vaughan==&lt;br /&gt;
Nobody works on easy street...&amp;lt;br&amp;gt;&lt;br /&gt;
When opportunity comes knockin'&amp;lt;br&amp;gt;&lt;br /&gt;
You just keep on with your rockin'&amp;lt;br&amp;gt;&lt;br /&gt;
'Cause you know your fortune's made&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.azlyrics.com/lyrics/sarahvaughan/easystreet.html&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Wang, John==&lt;br /&gt;
@j0hnwang&lt;br /&gt;
&lt;br /&gt;
Web2: &amp;quot;If you're not paying for it, you are the product.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Web3: &amp;quot;If you don't understand the source of yield, you are the yield.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Whyvert==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
The Age of Science draws to a close; there dawns the Age of Silence.&lt;br /&gt;
--https://twitter.com/whyvert/status/1359273098663575560}}&lt;br /&gt;
&lt;br /&gt;
==  ==&lt;br /&gt;
==Yang, Wesley==&lt;br /&gt;
&amp;quot;The more one sacrifices, the more sacred becomes the idol to which one has sacrificed.&amp;quot; (improved, Twitter 2022)&lt;br /&gt;
&lt;br /&gt;
==Yeats, William==&lt;br /&gt;
The first half of [https://www.poetryfoundation.org/poems/43290/the-second-coming &amp;quot;The Second Coming&amp;quot;]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Turning and turning in the widening gyre   &lt;br /&gt;
The falcon cannot hear the falconer;&lt;br /&gt;
Things fall apart; the centre cannot hold;&lt;br /&gt;
Mere anarchy is loosed upon the world,&lt;br /&gt;
The blood-dimmed tide is loosed, and everywhere   &lt;br /&gt;
The ceremony of innocence is drowned;&lt;br /&gt;
The best lack all conviction, while the worst   &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
The best lack all conviction, while the worst &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Young, Faron==&lt;br /&gt;
From the song [https://www.azlyrics.com/lyrics/faronyoung/occasionalwife.html &amp;quot;Occasional Wife&amp;quot;:]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;It needs more than just an occasional piece of your life&amp;lt;br&amp;gt;&lt;br /&gt;
A home just can't stand when it has an occasional wife.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Yglesias, Matthew== &lt;br /&gt;
There are big tranches of the world where people do redefinitions and treat that as doing analysis. April 8 tweet.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==The Z-Man==&lt;br /&gt;
&amp;quot;For the American ruling class, society is just a Walmart in the middle of a ghetto riot. The winner is the one who manages to carry off the most stuff before the store burns down.&amp;quot; https://www.takimag.com/article/the-politics-of-smash-and-grab/&lt;br /&gt;
&lt;br /&gt;
==Zhu, Yuanyi==&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
War and Peace is a byword for hard highbrow literature, but if you think about it it's basically a long adventure novel with lots of explosions.-- @yuanyi_z}}&lt;br /&gt;
----&lt;br /&gt;
 ***************************  --&amp;gt;&lt;br /&gt;
==For the Future==&lt;br /&gt;
Later maybe I will go to this format: &lt;br /&gt;
&lt;br /&gt;
*[[Quotations:A|A]]: Alcorn, Anonymous, Astral Codex Ten.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:B|B]]: Bayly, Joseph; Bayly, Timothy; BBC.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:C|C]]: CANNON,   CHESTERTON,  Connolly,  Cox.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:D|D]]: Dawry,  Dennett,  Dick,  DIPLOCK,  Domingos.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:E|E]]: 	Enzensbergert.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:F|F]]: 	Feynman,  	Flanagan,  	Follows.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:G|G]]: 	Gelman,  Genghis Khan, Goethe,	GOLDMAN,  Grant.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:H|H]]: Hippocrates&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:I|I]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:J|J]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:K|K]]:	KASCHUTA,  Kennedy.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:L|L]]: Lenin,   Lloyd_Jones,&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:M|M]]:  Martyn, Machiavelli,  Macaulay.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:N|N]]: Napoleon.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:O|O]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:P|P]]:	Paglia,  	Prince Philip.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Q|Q]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:R|R]]:	Rasmusen,  	Rumsfeld, 	Ryle.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:S|S]]: 	Schumpeter, Joseph Silverglate	Sowell, Thomas	Stalin, Joseph Stout, Rex&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:T|T]]: 	TABARROK,	Trotsky.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:U|U]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:V|V]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:W|W]]: Whyvert&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:X|X]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:Y|Y]]: Yeats,  Yglesias.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Z|Z]]: The Z-Man,	Zhu.&lt;br /&gt;
   &lt;br /&gt;
  ***************************  --&amp;gt;&lt;br /&gt;
&amp;lt;!-- This is a comment &lt;br /&gt;
&amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;  &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 ***************************  --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Videos&amp;diff=5709</id>
		<title>Videos</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Videos&amp;diff=5709"/>
		<updated>2022-06-15T16:24:17Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Nature */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Nature==&lt;br /&gt;
*Aaron Hilliard, Musrhoom Wonderland&lt;br /&gt;
&lt;br /&gt;
*If Women had Hubby Vision. It's a Southern Thing channel. You-Tube.&lt;br /&gt;
&lt;br /&gt;
*[https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F8a809f9a-9ab6-4c43-a925-3283d6e455c3_600x307.jpeg  Civil engineering with water and vibration]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Comedy==&lt;br /&gt;
*Saturday Night Live&lt;br /&gt;
**[https://www.youtube.com/watch?v=edIi6hYpUoQ THeodoric of York, Medieval Barber,&amp;quot;] (1978)  with Jane Curtin, Bill Murray, Gilda Radner, and Steve Martin.&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/i/status/1524524321472872448 Ultra-MAGA] parade (2022) and [https://twitter.com/i/status/1524799965326876673 warrior dance]&lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=qNzNeGw8Fmo Cobras and Panthers,] Saturday Night Live spoof on West Side Story. &lt;br /&gt;
&lt;br /&gt;
*[https://youtu.be/TcnSXEvzULk Sinatra and Rickles at the Academy Awards, giving Best Screenplay to Mel Brooks] for The Producers. &lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=j1CZhGvHGIU Giuliani on Bad to the Bone] on the Masked Singer, with [https://www.youtube.com/watch?v=WQEUFZbIb2g the Reveal]&lt;br /&gt;
&lt;br /&gt;
*Weird Al Yankovich: &lt;br /&gt;
**[https://www.bing.com/videos/search?q=1st+world+problem+al+yankovich&amp;amp;docid=608033259070836364&amp;amp;mid=10F32853360A3C2347E510F32853360A3C2347E5&amp;amp;view=detail&amp;amp;FORM=VIRE &amp;quot;First World Problems&amp;quot;]  (Second best)&lt;br /&gt;
**[https://www.youtube.com/watch?v=notKtAgfwDA &amp;quot;Just Like a Surgeon&amp;quot;] (third best)&lt;br /&gt;
**[https://www.youtube.com/watch?v=BvUZijEuNDQ &amp;quot;I Lost on Jeopardy&amp;quot;] Good. &lt;br /&gt;
** Foil &lt;br /&gt;
**Handy&lt;br /&gt;
*[https://www.youtube.com/watch?v=qpMvS1Q1sos &amp;quot;All about the Pentiums&amp;quot;], ok+&lt;br /&gt;
**[https://www.youtube.com/watch?v=bu6HJDYWf68 &amp;quot;Girls Just Wanna Have Lunch&amp;quot;] merely ok.&lt;br /&gt;
**Amish Paradise (best)&lt;br /&gt;
**[https://www.youtube.com/watch?v=AcVFtu-ZmmM &amp;quot;I Love Rocky Road,&amp;quot;] pretty good. &lt;br /&gt;
**White and Nerdy (third best)&lt;br /&gt;
**Eat It&lt;br /&gt;
**I'm Fat (very good)&lt;br /&gt;
**Word crimes (very good)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*[https://www.youtube.com/c/NationalConservatism/videos Natcon II Orlando], (2021). &lt;br /&gt;
&lt;br /&gt;
*[https://pbs.twimg.com/ext_tw_video_thumb/1509856053357432833/pu/img/zcOjw23OLgqDKw9I?format=jpg&amp;amp;name=medium Ukrainian curling], with antitank mines. &lt;br /&gt;
&lt;br /&gt;
*Best new podcast: “Rise and Fall of Mars Hill.” Although this is ostensibly about a Seattle-based church, it’ll be equally fascinating to the religious and non-religious alike. It’s a gripping dive into group psychology and celebrity culture. &lt;br /&gt;
&lt;br /&gt;
*Fall of Civilizations. Podcast. A whole series. &lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/channel/UCy5H0uunC2qMk0iOF4SHKUw   Why I Am a Christian (David Wood, Former Atheist's Conversion] (2015) You-tube.  &lt;br /&gt;
&lt;br /&gt;
*[https://www.youtube.com/watch?v=hFZFjoX2cGg &amp;quot;Building the Perfect Squirrel Proof Bird Feeder&amp;quot;] (2020)  . Mark Rober. &lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/i/status/1383876663235121159 Prince Philip's coffin at Windsor with the band playing], very moving. A military pick-up truck. &lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/malmesburyman/status/1472791903083151360 Long Eric Zenmour] debate, in French. &lt;br /&gt;
&lt;br /&gt;
-------&lt;br /&gt;
&lt;br /&gt;
==Movies==&lt;br /&gt;
*BIll Murray Scrooged Not worth rewatching. &lt;br /&gt;
* &amp;quot;Meet me in St. Louis.&amp;quot; The 1944 Judy Garland film is a romantic musical comedy that focuses on four sisters, and it's rarely met a disapproving critic with a 100% Rotten Tomatoes score. &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;A Very Harold &amp;amp; Kumar Christmas&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Chrstimas with the Kranks. &lt;br /&gt;
&lt;br /&gt;
*T34 See that. With Ben &lt;br /&gt;
&lt;br /&gt;
* 1941 Bill murray JohN Belushi comedy.&lt;br /&gt;
&lt;br /&gt;
* The Munsters. &lt;br /&gt;
&lt;br /&gt;
*The Duellists (1978) follows two rival French officers through the Napoleonic Wars. A minor insult sets off a decades-long series of duels between the men, neither willing to abandoned his honor.&lt;br /&gt;
&lt;br /&gt;
*Excalibur (1981) condenses several Arthurian legends into a single spectacular epic. One of the most hypnotic and visionary films of all time.&lt;br /&gt;
&lt;br /&gt;
*The Lady Eve (1941) an extremely funny romantic comedy about a beautiful card shark trying to seduce a bumbling millionaire.&lt;br /&gt;
&lt;br /&gt;
*Russian Ark (2002) follows a ghost and his long-dead aristocrat companion through the Winter Palace in St. Petersburg, bouncing through several hundred years of shared history and culture. Innovative and beautiful; shot in a single take&lt;br /&gt;
&lt;br /&gt;
*Брат (Brother) follows a recently-discharged Russian conscript as he moves to the big city in Yeltsin-era Russia to follow his hitman brother.Брат 2 (2000) picks up immediately where the first film left off, with the conscript and his brother embarking on a twisted adventure to the South Side of Chicago.&lt;br /&gt;
&lt;br /&gt;
*Maverick (1994) is a cocky western comedy starring Mel Gibson as a fast-talking and cowardly gambler trying to scrape together enough money to enter a once-in-a-lifetime poker tournament.&lt;br /&gt;
&lt;br /&gt;
*Hail the Conquering Hero (1944) is about a good-hearted dockworker unable to fight in WW2 due to hayfever, but too ashamed to go home. He is befriended by a squad of recently-returned Marines, whose scheme to return him to his family without losing face quickly snowballs.&lt;br /&gt;
&lt;br /&gt;
Unknown Soldier (2017) tells the largely-ignored story of the Continuation War, a massive conflict between Finland and the Soviet Union that lasted from 1941-1944. Probably the most realistic depiction of WW2 era infantry combat ever filmed.&lt;br /&gt;
&lt;br /&gt;
*In the Line of Fire (1993) is a thriller in which Clint Eastwood faces off against John Malkovich. &lt;br /&gt;
Eastwood plays the sole remaining agent from JFK's secret-service detail. He's tasked with stopping an ex-CIA agent from killing the President.&lt;br /&gt;
&lt;br /&gt;
*The Counselor (2013) was Cormac McCarthy's first ever work for the screen. &lt;br /&gt;
It was universally panned by critics. I liked it so much I bought the screenplay.&lt;br /&gt;
One must judge the movie on its own terms, rather than expecting &amp;quot;No Country for Old Men 2.&amp;quot; It is profound.&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Names&amp;diff=5708</id>
		<title>Names</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Names&amp;diff=5708"/>
		<updated>2022-06-14T14:24:15Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[https://reason.com/volokh/2022/06/13/the-ukraine-v-ukraine-kiev-v-kyiv-turkey-v-turkiye-moscow-v-moskva/?comments=true#comments Professor Eugene Volokh says] of Kiev: &lt;br /&gt;
&lt;br /&gt;
** &amp;quot;In Russian, it's pronounced more or less &amp;quot;Kiev&amp;quot; (&amp;quot;Kee-ehv&amp;quot;), and written in a way that would normally be transliterated &amp;quot;Kiev&amp;quot; in English.&lt;br /&gt;
** In Ukrainian, it's pronounced more or less &amp;quot;Kyiv&amp;quot; (with the &amp;quot;y&amp;quot; sounding like the &amp;quot;y&amp;quot; in &amp;quot;crypt,&amp;quot; though further back in the mouth), and written in a way that would normally be transliterated &amp;quot;Kyiv&amp;quot; in English.&lt;br /&gt;
** But in English, it has historically been pronounced more or less &amp;quot;Kiev,&amp;quot; and written &amp;quot;Kiev,&amp;quot; doubtless because it was borrowed into English from Russian.&lt;br /&gt;
** After all, in English we have our own names for many foreign places. We write and say &amp;quot;Moscow&amp;quot; and not &amp;quot;Moskva,&amp;quot; &amp;quot;Russia&amp;quot; and not &amp;quot;Rossiya,&amp;quot; &amp;quot;Ukraine&amp;quot; and not &amp;quot;Ookraina,&amp;quot; &amp;quot;Florence&amp;quot; and not &amp;quot;Firenze,&amp;quot; &amp;quot;Spain&amp;quot; and not &amp;quot;España.&amp;quot; Indeed, sometimes our names are far indeed from the original: &amp;quot;Germany&amp;quot; and not &amp;quot;Deutschland,&amp;quot; &amp;quot;Albania&amp;quot; and not &amp;quot;Shqiperia,&amp;quot; &amp;quot;Georgia&amp;quot; and not &amp;quot;Sakartvelo.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I'd say the same about Turkey, which is the English name for the country that calls itself &amp;quot;Türkiye&amp;quot;—just as &amp;quot;İngiltere&amp;quot; is apparently the Turkish name for the country that calls itself &amp;quot;England.&amp;quot; I don't think anyone should expect the Turks to change to saying England; why should we expect English speakers to change to saying &amp;quot;Türkiye&amp;quot;? (Greece, by the way, is apparently &amp;quot;Yunanistan&amp;quot; in Turkish, and &amp;quot;Ellada&amp;quot; or &amp;quot;Ellas&amp;quot; in Greek; again, I don't think either Turkish or English or Greek speakers need to change how they pronounce things.)&amp;quot;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Names&amp;diff=5707</id>
		<title>Names</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Names&amp;diff=5707"/>
		<updated>2022-06-14T14:23:52Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: Created page with &amp;quot;*[https://reason.com/volokh/2022/06/13/the-ukraine-v-ukraine-kiev-v-kyiv-turkey-v-turkiye-moscow-v-moskva/?comments=true#comments Professor Eugene Volokh says] of Kiev:   ** I...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[https://reason.com/volokh/2022/06/13/the-ukraine-v-ukraine-kiev-v-kyiv-turkey-v-turkiye-moscow-v-moskva/?comments=true#comments Professor Eugene Volokh says] of Kiev: &lt;br /&gt;
&lt;br /&gt;
** In Russian, it's pronounced more or less &amp;quot;Kiev&amp;quot; (&amp;quot;Kee-ehv&amp;quot;), and written in a way that would normally be transliterated &amp;quot;Kiev&amp;quot; in English.&lt;br /&gt;
** In Ukrainian, it's pronounced more or less &amp;quot;Kyiv&amp;quot; (with the &amp;quot;y&amp;quot; sounding like the &amp;quot;y&amp;quot; in &amp;quot;crypt,&amp;quot; though further back in the mouth), and written in a way that would normally be transliterated &amp;quot;Kyiv&amp;quot; in English.&lt;br /&gt;
** But in English, it has historically been pronounced more or less &amp;quot;Kiev,&amp;quot; and written &amp;quot;Kiev,&amp;quot; doubtless because it was borrowed into English from Russian.&lt;br /&gt;
** After all, in English we have our own names for many foreign places. We write and say &amp;quot;Moscow&amp;quot; and not &amp;quot;Moskva,&amp;quot; &amp;quot;Russia&amp;quot; and not &amp;quot;Rossiya,&amp;quot; &amp;quot;Ukraine&amp;quot; and not &amp;quot;Ookraina,&amp;quot; &amp;quot;Florence&amp;quot; and not &amp;quot;Firenze,&amp;quot; &amp;quot;Spain&amp;quot; and not &amp;quot;España.&amp;quot; Indeed, sometimes our names are far indeed from the original: &amp;quot;Germany&amp;quot; and not &amp;quot;Deutschland,&amp;quot; &amp;quot;Albania&amp;quot; and not &amp;quot;Shqiperia,&amp;quot; &amp;quot;Georgia&amp;quot; and not &amp;quot;Sakartvelo.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I'd say the same about Turkey, which is the English name for the country that calls itself &amp;quot;Türkiye&amp;quot;—just as &amp;quot;İngiltere&amp;quot; is apparently the Turkish name for the country that calls itself &amp;quot;England.&amp;quot; I don't think anyone should expect the Turks to change to saying England; why should we expect English speakers to change to saying &amp;quot;Türkiye&amp;quot;? (Greece, by the way, is apparently &amp;quot;Yunanistan&amp;quot; in Turkish, and &amp;quot;Ellada&amp;quot; or &amp;quot;Ellas&amp;quot; in Greek; again, I don't think either Turkish or English or Greek speakers need to change how they pronounce things.)&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5706</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5706"/>
		<updated>2022-06-14T14:20:49Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Writing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is reached by  http://rasmusen.org/rasmapedia. Top pages: '''[[Music]]''' and '''[[Quotations]]''' and '''[[Words]] ''' and [[Jokes]] and [[Anecdotes]]  and '''[[Books To Read]]''' and '''[[Articles to read]]''' and '''[[iu:main]]''' and [[Notes to Transfer Elsewhere]] and [[Memorable Articles]] and [[Videos]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Commands: &amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 20 align=left&amp;gt;&amp;lt;/html&amp;gt;  &lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
==[[Computers]] and  [[Images]] and [[Movies]] and  [[Candidates for Best Dozen Articles I've Read in 2022]]  ''and  the''  [[MIT Free Speech]] page. ==&lt;br /&gt;
&lt;br /&gt;
==Covid==&lt;br /&gt;
*[[Notes on Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Asymptomatic Spread]] and [[Attacks on covid dissenters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Blunders]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Civil Rights and Rule by Decree]] and [[covid]]  and  [[Covid Gear and Precautions]] and [[Covid Origins]] and [[Covid Party Line Flip Flops]] a&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Death rate]] and [[Covid Defective Thinking]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Epidemiology]] and [[Epidemiologists]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ivermectin]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Law]]   and [[Long Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Masks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid op-eds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pandemic Policy]] and [[Polls]] and  [[Pulse Oximeters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Statistics]] &lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Testing]] and [[Covid: treatments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vaccination]] and [[Ventilation]] and [[Vitamin D]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Economics==&lt;br /&gt;
*[[Notes on Economics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Articles to Read]] &lt;br /&gt;
----&lt;br /&gt;
*[[Business]]&lt;br /&gt;
----&lt;br /&gt;
*[[Coase Theorem Examples]] and [[The Common Carrier Theory of Facebook]]  and [[Contracts]] and [[Convertible Indexed Consols]]&lt;br /&gt;
----&lt;br /&gt;
*[[Data]] and [[Diseconomies of Scale]]&lt;br /&gt;
----&lt;br /&gt;
*[[The economics profession]]  and [[Economistical Arrogance]] and [[Economists--Current]] and  [[Entrepreneurs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Finance]] and [[Free Trade]] &lt;br /&gt;
----&lt;br /&gt;
*[[Game Theory]] and [[Getting a PhD in Economics]]   and [[Government Debt]] and  [[Government Failure]] and [[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[History of Economic Thought]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ Research]] and  [[Inflation]] and [[Insurance]] and  [[The Internet and Its Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Management]] and [[Mathematics]] and  and [[Mechanism Design]] and [[Minimum Wage]] (Card-Krueger New Jersey study)&lt;br /&gt;
----&lt;br /&gt;
*[[Paper Notes]] and [[Parler v. Amazon]] and  [[Paternalism]] and [[Personal investing]]  and [[Poverty]] and [[The economics profession]] and  [[The Prosperity of Ching China]]&lt;br /&gt;
----&lt;br /&gt;
*[[Recycling]] and [[Refereeing]] and [[Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Schumpeter]] and [[Seminar Notes]] and [[Socialism]] and [[Social Regulation]] and [[Statistics]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Taxation in China 1650-1911]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vice]]&lt;br /&gt;
----&lt;br /&gt;
*[[The 2021 Texas Snowfall Electricity Crisis]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
*[[Notes on Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bloomington Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[Childrearing]] and [[Christian Colleges]] and [[College Majors]] and  [[Colleges]]&lt;br /&gt;
----&lt;br /&gt;
*[[DEI]] bureaucrats&lt;br /&gt;
----&lt;br /&gt;
*[[Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Failure]]&lt;br /&gt;
---- &lt;br /&gt;
*[[Good Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Indiana Free Speech Survey]] and [[IU Trustees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Private Schools]] and [[Proofs-- Bad Ones]] &lt;br /&gt;
----&lt;br /&gt;
*[[SAT Test]] and [[School Discipline]] and [[Sexual Abuse by Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Teaching]] and [[Test Prep]] and  [[Test Scores]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]] and [[Uni High]] and [[Unionized Schools]] and [[Universities]]  and [[University Reform]]&lt;br /&gt;
&lt;br /&gt;
==Law==&lt;br /&gt;
*[[Notes on Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Amy Chua]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
----&lt;br /&gt;
*[[Clothing]] and [[The Common Carrier Theory of Facebook]] and [[Con Law]] and [[Contracts]] and [[Copyright]] and [[Crime]]&lt;br /&gt;
----&lt;br /&gt;
*[[Defamation]] and [[Department of Justice]] and [[Disbarring]] evil lawyers&lt;br /&gt;
----&lt;br /&gt;
*[[Embargo]] Contracts for News&lt;br /&gt;
----&lt;br /&gt;
*[[False Accusations]] and the [[FBI]] and [[FOIA]] and   [[Free Speech Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Hunter Biden's Admission to Yale Law School]] and  [[Hyperlink in Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Impeachment]] and [[The Indiana Legal Trust]]  and [[Injunctions--National]] and the [[IU Trustees]] and [[Intellectual property]] and [[International Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Lawyers]]  and  [[Legalism]] in religion  and  [[Leviticus]] and  [[Litigation Finance]]&lt;br /&gt;
----&lt;br /&gt;
*[[Meriwether Case of Administration Persecution]] and [[Morality Laws]]&lt;br /&gt;
----&lt;br /&gt;
*[[Natural Law]] and [[Nondisclosure Clauses]]&lt;br /&gt;
----&lt;br /&gt;
*[[Opium War Arsenic Poisoning]] and [[Oral Argument]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pardons]]  and   and  [[Parler company]]  and [[Patents]] and [[Poison Pills]] and  [[Police Shootings]] and  [[Police Tactics]] and  and [[Precedent]] and [[Preliminary Injunctions]] and  [[Product Law: Fraud, Trademark, Copyright, Patent]] and [[Property Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ranking Law Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Settlements]] and  [[Settlement That Hurt the Public]]  and  [[Specific versus General Jurisdiction for Corporations]] and the [[Supreme Court]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tax Law]]   and  [[Title IX Law]]  and [[Torts]] and   [[Transition Rules in Administrative Law]] and [[Trent Colbert]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]]  and [[University Governance]]&lt;br /&gt;
----&lt;br /&gt;
*[[What Is the Law?]]&lt;br /&gt;
----&lt;br /&gt;
*Yale Law School's [[Amy Chua]] and [[Trent Colbert]]. &lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Living==&lt;br /&gt;
*[[Notes on Living]]&lt;br /&gt;
----&lt;br /&gt;
*[[Advice]] and  [[Air Travel]] and [[Architecture]] and  [[Art]] &lt;br /&gt;
----&lt;br /&gt;
*'''[[Badly Designed Products]]''' and  [[Beauty]] and  [[Best Things of 2020]] and [[Best Things of 2021]] and [[Candidates for Best Dozen Articles I've Read in 2021]]  and  [[Bloomington Employers]] and [[Best Dozen Articles of 2022]]&lt;br /&gt;
----&lt;br /&gt;
*[[Card games]] and [[Social Class|Class]] and [[Computers]] and  [[Conversation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Death]] and [[Design]] and [[Dry Ice]] and [[Drinks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]] and [[Fishing]] and [[Food]]    and [[Friends]]&lt;br /&gt;
----&lt;br /&gt;
*[[Games]]  and  [[Gardening]]  and  [[Guns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Happiness]]  and  [[Hardware]]  and  [[Holidays]]  and  [[Hunting]]&lt;br /&gt;
----&lt;br /&gt;
*[[Inventions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Job Interviews]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Marriage]]  and  [[Movies]]    and  [[Musical Instruments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Obesity]]  and  [[Obituaries]] and [[An Old Man's Stories]] and [[Organization]]&lt;br /&gt;
----&lt;br /&gt;
*[[Parenting]]  and [[Parties]] and [[Places]] and  [[Places to Go]]   and  [[Presents]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Rugs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Search engines]]  and  [[Shopping]]  and  [[Sickness]]  and  [[Smoking]] and and [[Social Class]]  and  [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tools]]  and  [[TV]]&lt;br /&gt;
----&lt;br /&gt;
*[[Units of Measurement]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Politics==&lt;br /&gt;
*[[Notes on Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Biden Administration]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[The CIA]] and [[The Common Carrier Theory of Facebook]]  and  [[Communists]] and [[Conservatives]] and  [[Corruption]] and  [[Countries]] and [[Covid-19]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Deep State]] and [[Dictators]] and [[Diplomats]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Elections]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Filibusters]]  and [[Fraud in Government Programs]] and [[Free Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Government Design]] (constitutions, civil service, etc.) &lt;br /&gt;
----&lt;br /&gt;
*[[Hate hoaxes]] and [[History and Political Tactics for Our Time]]&lt;br /&gt;
----&lt;br /&gt;
*[[Identity Politics/Tribalism]] and [[Immigration]] and [[Impeachment]] and [[The Imperial Presidency]] and [[Indiana Politics]] and [[Inequality]] and [[Israel]]&lt;br /&gt;
----&lt;br /&gt;
*The January 6 incident:  [[2020 Capitol Crowd]] and  [[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Kamala Harris As   Prostitute]]&lt;br /&gt;
----&lt;br /&gt;
*[[Liberals]] and [[Letter to People Who Might Vote for Biden]]  and [[Liberals and Beauty]] and [[Luxury Beliefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Media]] and [[Military Spending]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Nation]] and [[Nixon]] and [[Nuclear power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Political philosophy]]   and  [[Political Prisoners in the US]] and [[Politicians]] and [[Politics generally]] and  [[Politics]]  and [[Polls]] and [[Pontius Pilate As Politician]]&lt;br /&gt;
*[[Practical Tips on Woke Mobbing]]&lt;br /&gt;
*[[The Press as an arm of the Democratic Party]]  &lt;br /&gt;
*[[Public Intellectuals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Race]] and   [[Redistricting]] and  [[Richard II, Rebellion, and Right]] and  [[Riker Book]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Social Policy]] and the [[Southern Poverty Law Center (SPLC)]] and  [[Subversion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tactics  to Fight Cancelling]] and [[&amp;quot;This Land Is My Land&amp;quot;]]&lt;br /&gt;
----&lt;br /&gt;
*[[U.K. Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vote Fraud]] and [[Voting]]&lt;br /&gt;
----&lt;br /&gt;
*[[War]] and [[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Religion==&lt;br /&gt;
*[[Notes on Religion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Anti-Semitism]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Bible]] and  [[Bible Translations]]  and [[Useful Bible Verses]] and   [[Bloomington Churches]] and [[Books]]&lt;br /&gt;
----&lt;br /&gt;
*[[Christian Business]] and [[Christian Colleges]] and [[Christmas]] and   [[Church Buildings]]   and  [[Church Discpline]]&lt;br /&gt;
----&lt;br /&gt;
*[[Deificatio]] and [[Dissolution of the Monasteries]] and [[Donations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ecclesiology]]    and  [[Ethics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Faith versus Works]] and  [[Forgiveness versus Justice]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Good Churches in Various Towns across America]] and  [[The Good Shepherd]]&lt;br /&gt;
----&lt;br /&gt;
*[[Head Coverings]] and [[Holidays]]  and  [[Hymns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Immortality]] and [[Inerrancy]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Law As an Expression of God's Character]] and   [[Legalism]]  and  [[Leviticus]]&lt;br /&gt;
----&lt;br /&gt;
*[[Making your own Christmas cards folding 8x11 paper]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Name of God]] and  [[The National Anthem as Idolatry]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pastors]]  and  [[Peter's Denial]]   and [[Polls: Religion]] and  [[Political Economy in the Bible]] and  [[Pontius Pilate As Politician]]  and  [[Prayer]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Religion in America]] and [[The Rites Controversy in China]]  and  [[Roman Catholicism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Theology]] and  [[The twelve days of Christmas]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
*[[Bankruptcy--Casey and Macey on Hertz and Absolute Priority]]&lt;br /&gt;
*[[Bankruptcy--Skeel on Christian Bankruptcy]]&lt;br /&gt;
*[[Equity-- Why Not Have Enough?]] and  [[Euclid]] and [[Evaluation in Organizations]]&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
*[[Heteroskedasticity]] and [[Hundred Flowers Bloom Model]] &lt;br /&gt;
*[[The Indiana Litigation Trust]] (formerly named [[The Indiana Legal Trust]])&lt;br /&gt;
*[[Nondisclosure Clauses]]&lt;br /&gt;
*[[An Old Man's Stories]] and [[Ostracism in Japan]] and [[Outliers]]&lt;br /&gt;
*[[Regulation Book]]&lt;br /&gt;
*[[Riker Book]]&lt;br /&gt;
*[[Shrinkage]]&lt;br /&gt;
*[[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]&lt;br /&gt;
*[[1933 Germany]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Science==&lt;br /&gt;
*[[Animals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cicadas]]  and  [[Covid-19]]&lt;br /&gt;
----&lt;br /&gt;
*[[The FDA]]&lt;br /&gt;
----&lt;br /&gt;
*[[Geology]]  and  [[Global Warming]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ]]&lt;br /&gt;
----&lt;br /&gt;
*[[Math]] and  [[Medicine]] and [[Mushrooms]]&lt;br /&gt;
----&lt;br /&gt;
*[[Nuclear Power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Plants]]  and  [[Pollution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Short Circuits]]&lt;br /&gt;
----&lt;br /&gt;
*[[Trees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Zeno's Paradox of Achilles and the Tortoise]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Thinking==&lt;br /&gt;
*[[Notes on Thinking]]&lt;br /&gt;
----&lt;br /&gt;
*[[ Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bayes's Rule]] and [[Bias]] and [[Bias in Research]]  and  [[Boasting]]   and  [[Books for My Children To Read]]  and  [[Books I Find Myself Reading Over and Over]]&lt;br /&gt;
----&lt;br /&gt;
*[[Comments]] on the Internet, and [[C. P. Snow, Good Judgement and Winston Churchill]]&lt;br /&gt;
----&lt;br /&gt;
*[[Definitions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ethics]]  and  [[The Exception That Proves the Rule]]  and  [[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Feeling versus Thinking]]  and  [[Francis Bacon's Four Idols]]     and  [[Freedom of Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Innovation]]  and [[Intelligence]]&lt;br /&gt;
----&lt;br /&gt;
*[[Man and Woman]]  and  [[Models and Heuristics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Persuasion]] and [[Psychology]]&lt;br /&gt;
----&lt;br /&gt;
*[[Randomness]] and [[Reading]] and [[Remembering to Think]]&lt;br /&gt;
----&lt;br /&gt;
*[[Self-Esteem]] and [[Selfishness]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Three Kinds of  Concluding: Logic, Intuition, Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Writing==&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]. See also  [[Coding]] and [[Tables of Numbers]] and [[Figures and Diagrams]] and [[Social media]]  and [https://www.rasmusen.org/blog1/c-p-snow-good-judgement-and-winston-churchill/  C. P. Snow, Good Judgement and Winston Churchill ] and [https://www.rasmusen.org/blog1/indefinite-pronouns/   Indefinite Pronouns ]  and [https://www.rasmusen.org/blog1/writing-right-right-away/  Writing Right Right Now.  ]  and [https://www.rasmusen.org/blog1/style-manual/   Writing Style.  ]  and [https://www.rasmusen.org/blog1/rewriting-abstracts/  Rewriting Abstracts ]  and [https://www.rasmusen.org/blog1/diagrams/   Diagrams.  ]  and [[Careful Writing Requires Work]].&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Ambiguity]] and  [[Anonymity]] and [[Articles on Writing]] and  [[Audience]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Language]] and  [[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]  and  [[Big Picture Overview Writing]]  and  [[Big Words]]  and  [[Book reviews: Curiosity, by F.H. Buckley]]&lt;br /&gt;
----&lt;br /&gt;
*[[Candidates for Best Dozen Articles I've Read in 2021]] and [[Citation]] and getting [[Comments]] and  [[Conferences]] and  [[Cover Pages]]&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Examples of Seminar Handouts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Fallacies]]  and  [[Fiction Links]]  and  [[Footnotes]]&lt;br /&gt;
----&lt;br /&gt;
*[[Handouts]]  and [[Handwriting]] and  [[How to Run Online Talks]] and  [[Hyperlinks and the List of Authorities in Legal Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[&amp;quot;Impact&amp;quot; As a Verb]]&lt;br /&gt;
----&lt;br /&gt;
*[[Journals]] and [[Journalism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Listening]] &lt;br /&gt;
----&lt;br /&gt;
*[[Math Writing]] and  [[Mockery and Name-Calling]]&lt;br /&gt;
----&lt;br /&gt;
*[[Names]] and [[Novels I Like]]&lt;br /&gt;
----&lt;br /&gt;
*[[Orthography]]&lt;br /&gt;
----&lt;br /&gt;
*[[PhD students]] and [[Phrases]] and  [[Poems]]  and  [[Procrastination]] and [[The Publishing Business]]   and  [[Punctuation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Quotation style]] &lt;br /&gt;
----&lt;br /&gt;
*[[Reading]] as an activity and [[Books to Read]] and [[Rejection]] and [[Rhetorical Phrases]]&lt;br /&gt;
----&lt;br /&gt;
*[[Songs]] and [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Talking]]   and  [[Teaching Writing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Using foreign names of people and countries]] &lt;br /&gt;
----&lt;br /&gt;
*[[Wikipedia]]  and  [[Writing]]   and  [[Writing Style in the Internet Age]]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
----&lt;br /&gt;
*[[Deaths, Mysterious]] and [[Despised Ethnic Groups]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]]&lt;br /&gt;
----&lt;br /&gt;
*[[History]] and [[Homosexuality]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]] and [[Korean Dialects]]&lt;br /&gt;
----&lt;br /&gt;
*[[Machiavelli,  W.E.B. Du Bois, and Their Friends]] and [[Maps]]&lt;br /&gt;
----&lt;br /&gt;
*[[Places]] and [[Profit Opportunities]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Administrative and Wikimedia Help==&lt;br /&gt;
*[[Twitter Tweets]]&lt;br /&gt;
*[[Using MediaWiki for organizing your personal website]]  and &lt;br /&gt;
*[[Rasmapedia administration]]   &lt;br /&gt;
*[[Notes on various things]]&lt;br /&gt;
*[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]&lt;br /&gt;
*[https://en.wikipedia.org/w/index.php?title=User:Editeur24/sandbox&amp;amp;redirect=no My Wikipedia useful command page].&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
* for bullet points&lt;br /&gt;
# with nothing after it, for a blank line&lt;br /&gt;
*(1) is how I like to do numbered lists. It is better than using #&lt;br /&gt;
&amp;lt;nowiki&amp;gt;no [[wiki]] ''markup''&amp;lt;/nowiki&amp;gt;  escaping the language&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;This is a gray blockquote&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 &amp;lt;!-- This is a comment --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 [[MediaWiki:Common.css]]&lt;br /&gt;
&lt;br /&gt;
 I have not figured out how to include templates. The documentation is bad on how to include them in a wiki. &lt;br /&gt;
&lt;br /&gt;
===Templates===&lt;br /&gt;
*[[template:Quotation]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Supreme_Court&amp;diff=5705</id>
		<title>Supreme Court</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Supreme_Court&amp;diff=5705"/>
		<updated>2022-06-13T20:43:53Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*''eBay Inc. v. MercExchange L.L.C.''  547 U.S. 388  (2006). Unanimous Thomas opinion that confused preliminary with permanent injunctions.  [https://heinonline.org/HOL/Page?handle=hein.journals/emlj61&amp;amp;id=787&amp;amp;collection=journals&amp;amp;index= &amp;quot;How Supreme Court Justices Move the Law,&amp;quot;]  Hasen, Richard.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Supreme_Court&amp;diff=5704</id>
		<title>Supreme Court</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Supreme_Court&amp;diff=5704"/>
		<updated>2022-06-13T20:43:06Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: Created page with &amp;quot;*''eBay Inc. v. MercExchange L.L.C.''  547 U.S. 388  (2006). Unanimous Thomas opinion that confused preliminary with permanent injunctions. e  [https://heinonline.org/HOL/Page...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*''eBay Inc. v. MercExchange L.L.C.''  547 U.S. 388  (2006). Unanimous Thomas opinion that confused preliminary with permanent injunctions. e  [https://heinonline.org/HOL/Page?handle=hein.journals/emlj61&amp;amp;id=787&amp;amp;collection=journals&amp;amp;index= &amp;quot;How Supreme Court Justices Move the Law,&amp;quot;]  Hasen, Richard.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Preliminary_Injunctions&amp;diff=5703</id>
		<title>Preliminary Injunctions</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Preliminary_Injunctions&amp;diff=5703"/>
		<updated>2022-06-13T20:42:50Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: Created page with &amp;quot;*''eBay Inc. v. MercExchange L.L.C.''  547 U.S. 388  (2006). Unanimous Thomas opinion that confused preliminary with permanent injunctions. e  [https://heinonline.org/HOL/Page...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*''eBay Inc. v. MercExchange L.L.C.''  547 U.S. 388  (2006). Unanimous Thomas opinion that confused preliminary with permanent injunctions. e  [https://heinonline.org/HOL/Page?handle=hein.journals/emlj61&amp;amp;id=787&amp;amp;collection=journals&amp;amp;index= &amp;quot;How Supreme Court Justices Move the Law,&amp;quot;]  Hasen, Richard.&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5702</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5702"/>
		<updated>2022-06-13T20:40:56Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is reached by  http://rasmusen.org/rasmapedia. Top pages: '''[[Music]]''' and '''[[Quotations]]''' and '''[[Words]] ''' and [[Jokes]] and [[Anecdotes]]  and '''[[Books To Read]]''' and '''[[Articles to read]]''' and '''[[iu:main]]''' and [[Notes to Transfer Elsewhere]] and [[Memorable Articles]] and [[Videos]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Commands: &amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 20 align=left&amp;gt;&amp;lt;/html&amp;gt;  &lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
==[[Computers]] and  [[Images]] and [[Movies]] and  [[Candidates for Best Dozen Articles I've Read in 2022]]  ''and  the''  [[MIT Free Speech]] page. ==&lt;br /&gt;
&lt;br /&gt;
==Covid==&lt;br /&gt;
*[[Notes on Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Asymptomatic Spread]] and [[Attacks on covid dissenters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Blunders]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Civil Rights and Rule by Decree]] and [[covid]]  and  [[Covid Gear and Precautions]] and [[Covid Origins]] and [[Covid Party Line Flip Flops]] a&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Death rate]] and [[Covid Defective Thinking]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Epidemiology]] and [[Epidemiologists]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ivermectin]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Law]]   and [[Long Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Masks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid op-eds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pandemic Policy]] and [[Polls]] and  [[Pulse Oximeters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Statistics]] &lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Testing]] and [[Covid: treatments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vaccination]] and [[Ventilation]] and [[Vitamin D]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Economics==&lt;br /&gt;
*[[Notes on Economics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Articles to Read]] &lt;br /&gt;
----&lt;br /&gt;
*[[Business]]&lt;br /&gt;
----&lt;br /&gt;
*[[Coase Theorem Examples]] and [[The Common Carrier Theory of Facebook]]  and [[Contracts]] and [[Convertible Indexed Consols]]&lt;br /&gt;
----&lt;br /&gt;
*[[Data]] and [[Diseconomies of Scale]]&lt;br /&gt;
----&lt;br /&gt;
*[[The economics profession]]  and [[Economistical Arrogance]] and [[Economists--Current]] and  [[Entrepreneurs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Finance]] and [[Free Trade]] &lt;br /&gt;
----&lt;br /&gt;
*[[Game Theory]] and [[Getting a PhD in Economics]]   and [[Government Debt]] and  [[Government Failure]] and [[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[History of Economic Thought]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ Research]] and  [[Inflation]] and [[Insurance]] and  [[The Internet and Its Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Management]] and [[Mathematics]] and  and [[Mechanism Design]] and [[Minimum Wage]] (Card-Krueger New Jersey study)&lt;br /&gt;
----&lt;br /&gt;
*[[Paper Notes]] and [[Parler v. Amazon]] and  [[Paternalism]] and [[Personal investing]]  and [[Poverty]] and [[The economics profession]] and  [[The Prosperity of Ching China]]&lt;br /&gt;
----&lt;br /&gt;
*[[Recycling]] and [[Refereeing]] and [[Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Schumpeter]] and [[Seminar Notes]] and [[Socialism]] and [[Social Regulation]] and [[Statistics]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Taxation in China 1650-1911]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vice]]&lt;br /&gt;
----&lt;br /&gt;
*[[The 2021 Texas Snowfall Electricity Crisis]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
*[[Notes on Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bloomington Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[Childrearing]] and [[Christian Colleges]] and [[College Majors]] and  [[Colleges]]&lt;br /&gt;
----&lt;br /&gt;
*[[DEI]] bureaucrats&lt;br /&gt;
----&lt;br /&gt;
*[[Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Failure]]&lt;br /&gt;
---- &lt;br /&gt;
*[[Good Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Indiana Free Speech Survey]] and [[IU Trustees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Private Schools]] and [[Proofs-- Bad Ones]] &lt;br /&gt;
----&lt;br /&gt;
*[[SAT Test]] and [[School Discipline]] and [[Sexual Abuse by Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Teaching]] and [[Test Prep]] and  [[Test Scores]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]] and [[Uni High]] and [[Unionized Schools]] and [[Universities]]  and [[University Reform]]&lt;br /&gt;
&lt;br /&gt;
==Law==&lt;br /&gt;
*[[Notes on Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Amy Chua]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
----&lt;br /&gt;
*[[Clothing]] and [[The Common Carrier Theory of Facebook]] and [[Con Law]] and [[Contracts]] and [[Copyright]] and [[Crime]]&lt;br /&gt;
----&lt;br /&gt;
*[[Defamation]] and [[Department of Justice]] and [[Disbarring]] evil lawyers&lt;br /&gt;
----&lt;br /&gt;
*[[Embargo]] Contracts for News&lt;br /&gt;
----&lt;br /&gt;
*[[False Accusations]] and the [[FBI]] and [[FOIA]] and   [[Free Speech Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Hunter Biden's Admission to Yale Law School]] and  [[Hyperlink in Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Impeachment]] and [[The Indiana Legal Trust]]  and [[Injunctions--National]] and the [[IU Trustees]] and [[Intellectual property]] and [[International Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Lawyers]]  and  [[Legalism]] in religion  and  [[Leviticus]] and  [[Litigation Finance]]&lt;br /&gt;
----&lt;br /&gt;
*[[Meriwether Case of Administration Persecution]] and [[Morality Laws]]&lt;br /&gt;
----&lt;br /&gt;
*[[Natural Law]] and [[Nondisclosure Clauses]]&lt;br /&gt;
----&lt;br /&gt;
*[[Opium War Arsenic Poisoning]] and [[Oral Argument]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pardons]]  and   and  [[Parler company]]  and [[Patents]] and [[Poison Pills]] and  [[Police Shootings]] and  [[Police Tactics]] and  and [[Precedent]] and [[Preliminary Injunctions]] and  [[Product Law: Fraud, Trademark, Copyright, Patent]] and [[Property Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ranking Law Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Settlements]] and  [[Settlement That Hurt the Public]]  and  [[Specific versus General Jurisdiction for Corporations]] and the [[Supreme Court]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tax Law]]   and  [[Title IX Law]]  and [[Torts]] and   [[Transition Rules in Administrative Law]] and [[Trent Colbert]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]]  and [[University Governance]]&lt;br /&gt;
----&lt;br /&gt;
*[[What Is the Law?]]&lt;br /&gt;
----&lt;br /&gt;
*Yale Law School's [[Amy Chua]] and [[Trent Colbert]]. &lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Living==&lt;br /&gt;
*[[Notes on Living]]&lt;br /&gt;
----&lt;br /&gt;
*[[Advice]] and  [[Air Travel]] and [[Architecture]] and  [[Art]] &lt;br /&gt;
----&lt;br /&gt;
*'''[[Badly Designed Products]]''' and  [[Beauty]] and  [[Best Things of 2020]] and [[Best Things of 2021]] and [[Candidates for Best Dozen Articles I've Read in 2021]]  and  [[Bloomington Employers]] and [[Best Dozen Articles of 2022]]&lt;br /&gt;
----&lt;br /&gt;
*[[Card games]] and [[Social Class|Class]] and [[Computers]] and  [[Conversation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Death]] and [[Design]] and [[Dry Ice]] and [[Drinks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]] and [[Fishing]] and [[Food]]    and [[Friends]]&lt;br /&gt;
----&lt;br /&gt;
*[[Games]]  and  [[Gardening]]  and  [[Guns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Happiness]]  and  [[Hardware]]  and  [[Holidays]]  and  [[Hunting]]&lt;br /&gt;
----&lt;br /&gt;
*[[Inventions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Job Interviews]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Marriage]]  and  [[Movies]]    and  [[Musical Instruments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Obesity]]  and  [[Obituaries]] and [[An Old Man's Stories]] and [[Organization]]&lt;br /&gt;
----&lt;br /&gt;
*[[Parenting]]  and [[Parties]] and [[Places]] and  [[Places to Go]]   and  [[Presents]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Rugs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Search engines]]  and  [[Shopping]]  and  [[Sickness]]  and  [[Smoking]] and and [[Social Class]]  and  [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tools]]  and  [[TV]]&lt;br /&gt;
----&lt;br /&gt;
*[[Units of Measurement]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Politics==&lt;br /&gt;
*[[Notes on Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Biden Administration]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[The CIA]] and [[The Common Carrier Theory of Facebook]]  and  [[Communists]] and [[Conservatives]] and  [[Corruption]] and  [[Countries]] and [[Covid-19]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Deep State]] and [[Dictators]] and [[Diplomats]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Elections]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Filibusters]]  and [[Fraud in Government Programs]] and [[Free Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Government Design]] (constitutions, civil service, etc.) &lt;br /&gt;
----&lt;br /&gt;
*[[Hate hoaxes]] and [[History and Political Tactics for Our Time]]&lt;br /&gt;
----&lt;br /&gt;
*[[Identity Politics/Tribalism]] and [[Immigration]] and [[Impeachment]] and [[The Imperial Presidency]] and [[Indiana Politics]] and [[Inequality]] and [[Israel]]&lt;br /&gt;
----&lt;br /&gt;
*The January 6 incident:  [[2020 Capitol Crowd]] and  [[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Kamala Harris As   Prostitute]]&lt;br /&gt;
----&lt;br /&gt;
*[[Liberals]] and [[Letter to People Who Might Vote for Biden]]  and [[Liberals and Beauty]] and [[Luxury Beliefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Media]] and [[Military Spending]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Nation]] and [[Nixon]] and [[Nuclear power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Political philosophy]]   and  [[Political Prisoners in the US]] and [[Politicians]] and [[Politics generally]] and  [[Politics]]  and [[Polls]] and [[Pontius Pilate As Politician]]&lt;br /&gt;
*[[Practical Tips on Woke Mobbing]]&lt;br /&gt;
*[[The Press as an arm of the Democratic Party]]  &lt;br /&gt;
*[[Public Intellectuals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Race]] and   [[Redistricting]] and  [[Richard II, Rebellion, and Right]] and  [[Riker Book]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Social Policy]] and the [[Southern Poverty Law Center (SPLC)]] and  [[Subversion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tactics  to Fight Cancelling]] and [[&amp;quot;This Land Is My Land&amp;quot;]]&lt;br /&gt;
----&lt;br /&gt;
*[[U.K. Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vote Fraud]] and [[Voting]]&lt;br /&gt;
----&lt;br /&gt;
*[[War]] and [[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Religion==&lt;br /&gt;
*[[Notes on Religion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Anti-Semitism]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Bible]] and  [[Bible Translations]]  and [[Useful Bible Verses]] and   [[Bloomington Churches]] and [[Books]]&lt;br /&gt;
----&lt;br /&gt;
*[[Christian Business]] and [[Christian Colleges]] and [[Christmas]] and   [[Church Buildings]]   and  [[Church Discpline]]&lt;br /&gt;
----&lt;br /&gt;
*[[Deificatio]] and [[Dissolution of the Monasteries]] and [[Donations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ecclesiology]]    and  [[Ethics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Faith versus Works]] and  [[Forgiveness versus Justice]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Good Churches in Various Towns across America]] and  [[The Good Shepherd]]&lt;br /&gt;
----&lt;br /&gt;
*[[Head Coverings]] and [[Holidays]]  and  [[Hymns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Immortality]] and [[Inerrancy]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Law As an Expression of God's Character]] and   [[Legalism]]  and  [[Leviticus]]&lt;br /&gt;
----&lt;br /&gt;
*[[Making your own Christmas cards folding 8x11 paper]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Name of God]] and  [[The National Anthem as Idolatry]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pastors]]  and  [[Peter's Denial]]   and [[Polls: Religion]] and  [[Political Economy in the Bible]] and  [[Pontius Pilate As Politician]]  and  [[Prayer]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Religion in America]] and [[The Rites Controversy in China]]  and  [[Roman Catholicism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Theology]] and  [[The twelve days of Christmas]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
*[[Bankruptcy--Casey and Macey on Hertz and Absolute Priority]]&lt;br /&gt;
*[[Bankruptcy--Skeel on Christian Bankruptcy]]&lt;br /&gt;
*[[Equity-- Why Not Have Enough?]] and  [[Euclid]] and [[Evaluation in Organizations]]&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
*[[Heteroskedasticity]] and [[Hundred Flowers Bloom Model]] &lt;br /&gt;
*[[The Indiana Litigation Trust]] (formerly named [[The Indiana Legal Trust]])&lt;br /&gt;
*[[Nondisclosure Clauses]]&lt;br /&gt;
*[[An Old Man's Stories]] and [[Ostracism in Japan]] and [[Outliers]]&lt;br /&gt;
*[[Regulation Book]]&lt;br /&gt;
*[[Riker Book]]&lt;br /&gt;
*[[Shrinkage]]&lt;br /&gt;
*[[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]&lt;br /&gt;
*[[1933 Germany]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Science==&lt;br /&gt;
*[[Animals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cicadas]]  and  [[Covid-19]]&lt;br /&gt;
----&lt;br /&gt;
*[[The FDA]]&lt;br /&gt;
----&lt;br /&gt;
*[[Geology]]  and  [[Global Warming]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ]]&lt;br /&gt;
----&lt;br /&gt;
*[[Math]] and  [[Medicine]] and [[Mushrooms]]&lt;br /&gt;
----&lt;br /&gt;
*[[Nuclear Power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Plants]]  and  [[Pollution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Short Circuits]]&lt;br /&gt;
----&lt;br /&gt;
*[[Trees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Zeno's Paradox of Achilles and the Tortoise]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Thinking==&lt;br /&gt;
*[[Notes on Thinking]]&lt;br /&gt;
----&lt;br /&gt;
*[[ Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bayes's Rule]] and [[Bias]] and [[Bias in Research]]  and  [[Boasting]]   and  [[Books for My Children To Read]]  and  [[Books I Find Myself Reading Over and Over]]&lt;br /&gt;
----&lt;br /&gt;
*[[Comments]] on the Internet, and [[C. P. Snow, Good Judgement and Winston Churchill]]&lt;br /&gt;
----&lt;br /&gt;
*[[Definitions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ethics]]  and  [[The Exception That Proves the Rule]]  and  [[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Feeling versus Thinking]]  and  [[Francis Bacon's Four Idols]]     and  [[Freedom of Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Innovation]]  and [[Intelligence]]&lt;br /&gt;
----&lt;br /&gt;
*[[Man and Woman]]  and  [[Models and Heuristics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Persuasion]] and [[Psychology]]&lt;br /&gt;
----&lt;br /&gt;
*[[Randomness]] and [[Reading]] and [[Remembering to Think]]&lt;br /&gt;
----&lt;br /&gt;
*[[Self-Esteem]] and [[Selfishness]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Three Kinds of  Concluding: Logic, Intuition, Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Writing==&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]. See also  [[Coding]] and [[Tables of Numbers]] and [[Figures and Diagrams]] and [[Social media]]  and [https://www.rasmusen.org/blog1/c-p-snow-good-judgement-and-winston-churchill/  C. P. Snow, Good Judgement and Winston Churchill ] and [https://www.rasmusen.org/blog1/indefinite-pronouns/   Indefinite Pronouns ]  and [https://www.rasmusen.org/blog1/writing-right-right-away/  Writing Right Right Now.  ]  and [https://www.rasmusen.org/blog1/style-manual/   Writing Style.  ]  and [https://www.rasmusen.org/blog1/rewriting-abstracts/  Rewriting Abstracts ]  and [https://www.rasmusen.org/blog1/diagrams/   Diagrams.  ]  and [[Careful Writing Requires Work]].&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Ambiguity]] and  [[Anonymity]] and [[Articles on Writing]] and  [[Audience]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Language]] and  [[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]  and  [[Big Picture Overview Writing]]  and  [[Big Words]]  and  [[Book reviews: Curiosity, by F.H. Buckley]]&lt;br /&gt;
----&lt;br /&gt;
*[[Candidates for Best Dozen Articles I've Read in 2021]] and [[Citation]] and getting [[Comments]] and  [[Conferences]] and  [[Cover Pages]]&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Examples of Seminar Handouts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Fallacies]]  and  [[Fiction Links]]  and  [[Footnotes]]&lt;br /&gt;
----&lt;br /&gt;
*[[Handouts]]  and [[Handwriting]] and  [[How to Run Online Talks]] and  [[Hyperlinks and the List of Authorities in Legal Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[&amp;quot;Impact&amp;quot; As a Verb]]&lt;br /&gt;
----&lt;br /&gt;
*[[Journals]] and [[Journalism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Listening]] &lt;br /&gt;
----&lt;br /&gt;
*[[Math Writing]] and  [[Mockery and Name-Calling]]&lt;br /&gt;
----&lt;br /&gt;
*[[Novels I Like]]&lt;br /&gt;
----&lt;br /&gt;
*[[Orthography]]&lt;br /&gt;
----&lt;br /&gt;
*[[PhD students]] and [[Phrases]] and  [[Poems]]  and  [[Procrastination]] and [[The Publishing Business]]   and  [[Punctuation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Quotation style]] &lt;br /&gt;
----&lt;br /&gt;
*[[Reading]] as an activity and [[Books to Read]] and [[Rejection]] and [[Rhetorical Phrases]]&lt;br /&gt;
----&lt;br /&gt;
*[[Songs]] and [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Talking]]   and  [[Teaching Writing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Using foreign names of people and countries]] &lt;br /&gt;
----&lt;br /&gt;
*[[Wikipedia]]  and  [[Writing]]   and  [[Writing Style in the Internet Age]]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
----&lt;br /&gt;
*[[Deaths, Mysterious]] and [[Despised Ethnic Groups]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]]&lt;br /&gt;
----&lt;br /&gt;
*[[History]] and [[Homosexuality]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]] and [[Korean Dialects]]&lt;br /&gt;
----&lt;br /&gt;
*[[Machiavelli,  W.E.B. Du Bois, and Their Friends]] and [[Maps]]&lt;br /&gt;
----&lt;br /&gt;
*[[Places]] and [[Profit Opportunities]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Administrative and Wikimedia Help==&lt;br /&gt;
*[[Twitter Tweets]]&lt;br /&gt;
*[[Using MediaWiki for organizing your personal website]]  and &lt;br /&gt;
*[[Rasmapedia administration]]   &lt;br /&gt;
*[[Notes on various things]]&lt;br /&gt;
*[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]&lt;br /&gt;
*[https://en.wikipedia.org/w/index.php?title=User:Editeur24/sandbox&amp;amp;redirect=no My Wikipedia useful command page].&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
* for bullet points&lt;br /&gt;
# with nothing after it, for a blank line&lt;br /&gt;
*(1) is how I like to do numbered lists. It is better than using #&lt;br /&gt;
&amp;lt;nowiki&amp;gt;no [[wiki]] ''markup''&amp;lt;/nowiki&amp;gt;  escaping the language&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;This is a gray blockquote&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 &amp;lt;!-- This is a comment --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 [[MediaWiki:Common.css]]&lt;br /&gt;
&lt;br /&gt;
 I have not figured out how to include templates. The documentation is bad on how to include them in a wiki. &lt;br /&gt;
&lt;br /&gt;
===Templates===&lt;br /&gt;
*[[template:Quotation]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Jokes&amp;diff=5665</id>
		<title>Jokes</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Jokes&amp;diff=5665"/>
		<updated>2022-05-30T18:27:56Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* The Old Lady Looking from the Attic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; This page should eventually be split into: [[Jokes to convey ideas]], [[Humor]],  [[Satire]], and [[Cartoons]]. &lt;br /&gt;
 &lt;br /&gt;
==Math Jokes==&lt;br /&gt;
===Dear Algebra Teachers===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dear algebra teacher,&lt;br /&gt;
&lt;br /&gt;
Please stop trying to make us find your x.  &lt;br /&gt;
&lt;br /&gt;
She's not coming back.&lt;br /&gt;
&lt;br /&gt;
We don't know y either.&lt;br /&gt;
&lt;br /&gt;
Sincerely,&lt;br /&gt;
             Your Students.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Theorem: All Numbers Are Interesting===&lt;br /&gt;
 Proof: Suppose not... &lt;br /&gt;
&lt;br /&gt;
===The Pythagorean Theorem Joke===&lt;br /&gt;
First explain the Pythagorean Theorem: The square of the hypotenuse, the long side of a right triangle, is equal to the sum of the squares of the other two sides, e.g., if other two sides are 3 and 4, so their squares sum to 9+16= 25, the square of the hypotenuse is 25 and the hypotenuse has length 5.  Then tell the joke.&lt;br /&gt;
&lt;br /&gt;
Once there was an Indian chief named Big Hunter, who had a younger brother named Little Hunter and three  squaws. The first squaw slept on a bearskin, the second squaw slept on a buffalo hide, and the third Squaw, who was named Hippolita, slept on a hippopotamus hide. (Big Hunter got his name because he was the only Indian who ever killed hippopotamus, or even saw one for that matter.)&lt;br /&gt;
&lt;br /&gt;
Alas, all of the squaws were barren and had no children. The first two squaws schemed to become the favorites, though, and jointly adopted a little baby boy. They boasted about that and shamed Hippolita for being inferior to them and their boy.  &lt;br /&gt;
&lt;br /&gt;
One day, the whole family, including the brother, were in a canoe crossing the lake, when the buffalo-hide squaw stood up, which you should never do in a canoe. The bear-hide squaw stood up too, to match her bravery, but the boat started to tip over. &amp;quot;Save the baby, Little Hunter!&amp;quot; shouted Big Hunter, as he swam to save Hippolita. So the baby and Hippolita were saved, though not the other two squaws. &lt;br /&gt;
&lt;br /&gt;
The moral of the story: &amp;quot;The squaw of the hippopotamus is equal to the son of the squaws of the other two hides.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Using Logs===&lt;br /&gt;
Adders need log to multiply.&lt;br /&gt;
&lt;br /&gt;
===How many seconds are there in a year?===&lt;br /&gt;
Q: “How many seconds are there in a year?”&lt;br /&gt;
A: “Twelve… January second, February second, March second, …”&lt;br /&gt;
&lt;br /&gt;
===Can a triangle fly?===&lt;br /&gt;
Riddle: Can a triangle fly? Yes, it's past the line and on a plane.&lt;br /&gt;
&lt;br /&gt;
===Your Shoes Are Dirty===&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Woman to hillbilly as he comes into the store''': &amp;quot;Hey, wipe the mud off your shoes when you come in here.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Hillbilly:''' &amp;quot;What shoes? I ain't got no shoes.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
(mnemonic for remembering that anybody but a hillbilly knows that two negatives make a positive)&amp;lt;br&amp;gt;&lt;br /&gt;
The version omitting &amp;quot;I ain't got no shoes&amp;quot; is better, but doesn't make that point.&lt;br /&gt;
&lt;br /&gt;
===All Odd Numbers Are Prime (The Polya Conjecture)===&lt;br /&gt;
An engineer, a physicist, a mathematician,   a psychologist, a sociologist,  a law professor, and a grievance studies professor  walk into a bar, and someone offers to buy a drink for whoever has the best proof that all numbers are prime. &lt;br /&gt;
&lt;br /&gt;
The  engineer  says, &amp;quot;1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime,  so all odd numbers are prime.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The physicist says: ‘1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime, 9’s  not a prime --hmmm, but let's go on---11's a prime, 13's a prime.. It must be that 9 was measurement error. &lt;br /&gt;
&lt;br /&gt;
The mathematician says: &amp;quot;1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime. Therefore, by  induction, all odd numbers are prime.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The psychologist says: &amp;quot;I told my R.A. the result we wanted, and having rechecked his work, he now reports that 1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime, 9's a prime, 11's a prime, 13's a prime, 15's a prime, and so  is every other odd number.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The sociologist says: &amp;quot;1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime, 9's a prime,...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The law professor says,&amp;quot;First of all, my billing rate is $400/hour, and it runs for every 15-minute increment...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The grievance studies professor  says: &amp;quot;What's a prime number?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
THE END&lt;br /&gt;
 &lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
''Notes:''&amp;lt;br&amp;gt;&lt;br /&gt;
1. A prime number is  a number greater than 1 that is evenly divisible only by itself and 1.&amp;lt;br&amp;gt;&lt;br /&gt;
2. Engineers are known for being satisfied with equations and other mathematical conclusions that are only approximately true, not exactly true.  Physicists are known for thinking a lot about how precisely their instruments measure things. Mathematicians are known for being very proud of how exact and rigorous they are, but for making mistakes sometimes anyway.  Psychologists  are known for publishing fraudulent results and for pressuring subordinates to make up data. Sociologists are known for lack of mathematical ability. Lawyers are known for their high fees. Grievance studies professors ar known for being even worse at math than sociologists.  All of these are stereotypes; whether the stereotypes have any truth in them, you must judge. Someone is free to add my own field, &amp;quot;economics&amp;quot; to the joke. Accounting may have possibilities too. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
3.  The 1919 [https://en.wikipedia.org/wiki/P%C3%B3lya_conjecture Polya Conjecture],  made by the author of the famous 1945 book, [https://en.wikipedia.org/wiki/How_to_Solve_It ''How To Solve It''], was that over half of the numbers less than any number N have an odd number of prime factors. For example there are eight numbers less than&lt;br /&gt;
N = 9. Of those eight numbers, the number 1 has an even number of prime factors--- [https://en.wikipedia.org/wiki/Parity_of_zero 0 of them]. The number 2 has an odd number (1 of them), as do 3 (1 of them), 5 (1 of them), 7 (1 of them), and 8 (3 of them--- 2, 2, and 2, the 2's being counted three times for this conjecture). The number 4 has an even number (2 of them--- 2 and 2), as does 6  (2 of them--- 2 and 3). So  over 50% of numbers less than 9---  five  out of eight--- have an odd number of prime factors.  Professor Connell wrote Mathematica code to check N = 10,000,000 and found that 5,000,421 of the numbers less than that have an odd number of prime factors, which is still more than half.  But the Polya Conjecture is false. C. Brian Haselgrove disproved it in 1958. R. Sherman Lehman found the first explicit counterexample in 1960: N = 906,180,359. The smallest counterexample is N = 906,150,257, found by Minoru Tanaka in 1980.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
4. See [http://www.rasmusen.org/special/Cedars_School/Odd_number_script.pdf  here ] for a script for performance of this joke by junior high kids.&lt;br /&gt;
&lt;br /&gt;
==The Glass Is Half Empty==&amp;lt;br&amp;gt;&lt;br /&gt;
Pessimist: The glass is half empty.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Optimist: The glass is half full.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer: The glass is twice as big as it needs to be.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--- Jens Foell, https://twitter.com/fMRI_guy/status/1449785982543409159 (2021)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transubstantiation==&amp;lt;br&amp;gt;&lt;br /&gt;
Question: What do you call it when the NCAAA has to decide whether a certain athlete is  a man or a woman? &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Answer: Trans-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Even better answer: Con-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;hat tip: Pastor TB&lt;br /&gt;
&lt;br /&gt;
==The Black Sheep in Scotland==&lt;br /&gt;
A philosopher, a physicist, a mathematician and a computer scientist were travelling on a train through Scotland when they saw a black sheep through the window of the train.  &amp;quot;Aha,&amp;quot; says the philosopher, &amp;quot;I see that Scottish sheep are black.&amp;quot; &amp;quot;Hmm,&amp;quot; says the physicist, &amp;quot;You mean  *some* Scottish sheep are black.&amp;quot; &amp;quot;No,&amp;quot; says the mathematician, &amp;quot;All we know is that there is *at least one* sheep in Scotland, and that *at least one side* of that sheep is black!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Packed Sports Stadiums and Covid==&lt;br /&gt;
Q. Why haven't packed sports stadiums caused massive covid outbreaks?&lt;br /&gt;
&lt;br /&gt;
A. Because of all the fans.&lt;br /&gt;
&lt;br /&gt;
==On Being Elected Senator ==&lt;br /&gt;
Day one:&amp;quot;Here I am at last. How is it that God has allowed me to even sit in the same room with these statesmen?&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Day ninety: &amp;quot;What are these other 99 idiots doing here?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==The Politics of  the Value-Added Tax (attributed to Larry Summers)==&lt;br /&gt;
The reason the United States, unlike European countries and Canada, doesn't have a value-added tax is that the Democrats think it's regressive and the Republicans think it makes raising tax revenue easy. &amp;lt;br&amp;gt;&lt;br /&gt;
When *will* the United States get  a value-added tax? Once the Republicans realize it's regressive and the Democrats realize it makes raising tax revenue easy.&lt;br /&gt;
&lt;br /&gt;
==College Graduates without Practical Skills==&lt;br /&gt;
''Boss Father:'' Son, after you finish writing that compliance memo, will you sweep up the stock room?&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
''Newly Hired Son:'' But Dad, I’m a college graduate.&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
''Boss Father:'' Of course; I forgot. Bring me the broom, and I’ll show you how.&lt;br /&gt;
&lt;br /&gt;
==The  Hand of God Knocking off the Chair==&lt;br /&gt;
A college professor stood up on his chair and said, &amp;quot;If God really exists, then knock me off this chair&amp;quot;. Nothing happened and he said, &amp;quot;See, I'll give it a couple more minutes&amp;quot;. A MARINE vet stood up, punched the professor and knocked him off the chair, and then sat back down. The professor said, &amp;quot;What did you do that for?&amp;quot; The vet said, &amp;quot;GOD was busy protecting my buddies still fighting for your right to say and do stupid stuff like this, so HE SENT ME!&lt;br /&gt;
&lt;br /&gt;
== Elephants Hiding in Trees==&lt;br /&gt;
&amp;quot;Elephants are really great in camouflage. They hide in the tops of trees!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;That's ridiculous. I have NEVER seen an elephant in a tree!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;EXACTLY! See how well they hide?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Why Are Corporations Like Vampires?==&lt;br /&gt;
Corporations and vampires have much in common: (i) immortality; (ii) personhood; and (iii) issues with stakeholders.&lt;br /&gt;
Is there a way to do something with veil-piercing? Certainly you have to design their bonds very carefully to restrain them from evil.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Can you play the violin?==&lt;br /&gt;
Q. Can you play the violin?&amp;lt;br&amp;gt;&lt;br /&gt;
::A. I don't know.  I've never tried.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transubstantiation==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Question: What do you call it when the NCAAA has to decide whether a certain athlete is  a man or a woman? &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Answer: Trans-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Even better answer: Con-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;hat tip: Pastor TB&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Should I give him a book?==&lt;br /&gt;
Joe: What should I get Tom for his birthday?&lt;br /&gt;
::Moe: How about a book?&lt;br /&gt;
:::Joe: No, he's already got a book.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==People with Negative Heights==&lt;br /&gt;
Via Dick Thaler at https://twitter.com/R_Thaler/status/1436472735723573249&amp;lt;br&amp;gt;&lt;br /&gt;
Q: If height is normally distributed, why aren't there people with negative heights?&amp;lt;br&amp;gt;&lt;br /&gt;
A: There are. We just can't see them.&lt;br /&gt;
&lt;br /&gt;
==For the Work of a Lifetime==&lt;br /&gt;
John Ruskin: 'The labour of two days is that for which you ask two hundred guineas?'&lt;br /&gt;
Whistler: 'No. I ask it for the knowledge I have gained in the work of a lifetime.'&lt;br /&gt;
''Whistler v. Ruskin'' (1878)&lt;br /&gt;
&lt;br /&gt;
==Two and Two Continue To Make Four==&lt;br /&gt;
&amp;quot;Two and two continue to make four, in spite of the whine of the amateur for three, or the cry of the critic for five.&amp;quot; --''Whistler v. Ruskin'' (1878)&lt;br /&gt;
 &lt;br /&gt;
== Freedom of Speech in Russian Social Media==&lt;br /&gt;
A Russian meets up with an American.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We have freedom of speech,&amp;quot; the Russian says. &amp;quot;I can post that Russian elections are rigged on social media.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;What's the big deal?&amp;quot; asks the American. &amp;quot;I too can write that Russian elections are rigged on social media.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Explosion in a Cheese Factory==&lt;br /&gt;
Did you hear about the explosion in the cheese factory? There was nothing left but debris.&lt;br /&gt;
 &lt;br /&gt;
I haven't laughed so hard since the suggestion that Joe and Kamala run off to Las Vegas and get inaugurated without telling anybody.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
https://quillette.com/2021/01/07/the-death-of-political-cartooning-and-why-it-matters/ &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
Those who study the moon are real optimists, they tend to look at the bright side.&lt;br /&gt;
 &lt;br /&gt;
==Eggs Benedict on a Hubcap==&lt;br /&gt;
Why  should you eat eggs benedict on a hubcap for Christmas dinner? &amp;lt;br&amp;gt;&lt;br /&gt;
--because there's no plate like chrome for the hollandaise.&lt;br /&gt;
&lt;br /&gt;
==The Glass Is Half Empty (Engineer)==  &lt;br /&gt;
 &amp;lt;br&amp;gt;&lt;br /&gt;
Pessimist: The glass is half empty.&amp;lt;br&amp;gt; &lt;br /&gt;
Optimist: The glass is half full.&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer: The glass is twice as big as it needs to be.&lt;br /&gt;
--- Jens Foell, https://twitter.com/fMRI_guy/status/&amp;lt;br&amp;gt; (2021)&lt;br /&gt;
&lt;br /&gt;
==Husbands==&lt;br /&gt;
If your husband is standing alone in the forest and says something, is he still wrong?&lt;br /&gt;
&lt;br /&gt;
==The Joke Convention==&lt;br /&gt;
(Here write my better version, the Joke Convention, with the jolly guy rolling on the floor who hadn't heard it before.)&lt;br /&gt;
&lt;br /&gt;
George Stigler's version in &amp;quot;The Conference Handbook&amp;quot; Journal of Political Economv, 1977, vol. 85, no. 2,   is &lt;br /&gt;
{{Quotation| &lt;br /&gt;
There is an ancient joke about the two traveling salesmen in the age of&lt;br /&gt;
the train. The younger drummer was being initiated into the social life&lt;br /&gt;
of the traveler by the older. They proceeded to the smoking parlor on the&lt;br /&gt;
train, where a group of drummers were congregated. One said, &amp;quot;87,&amp;quot;&lt;br /&gt;
and a wave of laughter went through the group. The older drummer&lt;br /&gt;
explained to the younger that they traveled together so often that they&lt;br /&gt;
had numbered their jokes. The younger drummer wished to participate&lt;br /&gt;
in the event and diffidently ventured to say, &amp;quot;36.&amp;quot; He was greeted by&lt;br /&gt;
cool silence. The older drummer took him aside and explained that they&lt;br /&gt;
had already heard that joke. (In another version, the younger drummer&lt;br /&gt;
was told that he had told the joke badly.)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
 Stigler published an economists' version. I've improved it here, in the spirit of joketelling: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introductory Remarks &amp;lt;br&amp;gt;&lt;br /&gt;
A.  Here is what the author was trying to say. &amp;lt;br&amp;gt;&lt;br /&gt;
B. The paper admirably solves the problem which it sets for itself. &lt;br /&gt;
Unfortunately, this was the wrong problem. &amp;lt;br&amp;gt;&lt;br /&gt;
C. What a pity that the vast erudition and industry of the author were so &lt;br /&gt;
misdirected &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
D. I am an amateur in this field so my remarks must be diffident and&lt;br /&gt;
tentative. However, even a novice must find much to quarrel with in&lt;br /&gt;
this piece.&lt;br /&gt;
E. I can be very sympathetic with the author; until 2 years ago I was&lt;br /&gt;
thinking along similar lines.&lt;br /&gt;
F. It is good to have a nonspecialist looking at our problem. There is&lt;br /&gt;
always a chance of a fresh viewpoint, although usually, as in this&lt;br /&gt;
case, the advantages of the division of labor are reaffirmed.&lt;br /&gt;
G. This paper contains much that is new and much that is good.&lt;br /&gt;
H. Although the paper was promised 3 weeks ago, I received it as I&lt;br /&gt;
entered this room.&lt;br /&gt;
Comments&lt;br /&gt;
1. Adam Smith said that.&lt;br /&gt;
2. Unfortunately, there is an identification problem which is not dealt&lt;br /&gt;
with adequately in the paper.&lt;br /&gt;
3. The residuals are clearly nonnormal and the specification of the&lt;br /&gt;
model is incorrect.&lt;br /&gt;
4. Theorizing is not fruitful at this stage: we need a series of case&lt;br /&gt;
studies.&lt;br /&gt;
5. Case studies are a clue, but no real progress can be made until a&lt;br /&gt;
model of the process is constructed.&lt;br /&gt;
6. The second-best consideration would of course vitiate the argument.&lt;br /&gt;
7. That is an index number problem (obs., except in Cambridge).&lt;br /&gt;
8. Have you tried two-stage least squares?&lt;br /&gt;
9. The conclusions change if you introduce uncertainty.&lt;br /&gt;
10. You didn't use probit analysis?&lt;br /&gt;
11. I proved the main results in a paper published years ago.&lt;br /&gt;
12. The analysis is marred by a failure to distinguish transitory and&lt;br /&gt;
permanent components.&lt;br /&gt;
13. The market cannot, of course, deal satisfactorily with that externality.&lt;br /&gt;
14. But what if transaction costs are not zero?&lt;br /&gt;
15. That follows from the Coase theorem.&lt;br /&gt;
16. Of course, if you allow for the investment in human capital, the&lt;br /&gt;
entire picture changes.&lt;br /&gt;
17. Of course the demand function is quite inelastic.&lt;br /&gt;
18. Of course the supply function is highly inelastic.&lt;br /&gt;
19. The author uses a sledgehammer to crack a peanut.&lt;br /&gt;
20. What empirical finding would contradict your theory?&lt;br /&gt;
21. The central argument is not only a tautology, it is false.&lt;br /&gt;
22. What happens when you extend the analysis to the later (or earlier)&lt;br /&gt;
period? &lt;br /&gt;
23. The motivation of the agents in this theory is so narrowly egotistic&lt;br /&gt;
that it cannot possibly explain the behavior of real people.&lt;br /&gt;
24. The flabby economic actor in this impressionistic model should be&lt;br /&gt;
replaced by the utility-maximizing individual.&lt;br /&gt;
25. Did you have any trouble in inverting the singular matrix?&lt;br /&gt;
2 6. It was unfortunate that the wrong choice was made between M1 and&lt;br /&gt;
M2.&lt;br /&gt;
27. That is alright in theory, but it doesn't work out in practice (use&lt;br /&gt;
sparingly).&lt;br /&gt;
28. The speaker apparently believes that there is still one free lunch.&lt;br /&gt;
29. The problem cannot be dealt with by partial equilibrium methods:&lt;br /&gt;
it requires a general equilibrium formulation.&lt;br /&gt;
30. The paper is rigidly confined by the paradigm of neoclassical&lt;br /&gt;
economics, so large parts of urgent reality are outside its comprehension.&lt;br /&gt;
31. The conclusion rests on the assumption of fixed tastes, but of course&lt;br /&gt;
tastes have surely changed.&lt;br /&gt;
32. The trouble with the present situation is that the property rights&lt;br /&gt;
have not been fully assigned. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--------------------------------------&lt;br /&gt;
https://statmodeling.stat.columbia.edu/2021/01/07/xkcd-curve-fitting-methods-and-the-messages-they-send/&lt;br /&gt;
--------------------------------------&lt;br /&gt;
&lt;br /&gt;
[[Babylon Bee reports]]:&lt;br /&gt;
https://babylonbee.com/news/ignorant-republicans-riot-and-dont-even-get-a-free-big-screen-tv-out-of-it/?utm_content=buffer8acdc&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/after-being-kicked-off-social-media-trump-forced-to-go-door-to-door-and-shout-rigged-election?utm_content=buffer59fcc&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/trump-sneaks-back-on-twitter-by-disguising-self-as-pr-rep-for-chinese-communist-party&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/lets-all-remain-peaceful-says-trump-in-clear-incitement-to-violence/?utm_content=bufferbf3b6&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/amazoncom-thrown-off-aws-for-selling-trumps-art-of-the-deal/?utm_content=buffer70d84&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&lt;br /&gt;
&lt;br /&gt;
== The Old Lady Looking from the Attic==&lt;br /&gt;
A bunch of boys were swimming in the river without swimming suits. An old lady who lived on the river called up the Sheriff to complain. He went down and told the boys to move down the river, out of sight. &amp;lt;br&amp;gt;&lt;br /&gt;
Then, the sheriff got another phone call. The old lady said she could still see the boys, if she was upstairs in her bedroom. so the Sheriff went down and told the boys to move a little further down. &amp;lt;br&amp;gt;&lt;br /&gt;
Then the sheriff got another phone call. The old lady said she could still see the boys,  if she went up to her attic window and looked out with binoculars. &amp;lt;br&amp;gt;&lt;br /&gt;
This time the sheriff said he was busy.&lt;br /&gt;
&lt;br /&gt;
==Proof that 10  + 10 = 11 + 11==&lt;br /&gt;
Alex Kontorovich&lt;br /&gt;
  &lt;br /&gt;
Claim: 10 + 10 = 11 + 11 &lt;br /&gt;
&lt;br /&gt;
Proof:&amp;lt;br&amp;gt;&lt;br /&gt;
10+10 = twenty&amp;lt;br&amp;gt;&lt;br /&gt;
11+11 = twenty too&lt;br /&gt;
&lt;br /&gt;
== Curing the Common Cold==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Patient: Doctor, what should I do to get over my cold? &amp;lt;br&amp;gt;&lt;br /&gt;
Doctor: I'm afraid we have no cure for the common cold. &amp;lt;br&amp;gt;&lt;br /&gt;
Patient: Surely you can think of something!&amp;lt;br&amp;gt;&lt;br /&gt;
Doctor: Well, yes: take a shower and then go naked into your yard in the 20-degree weather for half an hour. &amp;lt;br&amp;gt;&lt;br /&gt;
Patient: But then I'll get pneumonia!&amp;lt;br&amp;gt;&lt;br /&gt;
Doctor: Right. And *that*, we can cure.&lt;br /&gt;
&lt;br /&gt;
==Ridden Out of Town on a Rail==&lt;br /&gt;
President Lincoln one evening   at the White House  was asked &amp;quot;How does it feel to be President of the United States?&amp;quot; &amp;quot;You have heard,&amp;quot; said Lincoln, &amp;quot;about the man tarred and feathered and ridden out of town on a rail? A man in the crowd asked him how he liked it, and his reply was, 'If it wasn't for the honor of the thing, I would rather walk.'&amp;quot; I need to find a good source.&lt;br /&gt;
&lt;br /&gt;
==Grad Students without Original Thoughts==&lt;br /&gt;
I'm  really depressed. I just went to my   Department Chairman and said, &amp;quot;I'm depressed.  You know my PhD student, Sam Jones? He just told me my seminar presentation was the worst he'd ever heard&amp;quot;.   The Chairman's reply:   &amp;quot;Don't worry about Jones, he doesn't have an original thought in his head, and I very much fear he'll never come up with a dissertation topic. He just repeats what he hears all the other people in the department  saying.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm  really depressed. I just went to my   Department Chairman and said, &amp;quot;I'm depressed. You know my PhD student, Sam Jones? He   gave his practice job talk today, and it was the worst I've ever heard&amp;quot;.  The Chairman's reply:   &amp;quot;Yeah, I sympathize. Jone is very good at learning what he's taught, but he's totally unoriginal. He just copies what he sees.&amp;quot;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Jokes&amp;diff=5664</id>
		<title>Jokes</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Jokes&amp;diff=5664"/>
		<updated>2022-05-30T18:27:18Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Proof that 10  + 10 = 11 + 11 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; This page should eventually be split into: [[Jokes to convey ideas]], [[Humor]],  [[Satire]], and [[Cartoons]]. &lt;br /&gt;
 &lt;br /&gt;
==Math Jokes==&lt;br /&gt;
===Dear Algebra Teachers===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dear algebra teacher,&lt;br /&gt;
&lt;br /&gt;
Please stop trying to make us find your x.  &lt;br /&gt;
&lt;br /&gt;
She's not coming back.&lt;br /&gt;
&lt;br /&gt;
We don't know y either.&lt;br /&gt;
&lt;br /&gt;
Sincerely,&lt;br /&gt;
             Your Students.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Theorem: All Numbers Are Interesting===&lt;br /&gt;
 Proof: Suppose not... &lt;br /&gt;
&lt;br /&gt;
===The Pythagorean Theorem Joke===&lt;br /&gt;
First explain the Pythagorean Theorem: The square of the hypotenuse, the long side of a right triangle, is equal to the sum of the squares of the other two sides, e.g., if other two sides are 3 and 4, so their squares sum to 9+16= 25, the square of the hypotenuse is 25 and the hypotenuse has length 5.  Then tell the joke.&lt;br /&gt;
&lt;br /&gt;
Once there was an Indian chief named Big Hunter, who had a younger brother named Little Hunter and three  squaws. The first squaw slept on a bearskin, the second squaw slept on a buffalo hide, and the third Squaw, who was named Hippolita, slept on a hippopotamus hide. (Big Hunter got his name because he was the only Indian who ever killed hippopotamus, or even saw one for that matter.)&lt;br /&gt;
&lt;br /&gt;
Alas, all of the squaws were barren and had no children. The first two squaws schemed to become the favorites, though, and jointly adopted a little baby boy. They boasted about that and shamed Hippolita for being inferior to them and their boy.  &lt;br /&gt;
&lt;br /&gt;
One day, the whole family, including the brother, were in a canoe crossing the lake, when the buffalo-hide squaw stood up, which you should never do in a canoe. The bear-hide squaw stood up too, to match her bravery, but the boat started to tip over. &amp;quot;Save the baby, Little Hunter!&amp;quot; shouted Big Hunter, as he swam to save Hippolita. So the baby and Hippolita were saved, though not the other two squaws. &lt;br /&gt;
&lt;br /&gt;
The moral of the story: &amp;quot;The squaw of the hippopotamus is equal to the son of the squaws of the other two hides.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Using Logs===&lt;br /&gt;
Adders need log to multiply.&lt;br /&gt;
&lt;br /&gt;
===How many seconds are there in a year?===&lt;br /&gt;
Q: “How many seconds are there in a year?”&lt;br /&gt;
A: “Twelve… January second, February second, March second, …”&lt;br /&gt;
&lt;br /&gt;
===Can a triangle fly?===&lt;br /&gt;
Riddle: Can a triangle fly? Yes, it's past the line and on a plane.&lt;br /&gt;
&lt;br /&gt;
===Your Shoes Are Dirty===&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Woman to hillbilly as he comes into the store''': &amp;quot;Hey, wipe the mud off your shoes when you come in here.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Hillbilly:''' &amp;quot;What shoes? I ain't got no shoes.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
(mnemonic for remembering that anybody but a hillbilly knows that two negatives make a positive)&amp;lt;br&amp;gt;&lt;br /&gt;
The version omitting &amp;quot;I ain't got no shoes&amp;quot; is better, but doesn't make that point.&lt;br /&gt;
&lt;br /&gt;
===All Odd Numbers Are Prime (The Polya Conjecture)===&lt;br /&gt;
An engineer, a physicist, a mathematician,   a psychologist, a sociologist,  a law professor, and a grievance studies professor  walk into a bar, and someone offers to buy a drink for whoever has the best proof that all numbers are prime. &lt;br /&gt;
&lt;br /&gt;
The  engineer  says, &amp;quot;1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime,  so all odd numbers are prime.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The physicist says: ‘1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime, 9’s  not a prime --hmmm, but let's go on---11's a prime, 13's a prime.. It must be that 9 was measurement error. &lt;br /&gt;
&lt;br /&gt;
The mathematician says: &amp;quot;1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime. Therefore, by  induction, all odd numbers are prime.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The psychologist says: &amp;quot;I told my R.A. the result we wanted, and having rechecked his work, he now reports that 1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime, 9's a prime, 11's a prime, 13's a prime, 15's a prime, and so  is every other odd number.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The sociologist says: &amp;quot;1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime, 9's a prime,...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The law professor says,&amp;quot;First of all, my billing rate is $400/hour, and it runs for every 15-minute increment...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The grievance studies professor  says: &amp;quot;What's a prime number?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
THE END&lt;br /&gt;
 &lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
''Notes:''&amp;lt;br&amp;gt;&lt;br /&gt;
1. A prime number is  a number greater than 1 that is evenly divisible only by itself and 1.&amp;lt;br&amp;gt;&lt;br /&gt;
2. Engineers are known for being satisfied with equations and other mathematical conclusions that are only approximately true, not exactly true.  Physicists are known for thinking a lot about how precisely their instruments measure things. Mathematicians are known for being very proud of how exact and rigorous they are, but for making mistakes sometimes anyway.  Psychologists  are known for publishing fraudulent results and for pressuring subordinates to make up data. Sociologists are known for lack of mathematical ability. Lawyers are known for their high fees. Grievance studies professors ar known for being even worse at math than sociologists.  All of these are stereotypes; whether the stereotypes have any truth in them, you must judge. Someone is free to add my own field, &amp;quot;economics&amp;quot; to the joke. Accounting may have possibilities too. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
3.  The 1919 [https://en.wikipedia.org/wiki/P%C3%B3lya_conjecture Polya Conjecture],  made by the author of the famous 1945 book, [https://en.wikipedia.org/wiki/How_to_Solve_It ''How To Solve It''], was that over half of the numbers less than any number N have an odd number of prime factors. For example there are eight numbers less than&lt;br /&gt;
N = 9. Of those eight numbers, the number 1 has an even number of prime factors--- [https://en.wikipedia.org/wiki/Parity_of_zero 0 of them]. The number 2 has an odd number (1 of them), as do 3 (1 of them), 5 (1 of them), 7 (1 of them), and 8 (3 of them--- 2, 2, and 2, the 2's being counted three times for this conjecture). The number 4 has an even number (2 of them--- 2 and 2), as does 6  (2 of them--- 2 and 3). So  over 50% of numbers less than 9---  five  out of eight--- have an odd number of prime factors.  Professor Connell wrote Mathematica code to check N = 10,000,000 and found that 5,000,421 of the numbers less than that have an odd number of prime factors, which is still more than half.  But the Polya Conjecture is false. C. Brian Haselgrove disproved it in 1958. R. Sherman Lehman found the first explicit counterexample in 1960: N = 906,180,359. The smallest counterexample is N = 906,150,257, found by Minoru Tanaka in 1980.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
4. See [http://www.rasmusen.org/special/Cedars_School/Odd_number_script.pdf  here ] for a script for performance of this joke by junior high kids.&lt;br /&gt;
&lt;br /&gt;
==The Glass Is Half Empty==&amp;lt;br&amp;gt;&lt;br /&gt;
Pessimist: The glass is half empty.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Optimist: The glass is half full.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer: The glass is twice as big as it needs to be.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--- Jens Foell, https://twitter.com/fMRI_guy/status/1449785982543409159 (2021)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transubstantiation==&amp;lt;br&amp;gt;&lt;br /&gt;
Question: What do you call it when the NCAAA has to decide whether a certain athlete is  a man or a woman? &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Answer: Trans-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Even better answer: Con-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;hat tip: Pastor TB&lt;br /&gt;
&lt;br /&gt;
==The Black Sheep in Scotland==&lt;br /&gt;
A philosopher, a physicist, a mathematician and a computer scientist were travelling on a train through Scotland when they saw a black sheep through the window of the train.  &amp;quot;Aha,&amp;quot; says the philosopher, &amp;quot;I see that Scottish sheep are black.&amp;quot; &amp;quot;Hmm,&amp;quot; says the physicist, &amp;quot;You mean  *some* Scottish sheep are black.&amp;quot; &amp;quot;No,&amp;quot; says the mathematician, &amp;quot;All we know is that there is *at least one* sheep in Scotland, and that *at least one side* of that sheep is black!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Packed Sports Stadiums and Covid==&lt;br /&gt;
Q. Why haven't packed sports stadiums caused massive covid outbreaks?&lt;br /&gt;
&lt;br /&gt;
A. Because of all the fans.&lt;br /&gt;
&lt;br /&gt;
==On Being Elected Senator ==&lt;br /&gt;
Day one:&amp;quot;Here I am at last. How is it that God has allowed me to even sit in the same room with these statesmen?&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Day ninety: &amp;quot;What are these other 99 idiots doing here?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==The Politics of  the Value-Added Tax (attributed to Larry Summers)==&lt;br /&gt;
The reason the United States, unlike European countries and Canada, doesn't have a value-added tax is that the Democrats think it's regressive and the Republicans think it makes raising tax revenue easy. &amp;lt;br&amp;gt;&lt;br /&gt;
When *will* the United States get  a value-added tax? Once the Republicans realize it's regressive and the Democrats realize it makes raising tax revenue easy.&lt;br /&gt;
&lt;br /&gt;
==College Graduates without Practical Skills==&lt;br /&gt;
''Boss Father:'' Son, after you finish writing that compliance memo, will you sweep up the stock room?&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
''Newly Hired Son:'' But Dad, I’m a college graduate.&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
''Boss Father:'' Of course; I forgot. Bring me the broom, and I’ll show you how.&lt;br /&gt;
&lt;br /&gt;
==The  Hand of God Knocking off the Chair==&lt;br /&gt;
A college professor stood up on his chair and said, &amp;quot;If God really exists, then knock me off this chair&amp;quot;. Nothing happened and he said, &amp;quot;See, I'll give it a couple more minutes&amp;quot;. A MARINE vet stood up, punched the professor and knocked him off the chair, and then sat back down. The professor said, &amp;quot;What did you do that for?&amp;quot; The vet said, &amp;quot;GOD was busy protecting my buddies still fighting for your right to say and do stupid stuff like this, so HE SENT ME!&lt;br /&gt;
&lt;br /&gt;
== Elephants Hiding in Trees==&lt;br /&gt;
&amp;quot;Elephants are really great in camouflage. They hide in the tops of trees!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;That's ridiculous. I have NEVER seen an elephant in a tree!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;EXACTLY! See how well they hide?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Why Are Corporations Like Vampires?==&lt;br /&gt;
Corporations and vampires have much in common: (i) immortality; (ii) personhood; and (iii) issues with stakeholders.&lt;br /&gt;
Is there a way to do something with veil-piercing? Certainly you have to design their bonds very carefully to restrain them from evil.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Can you play the violin?==&lt;br /&gt;
Q. Can you play the violin?&amp;lt;br&amp;gt;&lt;br /&gt;
::A. I don't know.  I've never tried.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transubstantiation==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Question: What do you call it when the NCAAA has to decide whether a certain athlete is  a man or a woman? &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Answer: Trans-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Even better answer: Con-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;hat tip: Pastor TB&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Should I give him a book?==&lt;br /&gt;
Joe: What should I get Tom for his birthday?&lt;br /&gt;
::Moe: How about a book?&lt;br /&gt;
:::Joe: No, he's already got a book.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==People with Negative Heights==&lt;br /&gt;
Via Dick Thaler at https://twitter.com/R_Thaler/status/1436472735723573249&amp;lt;br&amp;gt;&lt;br /&gt;
Q: If height is normally distributed, why aren't there people with negative heights?&amp;lt;br&amp;gt;&lt;br /&gt;
A: There are. We just can't see them.&lt;br /&gt;
&lt;br /&gt;
==For the Work of a Lifetime==&lt;br /&gt;
John Ruskin: 'The labour of two days is that for which you ask two hundred guineas?'&lt;br /&gt;
Whistler: 'No. I ask it for the knowledge I have gained in the work of a lifetime.'&lt;br /&gt;
''Whistler v. Ruskin'' (1878)&lt;br /&gt;
&lt;br /&gt;
==Two and Two Continue To Make Four==&lt;br /&gt;
&amp;quot;Two and two continue to make four, in spite of the whine of the amateur for three, or the cry of the critic for five.&amp;quot; --''Whistler v. Ruskin'' (1878)&lt;br /&gt;
 &lt;br /&gt;
== Freedom of Speech in Russian Social Media==&lt;br /&gt;
A Russian meets up with an American.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We have freedom of speech,&amp;quot; the Russian says. &amp;quot;I can post that Russian elections are rigged on social media.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;What's the big deal?&amp;quot; asks the American. &amp;quot;I too can write that Russian elections are rigged on social media.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Explosion in a Cheese Factory==&lt;br /&gt;
Did you hear about the explosion in the cheese factory? There was nothing left but debris.&lt;br /&gt;
 &lt;br /&gt;
I haven't laughed so hard since the suggestion that Joe and Kamala run off to Las Vegas and get inaugurated without telling anybody.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
https://quillette.com/2021/01/07/the-death-of-political-cartooning-and-why-it-matters/ &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
Those who study the moon are real optimists, they tend to look at the bright side.&lt;br /&gt;
 &lt;br /&gt;
==Eggs Benedict on a Hubcap==&lt;br /&gt;
Why  should you eat eggs benedict on a hubcap for Christmas dinner? &amp;lt;br&amp;gt;&lt;br /&gt;
--because there's no plate like chrome for the hollandaise.&lt;br /&gt;
&lt;br /&gt;
==The Glass Is Half Empty (Engineer)==  &lt;br /&gt;
 &amp;lt;br&amp;gt;&lt;br /&gt;
Pessimist: The glass is half empty.&amp;lt;br&amp;gt; &lt;br /&gt;
Optimist: The glass is half full.&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer: The glass is twice as big as it needs to be.&lt;br /&gt;
--- Jens Foell, https://twitter.com/fMRI_guy/status/&amp;lt;br&amp;gt; (2021)&lt;br /&gt;
&lt;br /&gt;
==Husbands==&lt;br /&gt;
If your husband is standing alone in the forest and says something, is he still wrong?&lt;br /&gt;
&lt;br /&gt;
==The Joke Convention==&lt;br /&gt;
(Here write my better version, the Joke Convention, with the jolly guy rolling on the floor who hadn't heard it before.)&lt;br /&gt;
&lt;br /&gt;
George Stigler's version in &amp;quot;The Conference Handbook&amp;quot; Journal of Political Economv, 1977, vol. 85, no. 2,   is &lt;br /&gt;
{{Quotation| &lt;br /&gt;
There is an ancient joke about the two traveling salesmen in the age of&lt;br /&gt;
the train. The younger drummer was being initiated into the social life&lt;br /&gt;
of the traveler by the older. They proceeded to the smoking parlor on the&lt;br /&gt;
train, where a group of drummers were congregated. One said, &amp;quot;87,&amp;quot;&lt;br /&gt;
and a wave of laughter went through the group. The older drummer&lt;br /&gt;
explained to the younger that they traveled together so often that they&lt;br /&gt;
had numbered their jokes. The younger drummer wished to participate&lt;br /&gt;
in the event and diffidently ventured to say, &amp;quot;36.&amp;quot; He was greeted by&lt;br /&gt;
cool silence. The older drummer took him aside and explained that they&lt;br /&gt;
had already heard that joke. (In another version, the younger drummer&lt;br /&gt;
was told that he had told the joke badly.)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
 Stigler published an economists' version. I've improved it here, in the spirit of joketelling: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introductory Remarks &amp;lt;br&amp;gt;&lt;br /&gt;
A.  Here is what the author was trying to say. &amp;lt;br&amp;gt;&lt;br /&gt;
B. The paper admirably solves the problem which it sets for itself. &lt;br /&gt;
Unfortunately, this was the wrong problem. &amp;lt;br&amp;gt;&lt;br /&gt;
C. What a pity that the vast erudition and industry of the author were so &lt;br /&gt;
misdirected &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
D. I am an amateur in this field so my remarks must be diffident and&lt;br /&gt;
tentative. However, even a novice must find much to quarrel with in&lt;br /&gt;
this piece.&lt;br /&gt;
E. I can be very sympathetic with the author; until 2 years ago I was&lt;br /&gt;
thinking along similar lines.&lt;br /&gt;
F. It is good to have a nonspecialist looking at our problem. There is&lt;br /&gt;
always a chance of a fresh viewpoint, although usually, as in this&lt;br /&gt;
case, the advantages of the division of labor are reaffirmed.&lt;br /&gt;
G. This paper contains much that is new and much that is good.&lt;br /&gt;
H. Although the paper was promised 3 weeks ago, I received it as I&lt;br /&gt;
entered this room.&lt;br /&gt;
Comments&lt;br /&gt;
1. Adam Smith said that.&lt;br /&gt;
2. Unfortunately, there is an identification problem which is not dealt&lt;br /&gt;
with adequately in the paper.&lt;br /&gt;
3. The residuals are clearly nonnormal and the specification of the&lt;br /&gt;
model is incorrect.&lt;br /&gt;
4. Theorizing is not fruitful at this stage: we need a series of case&lt;br /&gt;
studies.&lt;br /&gt;
5. Case studies are a clue, but no real progress can be made until a&lt;br /&gt;
model of the process is constructed.&lt;br /&gt;
6. The second-best consideration would of course vitiate the argument.&lt;br /&gt;
7. That is an index number problem (obs., except in Cambridge).&lt;br /&gt;
8. Have you tried two-stage least squares?&lt;br /&gt;
9. The conclusions change if you introduce uncertainty.&lt;br /&gt;
10. You didn't use probit analysis?&lt;br /&gt;
11. I proved the main results in a paper published years ago.&lt;br /&gt;
12. The analysis is marred by a failure to distinguish transitory and&lt;br /&gt;
permanent components.&lt;br /&gt;
13. The market cannot, of course, deal satisfactorily with that externality.&lt;br /&gt;
14. But what if transaction costs are not zero?&lt;br /&gt;
15. That follows from the Coase theorem.&lt;br /&gt;
16. Of course, if you allow for the investment in human capital, the&lt;br /&gt;
entire picture changes.&lt;br /&gt;
17. Of course the demand function is quite inelastic.&lt;br /&gt;
18. Of course the supply function is highly inelastic.&lt;br /&gt;
19. The author uses a sledgehammer to crack a peanut.&lt;br /&gt;
20. What empirical finding would contradict your theory?&lt;br /&gt;
21. The central argument is not only a tautology, it is false.&lt;br /&gt;
22. What happens when you extend the analysis to the later (or earlier)&lt;br /&gt;
period? &lt;br /&gt;
23. The motivation of the agents in this theory is so narrowly egotistic&lt;br /&gt;
that it cannot possibly explain the behavior of real people.&lt;br /&gt;
24. The flabby economic actor in this impressionistic model should be&lt;br /&gt;
replaced by the utility-maximizing individual.&lt;br /&gt;
25. Did you have any trouble in inverting the singular matrix?&lt;br /&gt;
2 6. It was unfortunate that the wrong choice was made between M1 and&lt;br /&gt;
M2.&lt;br /&gt;
27. That is alright in theory, but it doesn't work out in practice (use&lt;br /&gt;
sparingly).&lt;br /&gt;
28. The speaker apparently believes that there is still one free lunch.&lt;br /&gt;
29. The problem cannot be dealt with by partial equilibrium methods:&lt;br /&gt;
it requires a general equilibrium formulation.&lt;br /&gt;
30. The paper is rigidly confined by the paradigm of neoclassical&lt;br /&gt;
economics, so large parts of urgent reality are outside its comprehension.&lt;br /&gt;
31. The conclusion rests on the assumption of fixed tastes, but of course&lt;br /&gt;
tastes have surely changed.&lt;br /&gt;
32. The trouble with the present situation is that the property rights&lt;br /&gt;
have not been fully assigned. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--------------------------------------&lt;br /&gt;
https://statmodeling.stat.columbia.edu/2021/01/07/xkcd-curve-fitting-methods-and-the-messages-they-send/&lt;br /&gt;
--------------------------------------&lt;br /&gt;
&lt;br /&gt;
[[Babylon Bee reports]]:&lt;br /&gt;
https://babylonbee.com/news/ignorant-republicans-riot-and-dont-even-get-a-free-big-screen-tv-out-of-it/?utm_content=buffer8acdc&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/after-being-kicked-off-social-media-trump-forced-to-go-door-to-door-and-shout-rigged-election?utm_content=buffer59fcc&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/trump-sneaks-back-on-twitter-by-disguising-self-as-pr-rep-for-chinese-communist-party&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/lets-all-remain-peaceful-says-trump-in-clear-incitement-to-violence/?utm_content=bufferbf3b6&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/amazoncom-thrown-off-aws-for-selling-trumps-art-of-the-deal/?utm_content=buffer70d84&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&lt;br /&gt;
&lt;br /&gt;
== The Old Lady Looking from the Attic==&lt;br /&gt;
A bunch of boys were swimming in the river without swimming suits. An old lady who lived on the river called up the Sheriff to complain. He went down and told the boys to move down the river, out of sight. &lt;br /&gt;
  Then, the sheriff got another phone call. The old lady said she could still see the boys, if she was upstairs in her bedroom. so the Sheriff went down and told the boys to move a little further down. &lt;br /&gt;
    Then the sheriff got another phone call. The old lady said she could still see the boys,  if she went up to her attic window and looked out with binoculars. &lt;br /&gt;
   This time the sheriff said he was busy. &lt;br /&gt;
&lt;br /&gt;
==Proof that 10  + 10 = 11 + 11==&lt;br /&gt;
Alex Kontorovich&lt;br /&gt;
  &lt;br /&gt;
Claim: 10 + 10 = 11 + 11 &lt;br /&gt;
&lt;br /&gt;
Proof:&amp;lt;br&amp;gt;&lt;br /&gt;
10+10 = twenty&amp;lt;br&amp;gt;&lt;br /&gt;
11+11 = twenty too&lt;br /&gt;
&lt;br /&gt;
== Curing the Common Cold==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Patient: Doctor, what should I do to get over my cold? &amp;lt;br&amp;gt;&lt;br /&gt;
Doctor: I'm afraid we have no cure for the common cold. &amp;lt;br&amp;gt;&lt;br /&gt;
Patient: Surely you can think of something!&amp;lt;br&amp;gt;&lt;br /&gt;
Doctor: Well, yes: take a shower and then go naked into your yard in the 20-degree weather for half an hour. &amp;lt;br&amp;gt;&lt;br /&gt;
Patient: But then I'll get pneumonia!&amp;lt;br&amp;gt;&lt;br /&gt;
Doctor: Right. And *that*, we can cure.&lt;br /&gt;
&lt;br /&gt;
==Ridden Out of Town on a Rail==&lt;br /&gt;
President Lincoln one evening   at the White House  was asked &amp;quot;How does it feel to be President of the United States?&amp;quot; &amp;quot;You have heard,&amp;quot; said Lincoln, &amp;quot;about the man tarred and feathered and ridden out of town on a rail? A man in the crowd asked him how he liked it, and his reply was, 'If it wasn't for the honor of the thing, I would rather walk.'&amp;quot; I need to find a good source.&lt;br /&gt;
&lt;br /&gt;
==Grad Students without Original Thoughts==&lt;br /&gt;
I'm  really depressed. I just went to my   Department Chairman and said, &amp;quot;I'm depressed.  You know my PhD student, Sam Jones? He just told me my seminar presentation was the worst he'd ever heard&amp;quot;.   The Chairman's reply:   &amp;quot;Don't worry about Jones, he doesn't have an original thought in his head, and I very much fear he'll never come up with a dissertation topic. He just repeats what he hears all the other people in the department  saying.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm  really depressed. I just went to my   Department Chairman and said, &amp;quot;I'm depressed. You know my PhD student, Sam Jones? He   gave his practice job talk today, and it was the worst I've ever heard&amp;quot;.  The Chairman's reply:   &amp;quot;Yeah, I sympathize. Jone is very good at learning what he's taught, but he's totally unoriginal. He just copies what he sees.&amp;quot;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Jokes&amp;diff=5663</id>
		<title>Jokes</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Jokes&amp;diff=5663"/>
		<updated>2022-05-30T18:22:53Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* dsfdf */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; This page should eventually be split into: [[Jokes to convey ideas]], [[Humor]],  [[Satire]], and [[Cartoons]]. &lt;br /&gt;
 &lt;br /&gt;
==Math Jokes==&lt;br /&gt;
===Dear Algebra Teachers===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dear algebra teacher,&lt;br /&gt;
&lt;br /&gt;
Please stop trying to make us find your x.  &lt;br /&gt;
&lt;br /&gt;
She's not coming back.&lt;br /&gt;
&lt;br /&gt;
We don't know y either.&lt;br /&gt;
&lt;br /&gt;
Sincerely,&lt;br /&gt;
             Your Students.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Theorem: All Numbers Are Interesting===&lt;br /&gt;
 Proof: Suppose not... &lt;br /&gt;
&lt;br /&gt;
===The Pythagorean Theorem Joke===&lt;br /&gt;
First explain the Pythagorean Theorem: The square of the hypotenuse, the long side of a right triangle, is equal to the sum of the squares of the other two sides, e.g., if other two sides are 3 and 4, so their squares sum to 9+16= 25, the square of the hypotenuse is 25 and the hypotenuse has length 5.  Then tell the joke.&lt;br /&gt;
&lt;br /&gt;
Once there was an Indian chief named Big Hunter, who had a younger brother named Little Hunter and three  squaws. The first squaw slept on a bearskin, the second squaw slept on a buffalo hide, and the third Squaw, who was named Hippolita, slept on a hippopotamus hide. (Big Hunter got his name because he was the only Indian who ever killed hippopotamus, or even saw one for that matter.)&lt;br /&gt;
&lt;br /&gt;
Alas, all of the squaws were barren and had no children. The first two squaws schemed to become the favorites, though, and jointly adopted a little baby boy. They boasted about that and shamed Hippolita for being inferior to them and their boy.  &lt;br /&gt;
&lt;br /&gt;
One day, the whole family, including the brother, were in a canoe crossing the lake, when the buffalo-hide squaw stood up, which you should never do in a canoe. The bear-hide squaw stood up too, to match her bravery, but the boat started to tip over. &amp;quot;Save the baby, Little Hunter!&amp;quot; shouted Big Hunter, as he swam to save Hippolita. So the baby and Hippolita were saved, though not the other two squaws. &lt;br /&gt;
&lt;br /&gt;
The moral of the story: &amp;quot;The squaw of the hippopotamus is equal to the son of the squaws of the other two hides.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Using Logs===&lt;br /&gt;
Adders need log to multiply.&lt;br /&gt;
&lt;br /&gt;
===How many seconds are there in a year?===&lt;br /&gt;
Q: “How many seconds are there in a year?”&lt;br /&gt;
A: “Twelve… January second, February second, March second, …”&lt;br /&gt;
&lt;br /&gt;
===Can a triangle fly?===&lt;br /&gt;
Riddle: Can a triangle fly? Yes, it's past the line and on a plane.&lt;br /&gt;
&lt;br /&gt;
===Your Shoes Are Dirty===&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Woman to hillbilly as he comes into the store''': &amp;quot;Hey, wipe the mud off your shoes when you come in here.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''Hillbilly:''' &amp;quot;What shoes? I ain't got no shoes.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
(mnemonic for remembering that anybody but a hillbilly knows that two negatives make a positive)&amp;lt;br&amp;gt;&lt;br /&gt;
The version omitting &amp;quot;I ain't got no shoes&amp;quot; is better, but doesn't make that point.&lt;br /&gt;
&lt;br /&gt;
===All Odd Numbers Are Prime (The Polya Conjecture)===&lt;br /&gt;
An engineer, a physicist, a mathematician,   a psychologist, a sociologist,  a law professor, and a grievance studies professor  walk into a bar, and someone offers to buy a drink for whoever has the best proof that all numbers are prime. &lt;br /&gt;
&lt;br /&gt;
The  engineer  says, &amp;quot;1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime,  so all odd numbers are prime.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The physicist says: ‘1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime, 9’s  not a prime --hmmm, but let's go on---11's a prime, 13's a prime.. It must be that 9 was measurement error. &lt;br /&gt;
&lt;br /&gt;
The mathematician says: &amp;quot;1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime. Therefore, by  induction, all odd numbers are prime.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The psychologist says: &amp;quot;I told my R.A. the result we wanted, and having rechecked his work, he now reports that 1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime, 9's a prime, 11's a prime, 13's a prime, 15's a prime, and so  is every other odd number.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The sociologist says: &amp;quot;1’s a prime, 3’s a prime, 5’s a prime, 7’s a prime, 9's a prime,...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The law professor says,&amp;quot;First of all, my billing rate is $400/hour, and it runs for every 15-minute increment...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The grievance studies professor  says: &amp;quot;What's a prime number?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
THE END&lt;br /&gt;
 &lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
''Notes:''&amp;lt;br&amp;gt;&lt;br /&gt;
1. A prime number is  a number greater than 1 that is evenly divisible only by itself and 1.&amp;lt;br&amp;gt;&lt;br /&gt;
2. Engineers are known for being satisfied with equations and other mathematical conclusions that are only approximately true, not exactly true.  Physicists are known for thinking a lot about how precisely their instruments measure things. Mathematicians are known for being very proud of how exact and rigorous they are, but for making mistakes sometimes anyway.  Psychologists  are known for publishing fraudulent results and for pressuring subordinates to make up data. Sociologists are known for lack of mathematical ability. Lawyers are known for their high fees. Grievance studies professors ar known for being even worse at math than sociologists.  All of these are stereotypes; whether the stereotypes have any truth in them, you must judge. Someone is free to add my own field, &amp;quot;economics&amp;quot; to the joke. Accounting may have possibilities too. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
3.  The 1919 [https://en.wikipedia.org/wiki/P%C3%B3lya_conjecture Polya Conjecture],  made by the author of the famous 1945 book, [https://en.wikipedia.org/wiki/How_to_Solve_It ''How To Solve It''], was that over half of the numbers less than any number N have an odd number of prime factors. For example there are eight numbers less than&lt;br /&gt;
N = 9. Of those eight numbers, the number 1 has an even number of prime factors--- [https://en.wikipedia.org/wiki/Parity_of_zero 0 of them]. The number 2 has an odd number (1 of them), as do 3 (1 of them), 5 (1 of them), 7 (1 of them), and 8 (3 of them--- 2, 2, and 2, the 2's being counted three times for this conjecture). The number 4 has an even number (2 of them--- 2 and 2), as does 6  (2 of them--- 2 and 3). So  over 50% of numbers less than 9---  five  out of eight--- have an odd number of prime factors.  Professor Connell wrote Mathematica code to check N = 10,000,000 and found that 5,000,421 of the numbers less than that have an odd number of prime factors, which is still more than half.  But the Polya Conjecture is false. C. Brian Haselgrove disproved it in 1958. R. Sherman Lehman found the first explicit counterexample in 1960: N = 906,180,359. The smallest counterexample is N = 906,150,257, found by Minoru Tanaka in 1980.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
4. See [http://www.rasmusen.org/special/Cedars_School/Odd_number_script.pdf  here ] for a script for performance of this joke by junior high kids.&lt;br /&gt;
&lt;br /&gt;
==The Glass Is Half Empty==&amp;lt;br&amp;gt;&lt;br /&gt;
Pessimist: The glass is half empty.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Optimist: The glass is half full.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer: The glass is twice as big as it needs to be.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--- Jens Foell, https://twitter.com/fMRI_guy/status/1449785982543409159 (2021)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transubstantiation==&amp;lt;br&amp;gt;&lt;br /&gt;
Question: What do you call it when the NCAAA has to decide whether a certain athlete is  a man or a woman? &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Answer: Trans-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Even better answer: Con-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;hat tip: Pastor TB&lt;br /&gt;
&lt;br /&gt;
==The Black Sheep in Scotland==&lt;br /&gt;
A philosopher, a physicist, a mathematician and a computer scientist were travelling on a train through Scotland when they saw a black sheep through the window of the train.  &amp;quot;Aha,&amp;quot; says the philosopher, &amp;quot;I see that Scottish sheep are black.&amp;quot; &amp;quot;Hmm,&amp;quot; says the physicist, &amp;quot;You mean  *some* Scottish sheep are black.&amp;quot; &amp;quot;No,&amp;quot; says the mathematician, &amp;quot;All we know is that there is *at least one* sheep in Scotland, and that *at least one side* of that sheep is black!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Packed Sports Stadiums and Covid==&lt;br /&gt;
Q. Why haven't packed sports stadiums caused massive covid outbreaks?&lt;br /&gt;
&lt;br /&gt;
A. Because of all the fans.&lt;br /&gt;
&lt;br /&gt;
==On Being Elected Senator ==&lt;br /&gt;
Day one:&amp;quot;Here I am at last. How is it that God has allowed me to even sit in the same room with these statesmen?&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
Day ninety: &amp;quot;What are these other 99 idiots doing here?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==The Politics of  the Value-Added Tax (attributed to Larry Summers)==&lt;br /&gt;
The reason the United States, unlike European countries and Canada, doesn't have a value-added tax is that the Democrats think it's regressive and the Republicans think it makes raising tax revenue easy. &amp;lt;br&amp;gt;&lt;br /&gt;
When *will* the United States get  a value-added tax? Once the Republicans realize it's regressive and the Democrats realize it makes raising tax revenue easy.&lt;br /&gt;
&lt;br /&gt;
==College Graduates without Practical Skills==&lt;br /&gt;
''Boss Father:'' Son, after you finish writing that compliance memo, will you sweep up the stock room?&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
''Newly Hired Son:'' But Dad, I’m a college graduate.&lt;br /&gt;
.&amp;lt;br&amp;gt;&lt;br /&gt;
''Boss Father:'' Of course; I forgot. Bring me the broom, and I’ll show you how.&lt;br /&gt;
&lt;br /&gt;
==The  Hand of God Knocking off the Chair==&lt;br /&gt;
A college professor stood up on his chair and said, &amp;quot;If God really exists, then knock me off this chair&amp;quot;. Nothing happened and he said, &amp;quot;See, I'll give it a couple more minutes&amp;quot;. A MARINE vet stood up, punched the professor and knocked him off the chair, and then sat back down. The professor said, &amp;quot;What did you do that for?&amp;quot; The vet said, &amp;quot;GOD was busy protecting my buddies still fighting for your right to say and do stupid stuff like this, so HE SENT ME!&lt;br /&gt;
&lt;br /&gt;
== Elephants Hiding in Trees==&lt;br /&gt;
&amp;quot;Elephants are really great in camouflage. They hide in the tops of trees!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;That's ridiculous. I have NEVER seen an elephant in a tree!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;EXACTLY! See how well they hide?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Why Are Corporations Like Vampires?==&lt;br /&gt;
Corporations and vampires have much in common: (i) immortality; (ii) personhood; and (iii) issues with stakeholders.&lt;br /&gt;
Is there a way to do something with veil-piercing? Certainly you have to design their bonds very carefully to restrain them from evil.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Can you play the violin?==&lt;br /&gt;
Q. Can you play the violin?&amp;lt;br&amp;gt;&lt;br /&gt;
::A. I don't know.  I've never tried.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Transubstantiation==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Question: What do you call it when the NCAAA has to decide whether a certain athlete is  a man or a woman? &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Answer: Trans-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Even better answer: Con-Substantiation. &lt;br /&gt;
&amp;lt;br&amp;gt;hat tip: Pastor TB&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Should I give him a book?==&lt;br /&gt;
Joe: What should I get Tom for his birthday?&lt;br /&gt;
::Moe: How about a book?&lt;br /&gt;
:::Joe: No, he's already got a book.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==People with Negative Heights==&lt;br /&gt;
Via Dick Thaler at https://twitter.com/R_Thaler/status/1436472735723573249&amp;lt;br&amp;gt;&lt;br /&gt;
Q: If height is normally distributed, why aren't there people with negative heights?&amp;lt;br&amp;gt;&lt;br /&gt;
A: There are. We just can't see them.&lt;br /&gt;
&lt;br /&gt;
==For the Work of a Lifetime==&lt;br /&gt;
John Ruskin: 'The labour of two days is that for which you ask two hundred guineas?'&lt;br /&gt;
Whistler: 'No. I ask it for the knowledge I have gained in the work of a lifetime.'&lt;br /&gt;
''Whistler v. Ruskin'' (1878)&lt;br /&gt;
&lt;br /&gt;
==Two and Two Continue To Make Four==&lt;br /&gt;
&amp;quot;Two and two continue to make four, in spite of the whine of the amateur for three, or the cry of the critic for five.&amp;quot; --''Whistler v. Ruskin'' (1878)&lt;br /&gt;
 &lt;br /&gt;
== Freedom of Speech in Russian Social Media==&lt;br /&gt;
A Russian meets up with an American.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;We have freedom of speech,&amp;quot; the Russian says. &amp;quot;I can post that Russian elections are rigged on social media.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;What's the big deal?&amp;quot; asks the American. &amp;quot;I too can write that Russian elections are rigged on social media.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Explosion in a Cheese Factory==&lt;br /&gt;
Did you hear about the explosion in the cheese factory? There was nothing left but debris.&lt;br /&gt;
 &lt;br /&gt;
I haven't laughed so hard since the suggestion that Joe and Kamala run off to Las Vegas and get inaugurated without telling anybody.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
https://quillette.com/2021/01/07/the-death-of-political-cartooning-and-why-it-matters/ &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
Those who study the moon are real optimists, they tend to look at the bright side.&lt;br /&gt;
 &lt;br /&gt;
==Eggs Benedict on a Hubcap==&lt;br /&gt;
Why  should you eat eggs benedict on a hubcap for Christmas dinner? &amp;lt;br&amp;gt;&lt;br /&gt;
--because there's no plate like chrome for the hollandaise.&lt;br /&gt;
&lt;br /&gt;
==The Glass Is Half Empty (Engineer)==  &lt;br /&gt;
 &amp;lt;br&amp;gt;&lt;br /&gt;
Pessimist: The glass is half empty.&amp;lt;br&amp;gt; &lt;br /&gt;
Optimist: The glass is half full.&amp;lt;br&amp;gt;&lt;br /&gt;
Engineer: The glass is twice as big as it needs to be.&lt;br /&gt;
--- Jens Foell, https://twitter.com/fMRI_guy/status/&amp;lt;br&amp;gt; (2021)&lt;br /&gt;
&lt;br /&gt;
==Husbands==&lt;br /&gt;
If your husband is standing alone in the forest and says something, is he still wrong?&lt;br /&gt;
&lt;br /&gt;
==The Joke Convention==&lt;br /&gt;
(Here write my better version, the Joke Convention, with the jolly guy rolling on the floor who hadn't heard it before.)&lt;br /&gt;
&lt;br /&gt;
George Stigler's version in &amp;quot;The Conference Handbook&amp;quot; Journal of Political Economv, 1977, vol. 85, no. 2,   is &lt;br /&gt;
{{Quotation| &lt;br /&gt;
There is an ancient joke about the two traveling salesmen in the age of&lt;br /&gt;
the train. The younger drummer was being initiated into the social life&lt;br /&gt;
of the traveler by the older. They proceeded to the smoking parlor on the&lt;br /&gt;
train, where a group of drummers were congregated. One said, &amp;quot;87,&amp;quot;&lt;br /&gt;
and a wave of laughter went through the group. The older drummer&lt;br /&gt;
explained to the younger that they traveled together so often that they&lt;br /&gt;
had numbered their jokes. The younger drummer wished to participate&lt;br /&gt;
in the event and diffidently ventured to say, &amp;quot;36.&amp;quot; He was greeted by&lt;br /&gt;
cool silence. The older drummer took him aside and explained that they&lt;br /&gt;
had already heard that joke. (In another version, the younger drummer&lt;br /&gt;
was told that he had told the joke badly.)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
 Stigler published an economists' version. I've improved it here, in the spirit of joketelling: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Introductory Remarks &amp;lt;br&amp;gt;&lt;br /&gt;
A.  Here is what the author was trying to say. &amp;lt;br&amp;gt;&lt;br /&gt;
B. The paper admirably solves the problem which it sets for itself. &lt;br /&gt;
Unfortunately, this was the wrong problem. &amp;lt;br&amp;gt;&lt;br /&gt;
C. What a pity that the vast erudition and industry of the author were so &lt;br /&gt;
misdirected &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
D. I am an amateur in this field so my remarks must be diffident and&lt;br /&gt;
tentative. However, even a novice must find much to quarrel with in&lt;br /&gt;
this piece.&lt;br /&gt;
E. I can be very sympathetic with the author; until 2 years ago I was&lt;br /&gt;
thinking along similar lines.&lt;br /&gt;
F. It is good to have a nonspecialist looking at our problem. There is&lt;br /&gt;
always a chance of a fresh viewpoint, although usually, as in this&lt;br /&gt;
case, the advantages of the division of labor are reaffirmed.&lt;br /&gt;
G. This paper contains much that is new and much that is good.&lt;br /&gt;
H. Although the paper was promised 3 weeks ago, I received it as I&lt;br /&gt;
entered this room.&lt;br /&gt;
Comments&lt;br /&gt;
1. Adam Smith said that.&lt;br /&gt;
2. Unfortunately, there is an identification problem which is not dealt&lt;br /&gt;
with adequately in the paper.&lt;br /&gt;
3. The residuals are clearly nonnormal and the specification of the&lt;br /&gt;
model is incorrect.&lt;br /&gt;
4. Theorizing is not fruitful at this stage: we need a series of case&lt;br /&gt;
studies.&lt;br /&gt;
5. Case studies are a clue, but no real progress can be made until a&lt;br /&gt;
model of the process is constructed.&lt;br /&gt;
6. The second-best consideration would of course vitiate the argument.&lt;br /&gt;
7. That is an index number problem (obs., except in Cambridge).&lt;br /&gt;
8. Have you tried two-stage least squares?&lt;br /&gt;
9. The conclusions change if you introduce uncertainty.&lt;br /&gt;
10. You didn't use probit analysis?&lt;br /&gt;
11. I proved the main results in a paper published years ago.&lt;br /&gt;
12. The analysis is marred by a failure to distinguish transitory and&lt;br /&gt;
permanent components.&lt;br /&gt;
13. The market cannot, of course, deal satisfactorily with that externality.&lt;br /&gt;
14. But what if transaction costs are not zero?&lt;br /&gt;
15. That follows from the Coase theorem.&lt;br /&gt;
16. Of course, if you allow for the investment in human capital, the&lt;br /&gt;
entire picture changes.&lt;br /&gt;
17. Of course the demand function is quite inelastic.&lt;br /&gt;
18. Of course the supply function is highly inelastic.&lt;br /&gt;
19. The author uses a sledgehammer to crack a peanut.&lt;br /&gt;
20. What empirical finding would contradict your theory?&lt;br /&gt;
21. The central argument is not only a tautology, it is false.&lt;br /&gt;
22. What happens when you extend the analysis to the later (or earlier)&lt;br /&gt;
period? &lt;br /&gt;
23. The motivation of the agents in this theory is so narrowly egotistic&lt;br /&gt;
that it cannot possibly explain the behavior of real people.&lt;br /&gt;
24. The flabby economic actor in this impressionistic model should be&lt;br /&gt;
replaced by the utility-maximizing individual.&lt;br /&gt;
25. Did you have any trouble in inverting the singular matrix?&lt;br /&gt;
2 6. It was unfortunate that the wrong choice was made between M1 and&lt;br /&gt;
M2.&lt;br /&gt;
27. That is alright in theory, but it doesn't work out in practice (use&lt;br /&gt;
sparingly).&lt;br /&gt;
28. The speaker apparently believes that there is still one free lunch.&lt;br /&gt;
29. The problem cannot be dealt with by partial equilibrium methods:&lt;br /&gt;
it requires a general equilibrium formulation.&lt;br /&gt;
30. The paper is rigidly confined by the paradigm of neoclassical&lt;br /&gt;
economics, so large parts of urgent reality are outside its comprehension.&lt;br /&gt;
31. The conclusion rests on the assumption of fixed tastes, but of course&lt;br /&gt;
tastes have surely changed.&lt;br /&gt;
32. The trouble with the present situation is that the property rights&lt;br /&gt;
have not been fully assigned. &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--------------------------------------&lt;br /&gt;
https://statmodeling.stat.columbia.edu/2021/01/07/xkcd-curve-fitting-methods-and-the-messages-they-send/&lt;br /&gt;
--------------------------------------&lt;br /&gt;
&lt;br /&gt;
[[Babylon Bee reports]]:&lt;br /&gt;
https://babylonbee.com/news/ignorant-republicans-riot-and-dont-even-get-a-free-big-screen-tv-out-of-it/?utm_content=buffer8acdc&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/after-being-kicked-off-social-media-trump-forced-to-go-door-to-door-and-shout-rigged-election?utm_content=buffer59fcc&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/trump-sneaks-back-on-twitter-by-disguising-self-as-pr-rep-for-chinese-communist-party&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/lets-all-remain-peaceful-says-trump-in-clear-incitement-to-violence/?utm_content=bufferbf3b6&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&amp;lt;br&amp;gt;&lt;br /&gt;
https://babylonbee.com/news/amazoncom-thrown-off-aws-for-selling-trumps-art-of-the-deal/?utm_content=buffer70d84&amp;amp;utm_medium=social&amp;amp;utm_source=twitter.com&amp;amp;utm_campaign=buffer&lt;br /&gt;
&lt;br /&gt;
==Proof that 10  + 10 = 11 + 11==&lt;br /&gt;
Alex Kontorovich&lt;br /&gt;
  &lt;br /&gt;
Claim: 10 + 10 = 11 + 11 &lt;br /&gt;
&lt;br /&gt;
Proof:&amp;lt;br&amp;gt;&lt;br /&gt;
10+10 = twenty&amp;lt;br&amp;gt;&lt;br /&gt;
11+11 = twenty too&lt;br /&gt;
&lt;br /&gt;
== Curing the Common Cold==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Patient: Doctor, what should I do to get over my cold? &amp;lt;br&amp;gt;&lt;br /&gt;
Doctor: I'm afraid we have no cure for the common cold. &amp;lt;br&amp;gt;&lt;br /&gt;
Patient: Surely you can think of something!&amp;lt;br&amp;gt;&lt;br /&gt;
Doctor: Well, yes: take a shower and then go naked into your yard in the 20-degree weather for half an hour. &amp;lt;br&amp;gt;&lt;br /&gt;
Patient: But then I'll get pneumonia!&amp;lt;br&amp;gt;&lt;br /&gt;
Doctor: Right. And *that*, we can cure.&lt;br /&gt;
&lt;br /&gt;
==Ridden Out of Town on a Rail==&lt;br /&gt;
President Lincoln one evening   at the White House  was asked &amp;quot;How does it feel to be President of the United States?&amp;quot; &amp;quot;You have heard,&amp;quot; said Lincoln, &amp;quot;about the man tarred and feathered and ridden out of town on a rail? A man in the crowd asked him how he liked it, and his reply was, 'If it wasn't for the honor of the thing, I would rather walk.'&amp;quot; I need to find a good source.&lt;br /&gt;
&lt;br /&gt;
==Grad Students without Original Thoughts==&lt;br /&gt;
I'm  really depressed. I just went to my   Department Chairman and said, &amp;quot;I'm depressed.  You know my PhD student, Sam Jones? He just told me my seminar presentation was the worst he'd ever heard&amp;quot;.   The Chairman's reply:   &amp;quot;Don't worry about Jones, he doesn't have an original thought in his head, and I very much fear he'll never come up with a dissertation topic. He just repeats what he hears all the other people in the department  saying.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I'm  really depressed. I just went to my   Department Chairman and said, &amp;quot;I'm depressed. You know my PhD student, Sam Jones? He   gave his practice job talk today, and it was the worst I've ever heard&amp;quot;.  The Chairman's reply:   &amp;quot;Yeah, I sympathize. Jone is very good at learning what he's taught, but he's totally unoriginal. He just copies what he sees.&amp;quot;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Morality_Laws&amp;diff=5653</id>
		<title>Morality Laws</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Morality_Laws&amp;diff=5653"/>
		<updated>2022-05-28T01:41:17Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: Created page with &amp;quot;==Alcohol== *Reading the scene with the fat midget Englishman in a colored bar in Portis's novel, Narwood, I had an idea. What if, to encourage social interaction, we enacted...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Alcohol==&lt;br /&gt;
*Reading the scene with the fat midget Englishman in a colored bar in Portis's novel, Narwood, I had an idea. What if, to encourage social interaction, we enacted a law saying that beers under $3, wines under $20, and liquor under $40 could not be sold in liquor stores?&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5652</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5652"/>
		<updated>2022-05-28T01:41:02Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is reached by  http://rasmusen.org/rasmapedia. Top pages: '''[[Music]]''' and '''[[Quotations]]''' and '''[[Words]] ''' and [[Jokes]] and [[Anecdotes]]  and '''[[Books To Read]]''' and '''[[Articles to read]]''' and '''[[iu:main]]''' and [[Notes to Transfer Elsewhere]] and [[Memorable Articles]] and [[Videos]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Commands: &amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 20 align=left&amp;gt;&amp;lt;/html&amp;gt;  &lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
==[[Computers]] and  [[Images]] and [[Movies]] and  [[Candidates for Best Dozen Articles I've Read in 2022]]  ''and  the''  [[MIT Free Speech]] page. ==&lt;br /&gt;
&lt;br /&gt;
==Covid==&lt;br /&gt;
*[[Notes on Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Asymptomatic Spread]] and [[Attacks on covid dissenters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Blunders]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Civil Rights and Rule by Decree]] and [[covid]]  and  [[Covid Gear and Precautions]] and [[Covid Origins]] and [[Covid Party Line Flip Flops]] a&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Death rate]] and [[Covid Defective Thinking]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Epidemiology]] and [[Epidemiologists]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ivermectin]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Law]]   and [[Long Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Masks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid op-eds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pandemic Policy]] and [[Polls]] and  [[Pulse Oximeters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Statistics]] &lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Testing]] and [[Covid: treatments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vaccination]] and [[Ventilation]] and [[Vitamin D]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Economics==&lt;br /&gt;
*[[Notes on Economics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Articles to Read]] &lt;br /&gt;
----&lt;br /&gt;
*[[Business]]&lt;br /&gt;
----&lt;br /&gt;
*[[Coase Theorem Examples]] and [[The Common Carrier Theory of Facebook]]  and [[Contracts]] and [[Convertible Indexed Consols]]&lt;br /&gt;
----&lt;br /&gt;
*[[Data]] and [[Diseconomies of Scale]]&lt;br /&gt;
----&lt;br /&gt;
*[[The economics profession]]  and [[Economistical Arrogance]] and [[Economists--Current]] and  [[Entrepreneurs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Finance]] and [[Free Trade]] &lt;br /&gt;
----&lt;br /&gt;
*[[Game Theory]] and [[Getting a PhD in Economics]]   and [[Government Debt]] and  [[Government Failure]] and [[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[History of Economic Thought]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ Research]] and  [[Inflation]] and [[Insurance]] and  [[The Internet and Its Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Management]] and [[Mathematics]] and  and [[Mechanism Design]] and [[Minimum Wage]] (Card-Krueger New Jersey study)&lt;br /&gt;
----&lt;br /&gt;
*[[Paper Notes]] and [[Parler v. Amazon]] and  [[Paternalism]] and [[Personal investing]]  and [[Poverty]] and [[The economics profession]] and  [[The Prosperity of Ching China]]&lt;br /&gt;
----&lt;br /&gt;
*[[Recycling]] and [[Refereeing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Schumpeter]] and [[Seminar Notes]] and [[Socialism]] and [[Statistics]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Taxation in China 1650-1911]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vice]]&lt;br /&gt;
----&lt;br /&gt;
*[[The 2021 Texas Snowfall Electricity Crisis]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
*[[Notes on Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bloomington Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[Childrearing]] and [[Christian Colleges]] and [[College Majors]] and  [[Colleges]]&lt;br /&gt;
----&lt;br /&gt;
*[[DEI]] bureaucrats&lt;br /&gt;
----&lt;br /&gt;
*[[Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Failure]]&lt;br /&gt;
---- &lt;br /&gt;
*[[Good Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Indiana Free Speech Survey]] and [[IU Trustees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Private Schools]] and [[Proofs-- Bad Ones]] &lt;br /&gt;
----&lt;br /&gt;
*[[SAT Test]] and [[School Discipline]] and [[Sexual Abuse by Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Teaching]] and [[Test Prep]] and  [[Test Scores]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]] and [[Uni High]] and [[Unionized Schools]] and [[Universities]]  and [[University Reform]]&lt;br /&gt;
&lt;br /&gt;
==Law==&lt;br /&gt;
*[[Notes on Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Amy Chua]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
----&lt;br /&gt;
*[[Clothing]] and [[The Common Carrier Theory of Facebook]] and [[Con Law]] and [[Contracts]] and [[Copyright]] and [[Crime]]&lt;br /&gt;
----&lt;br /&gt;
*[[Defamation]] and [[Disbarring]] evil lawyers&lt;br /&gt;
----&lt;br /&gt;
*[[Embargo]] Contracts for News&lt;br /&gt;
----&lt;br /&gt;
*[[False Accusations]] and the [[FBI]] and [[FOIA]] and   [[Free Speech Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Hunter Biden's Admission to Yale Law School]] and  [[Hyperlink in Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Impeachment]] and [[The Indiana Legal Trust]]  and [[Injunctions--National]] and the [[IU Trustees]] and [[Intellectual property]] and [[International Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Lawyers]]  and  [[Legalism]] in religion  and  [[Leviticus]] and  [[Litigation Finance]]&lt;br /&gt;
----&lt;br /&gt;
*[[Meriwether Case of Administration Persecution]] and [[Morality Laws]]&lt;br /&gt;
----&lt;br /&gt;
*[[Natural Law]] and [[Nondisclosure Clauses]]&lt;br /&gt;
----&lt;br /&gt;
*[[Opium War Arsenic Poisoning]] and [[Oral Argument]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pardons]]  and   and  [[Parler company]]  and [[Patents]] and [[Poison Pills]] and  [[Police Shootings]] and  [[Police Tactics]] and  and [[Precedent]] and  [[Product Law: Fraud, Trademark, Copyright, Patent]] and [[Property Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ranking Law Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Settlements]] and  [[Settlement That Hurt the Public]]  and  [[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tax Law]]   and  [[Title IX Law]]  and [[Torts]] and   [[Transition Rules in Administrative Law]] and [[Trent Colbert]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]]  and [[University Governance]]&lt;br /&gt;
----&lt;br /&gt;
*[[What Is the Law?]]&lt;br /&gt;
----&lt;br /&gt;
*Yale Law School's [[Amy Chua]] and [[Trent Colbert]]. &lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Living==&lt;br /&gt;
*[[Notes on Living]]&lt;br /&gt;
----&lt;br /&gt;
*[[Advice]] and  [[Air Travel]] and [[Architecture]] and  [[Art]] &lt;br /&gt;
----&lt;br /&gt;
*'''[[Badly Designed Products]]''' and  [[Beauty]] and  [[Best Things of 2020]] and [[Best Things of 2021]] and [[Candidates for Best Dozen Articles I've Read in 2021]]  and  [[Bloomington Employers]] and [[Best Dozen Articles of 2022]]&lt;br /&gt;
----&lt;br /&gt;
*[[Card games]] and [[Social Class|Class]] and [[Computers]] and  [[Conversation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Death]] and [[Design]] and [[Dry Ice]] and [[Drinks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]] and [[Fishing]] and [[Food]]    and [[Friends]]&lt;br /&gt;
----&lt;br /&gt;
*[[Games]]  and  [[Gardening]]  and  [[Guns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Happiness]]  and  [[Hardware]]  and  [[Holidays]]  and  [[Hunting]]&lt;br /&gt;
----&lt;br /&gt;
*[[Inventions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Job Interviews]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Marriage]]  and  [[Movies]]    and  [[Musical Instruments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Obesity]]  and  [[Obituaries]] and [[An Old Man's Stories]] and [[Organization]]&lt;br /&gt;
----&lt;br /&gt;
*[[Parenting]]  and [[Parties]] and [[Places]] and  [[Places to Go]]   and  [[Presents]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Rugs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Search engines]]  and  [[Shopping]]  and  [[Sickness]]  and  [[Smoking]] and and [[Social Class]]  and  [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tools]]  and  [[TV]]&lt;br /&gt;
----&lt;br /&gt;
*[[Units of Measurement]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Politics==&lt;br /&gt;
*[[Notes on Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Biden Administration]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[The CIA]] and [[The Common Carrier Theory of Facebook]]  and  [[Communists]] and [[Conservatives]] and  [[Corruption]] and  [[Countries]] and [[Covid-19]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Deep State]] and [[Dictators]] and [[Diplomats]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Elections]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Filibusters]]  and [[Fraud in Government Programs]] and [[Free Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Government Design]] (constitutions, civil service, etc.) &lt;br /&gt;
----&lt;br /&gt;
*[[Hate hoaxes]] and [[History and Political Tactics for Our Time]]&lt;br /&gt;
----&lt;br /&gt;
*[[Identity Politics/Tribalism]] and [[Immigration]] and [[Impeachment]] and [[The Imperial Presidency]] and [[Indiana Politics]] and [[Inequality]] and [[Israel]]&lt;br /&gt;
----&lt;br /&gt;
*The January 6 incident:  [[2020 Capitol Crowd]] and  [[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Kamala Harris As   Prostitute]]&lt;br /&gt;
----&lt;br /&gt;
*[[Liberals]] and [[Letter to People Who Might Vote for Biden]]  and [[Liberals and Beauty]] and [[Luxury Beliefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Media]] and [[Military Spending]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Nation]] and [[Nixon]] and [[Nuclear power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Political philosophy]]   and  [[Political Prisoners in the US]] and [[Politicians]] and [[Politics generally]] and  [[Politics]]  and [[Polls]] and [[Pontius Pilate As Politician]]&lt;br /&gt;
*[[Practical Tips on Woke Mobbing]]&lt;br /&gt;
*[[The Press as an arm of the Democratic Party]]  &lt;br /&gt;
*[[Public Intellectuals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Race]] and   [[Redistricting]] and  [[Richard II, Rebellion, and Right]] and  [[Riker Book]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Social Policy]] and the [[Southern Poverty Law Center (SPLC)]] and  [[Subversion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tactics  to Fight Cancelling]] and [[&amp;quot;This Land Is My Land&amp;quot;]]&lt;br /&gt;
----&lt;br /&gt;
*[[U.K. Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vote Fraud]] and [[Voting]]&lt;br /&gt;
----&lt;br /&gt;
*[[War]] and [[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Religion==&lt;br /&gt;
*[[Notes on Religion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Anti-Semitism]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Bible]] and  [[Bible Translations]]  and [[Useful Bible Verses]] and   [[Bloomington Churches]] and [[Books]]&lt;br /&gt;
----&lt;br /&gt;
*[[Christian Business]] and [[Christian Colleges]] and [[Christmas]] and   [[Church Buildings]]   and  [[Church Discpline]]&lt;br /&gt;
----&lt;br /&gt;
*[[Deificatio]] and [[Dissolution of the Monasteries]] and [[Donations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ecclesiology]]    and  [[Ethics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Faith versus Works]] and  [[Forgiveness versus Justice]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Good Churches in Various Towns across America]] and  [[The Good Shepherd]]&lt;br /&gt;
----&lt;br /&gt;
*[[Head Coverings]] and [[Holidays]]  and  [[Hymns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Immortality]] and [[Inerrancy]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Law As an Expression of God's Character]] and   [[Legalism]]  and  [[Leviticus]]&lt;br /&gt;
----&lt;br /&gt;
*[[Making your own Christmas cards folding 8x11 paper]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Name of God]] and  [[The National Anthem as Idolatry]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pastors]]  and  [[Peter's Denial]]   and [[Polls: Religion]] and  [[Political Economy in the Bible]] and  [[Pontius Pilate As Politician]]  and  [[Prayer]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Religion in America]] and [[The Rites Controversy in China]]  and  [[Roman Catholicism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Theology]] and  [[The twelve days of Christmas]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
*[[Bankruptcy--Casey and Macey on Hertz and Absolute Priority]]&lt;br /&gt;
*[[Bankruptcy--Skeel on Christian Bankruptcy]]&lt;br /&gt;
*[[Equity-- Why Not Have Enough?]] and  [[Euclid]] and [[Evaluation in Organizations]]&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
*[[Heteroskedasticity]] and [[Hundred Flowers Bloom Model]] &lt;br /&gt;
*[[The Indiana Litigation Trust]] (formerly named [[The Indiana Legal Trust]])&lt;br /&gt;
*[[Nondisclosure Clauses]]&lt;br /&gt;
*[[An Old Man's Stories]] and [[Ostracism in Japan]] and [[Outliers]]&lt;br /&gt;
*[[Regulation Book]]&lt;br /&gt;
*[[Riker Book]]&lt;br /&gt;
*[[Shrinkage]]&lt;br /&gt;
*[[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]&lt;br /&gt;
*[[1933 Germany]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Science==&lt;br /&gt;
*[[Animals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cicadas]]  and  [[Covid-19]]&lt;br /&gt;
----&lt;br /&gt;
*[[The FDA]]&lt;br /&gt;
----&lt;br /&gt;
*[[Geology]]  and  [[Global Warming]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ]]&lt;br /&gt;
----&lt;br /&gt;
*[[Math]] and  [[Medicine]] and [[Mushrooms]]&lt;br /&gt;
----&lt;br /&gt;
*[[Nuclear Power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Plants]]  and  [[Pollution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Short Circuits]]&lt;br /&gt;
----&lt;br /&gt;
*[[Trees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Zeno's Paradox of Achilles and the Tortoise]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Thinking==&lt;br /&gt;
*[[Notes on Thinking]]&lt;br /&gt;
----&lt;br /&gt;
*[[ Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bayes's Rule]] and [[Bias]] and [[Bias in Research]]  and  [[Boasting]]   and  [[Books for My Children To Read]]  and  [[Books I Find Myself Reading Over and Over]]&lt;br /&gt;
----&lt;br /&gt;
*[[Comments]] on the Internet, and [[C. P. Snow, Good Judgement and Winston Churchill]]&lt;br /&gt;
----&lt;br /&gt;
*[[Definitions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ethics]]  and  [[The Exception That Proves the Rule]]  and  [[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Feeling versus Thinking]]  and  [[Francis Bacon's Four Idols]]     and  [[Freedom of Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Innovation]]  and [[Intelligence]]&lt;br /&gt;
----&lt;br /&gt;
*[[Man and Woman]]  and  [[Models and Heuristics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Persuasion]] and [[Psychology]]&lt;br /&gt;
----&lt;br /&gt;
*[[Randomness]] and [[Reading]] and [[Remembering to Think]]&lt;br /&gt;
----&lt;br /&gt;
*[[Self-Esteem]] and [[Selfishness]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Three Kinds of  Concluding: Logic, Intuition, Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Writing==&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]. See also  [[Coding]] and [[Tables of Numbers]] and [[Figures and Diagrams]] and [[Social media]]  and [https://www.rasmusen.org/blog1/c-p-snow-good-judgement-and-winston-churchill/  C. P. Snow, Good Judgement and Winston Churchill ] and [https://www.rasmusen.org/blog1/indefinite-pronouns/   Indefinite Pronouns ]  and [https://www.rasmusen.org/blog1/writing-right-right-away/  Writing Right Right Now.  ]  and [https://www.rasmusen.org/blog1/style-manual/   Writing Style.  ]  and [https://www.rasmusen.org/blog1/rewriting-abstracts/  Rewriting Abstracts ]  and [https://www.rasmusen.org/blog1/diagrams/   Diagrams.  ]  and [[Careful Writing Requires Work]].&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Ambiguity]] and  [[Anonymity]] and [[Articles on Writing]] and  [[Audience]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Language]] and  [[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]  and  [[Big Picture Overview Writing]]  and  [[Big Words]]  and  [[Book reviews: Curiosity, by F.H. Buckley]]&lt;br /&gt;
----&lt;br /&gt;
*[[Candidates for Best Dozen Articles I've Read in 2021]] and [[Citation]] and getting [[Comments]] and  [[Conferences]] and  [[Cover Pages]]&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Examples of Seminar Handouts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Fallacies]]  and  [[Fiction Links]]  and  [[Footnotes]]&lt;br /&gt;
----&lt;br /&gt;
*[[Handouts]]  and [[Handwriting]] and  [[How to Run Online Talks]] and  [[Hyperlinks and the List of Authorities in Legal Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[&amp;quot;Impact&amp;quot; As a Verb]]&lt;br /&gt;
----&lt;br /&gt;
*[[Journals]] and [[Journalism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Listening]] &lt;br /&gt;
----&lt;br /&gt;
*[[Math Writing]] and  [[Mockery and Name-Calling]]&lt;br /&gt;
----&lt;br /&gt;
*[[Novels I Like]]&lt;br /&gt;
----&lt;br /&gt;
*[[Orthography]]&lt;br /&gt;
----&lt;br /&gt;
*[[PhD students]] and [[Phrases]] and  [[Poems]]  and  [[Procrastination]] and [[The Publishing Business]]   and  [[Punctuation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Quotation style]] &lt;br /&gt;
----&lt;br /&gt;
*[[Reading]] as an activity and [[Books to Read]] and [[Rejection]] and [[Rhetorical Phrases]]&lt;br /&gt;
----&lt;br /&gt;
*[[Songs]] and [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Talking]]   and  [[Teaching Writing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Using foreign names of people and countries]] &lt;br /&gt;
----&lt;br /&gt;
*[[Wikipedia]]  and  [[Writing]]   and  [[Writing Style in the Internet Age]]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
----&lt;br /&gt;
*[[Deaths, Mysterious]] and [[Despised Ethnic Groups]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]]&lt;br /&gt;
----&lt;br /&gt;
*[[History]] and [[Homosexuality]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]] and [[Korean Dialects]]&lt;br /&gt;
----&lt;br /&gt;
*[[Machiavelli,  W.E.B. Du Bois, and Their Friends]] and [[Maps]]&lt;br /&gt;
----&lt;br /&gt;
*[[Places]] and [[Profit Opportunities]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Administrative and Wikimedia Help==&lt;br /&gt;
*[[Twitter Tweets]]&lt;br /&gt;
*[[Using MediaWiki for organizing your personal website]]  and &lt;br /&gt;
*[[Rasmapedia administration]]   &lt;br /&gt;
*[[Notes on various things]]&lt;br /&gt;
*[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]&lt;br /&gt;
*[https://en.wikipedia.org/w/index.php?title=User:Editeur24/sandbox&amp;amp;redirect=no My Wikipedia useful command page].&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
* for bullet points&lt;br /&gt;
# with nothing after it, for a blank line&lt;br /&gt;
*(1) is how I like to do numbered lists. It is better than using #&lt;br /&gt;
&amp;lt;nowiki&amp;gt;no [[wiki]] ''markup''&amp;lt;/nowiki&amp;gt;  escaping the language&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;This is a gray blockquote&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 &amp;lt;!-- This is a comment --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 [[MediaWiki:Common.css]]&lt;br /&gt;
&lt;br /&gt;
 I have not figured out how to include templates. The documentation is bad on how to include them in a wiki. &lt;br /&gt;
&lt;br /&gt;
===Templates===&lt;br /&gt;
*[[template:Quotation]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5651</id>
		<title>Quotations</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5651"/>
		<updated>2022-05-27T23:56:38Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Samuelson, Paul */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Introduction==&lt;br /&gt;
*[https://en.wikiquote.org/wiki/Main_Page Wikiquotes]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Anonymous==&lt;br /&gt;
*Twitter: &amp;quot;It is Monday, my dudes. Whatsoever the Lord hath given you to accomplish today, crush it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Twitter: &amp;quot;i had no idea learning programming was such an emotional experience. like half of the process is managing rapidly alternating between feeling like im the lord almighty here to graciously gift my genius to mankind, and wanting to pour my coffee into my keyboard and die.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Traditions exist so we don’t have to talk about what’s right, we just do it.&amp;quot; Twitter (2022). &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What you permit, you promote.&amp;quot; https://quintsblog.wordpress.com/2007/01/30/what-you-permit-you-promote/&lt;br /&gt;
&lt;br /&gt;
*'''&amp;quot;Victory has a hundred fathers, but defeat is an orphan&amp;quot;''' is a slightly improved version of John F. Kennedy's &amp;quot;Victory has a hundred fathers and defeat is an orphan,&amp;quot;as quoted in ''A Thousand Days : John F. Kennedy in the White House'' (1965, 2002 edition), by Arthur Schlesinger, p. 262; also in ''The Quote Verifier'' (2006) by Ralph Keyes, p. 234 http://books.google.com/books?id=McO2Co4Ih98C&amp;amp;pg=PA234).&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The exact wording used by Kennedy (a hundred, not a thousand) had appeared in the 1951 film The Desert Fox: The Story of Rommel, as reported in Safire's ''New Political Dictionary'' (1993) by William Safire, pp 841–842). The earliest known occurrence is Galeazzo Ciano, ''Diary 1937-1943'', entry for 9 September 1942 (&amp;quot;La victoria trova cento padri, e nessuno vuole riconoscere l'insuccesso.&amp;quot;) (&amp;quot;Victory finds a hundred fathers, but nobody wants to recognize defeat&amp;quot;),   but the earliest known occurrence on such a theme is in Tacitus's : ''Agricola'' Book 1 at paragraph 27 http://www.sacred-texts.com/cla/tac/ag01020.htm: “Iniquissima haec bellorum condicio est: prospera omnes sibi vindicant, adversa uni imputantur.” (It is the singularly unfair peculiarity of war that the credit of success is claimed by all, while a disaster is attributed to one alone.)&lt;br /&gt;
https://quotepark.com/pl/cytaty/1377945-john-f-kennedy-victory-has-a-hundred-fathers-and-defeat-is-an-orp/}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Why own a sailboat?  It's easier to turn  your shower's  cold water on  and stand there tearing up $20 bills as fast as you can.&amp;quot; and “Owning a  yacht is like owning a stack of 10 Van Goghs and  holding them over your head as you tread water, trying to keep them dry.” https://www.ft.com/content/5263810a-c4d3-4380-a38e-3a78df99a788&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Quantity has a quality all of its own. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;All of mathematics is taught like someone explaining the rules of a board game that you're not playing yet.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It’s obvious to me why people like him avoid humor. You can pretend to be serious. You can’t pretend to be witty.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*[https://www.answers.com/Q/Who_said_showing_up_is_half_the_battle &amp;quot;Just showing up is 90% of success,&amp;quot; or &amp;quot;Just being there is half the battle,&amp;quot;] perhaps modified from Woody Allen. &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Be friendly to everyone. But have a plan to kill them.’ — attributed to an unidentified Secret Service agent.&lt;br /&gt;
&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Verba_volant,_scripta_manent Wikipedia says:] &amp;quot;Verba volant, scripta manent is a Latin proverb. Literally translated, it means &amp;quot;spoken words fly away, written words remain&amp;quot;.This proverb originates from a speech of senator Caius Titus to the Roman Senate;&amp;quot;  &amp;quot;Verba volant, scripta manent.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Disappointent, or His_appointment&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| There is a certain type of social insecurity, shyness, modesty that actually conceals exaggerated egocentrism: people secretly believe the world revolves around them, everyone is paying attention to them and their actions, constantly judging and criticizing the smallest details.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| &amp;quot;Moi parle pas mais moi comprends tout&amp;quot; (https://twitter.com/Fixpir/status/1447133952448344066)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The first gulp of the glass of science makes you atheist, but at the bottom is always God. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|A bear knows seven songs, and they are all about honey. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Economics is the study of how to get the most out of life. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Das Leben ist kein Ponyhof.  ​(Life is not a pony farm.)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Men want women, but don’t need them. Women need men, but don’t want them.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The proverb appeared in Chaucer’s Troilus and Criseyde, written in 1385. Later, George Herbert modified it this way: “Whose house is of glass, must not throw stones at another.” And in 1736, Benjamin Franklin wrote, “Don’t throw stones at your neighbors, if your own windows are glass.”  https://www.almanac.com/fact/where-did-the-saying-people-who-live}}&lt;br /&gt;
{{Quotation| &amp;quot; `What is the sonne wers, of kinde righte,&amp;lt;br&amp;gt;&lt;br /&gt;
               Though that a man, for feblesse of his yen,&amp;lt;br&amp;gt;&lt;br /&gt;
               May nought endure on it to see for brighte?&amp;lt;br&amp;gt;&lt;br /&gt;
               Or love the wers, though wrecches on it cryen?  865&amp;lt;br&amp;gt;&lt;br /&gt;
               No wele is worth, that may no sorwe dryen.&amp;lt;br&amp;gt;&lt;br /&gt;
               '''And for-thy, who that hath an heed of verre,&amp;lt;br&amp;gt;&lt;br /&gt;
               Fro cast of stones war him in the werre!'''&amp;lt;br&amp;gt;&lt;br /&gt;
 https://www.gutenberg.org/files/257/257-h/257-h.htm}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
I remember my days in DC. I don’t think the women had any plan.&lt;br /&gt;
&lt;br /&gt;
It’s like when they work in an office: no real strategy for getting promoted, taking charge. They wait thinking some gent will just say “it’s your turn!” and anything they want—marriage, promotion, whatever—just happens.&lt;br /&gt;
&lt;br /&gt;
Women will always and forever rely on men.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| &amp;quot;The tactic is by now obvious:&lt;br /&gt;
&lt;br /&gt;
1. Make topic taboo.&lt;br /&gt;
&lt;br /&gt;
2. Normal people shy away from it.&lt;br /&gt;
&lt;br /&gt;
3. Topic mostly discussed by weirdos and edgy people.&lt;br /&gt;
&lt;br /&gt;
4. Point out how suspicious it is that everybody who talks about topic is a weirdo or edgy.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
@KirkegaardEmil}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Adams, Scott==&lt;br /&gt;
[https://twitter.com/ScottAdamsSays/status/1392453838540480517 Twitter May 12, 2021:]&lt;br /&gt;
&amp;quot;Some of the worst advice ever given:&lt;br /&gt;
&lt;br /&gt;
1. Be yourself (total loser philosophy)&lt;br /&gt;
&lt;br /&gt;
2. Follow the science (as if you could)&lt;br /&gt;
&lt;br /&gt;
3. Pursue your passion (no one pays you for having fun)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Alcorn, John==&lt;br /&gt;
“That’s my background and my question. I will now retreat to the background, and learn.” Very nicely phrased and useful.&lt;br /&gt;
&lt;br /&gt;
==Andreessen, Mark==&lt;br /&gt;
&amp;quot;The most serious problem facing any organization is the one that cannot be discussed.&amp;quot; Twitter, 2022.&lt;br /&gt;
&lt;br /&gt;
==Arreeda, Philip==&lt;br /&gt;
From [http://www.gwlr.org/wp-content/uploads/2012/07/79-6-Breyer.pdf &amp;quot;The Uneasy Case for Copyright: A Look Back Across Four Decades,&amp;quot;]  Stephen G. Breyer: &lt;br /&gt;
“Do not tell the class you are talking economics. Anyone who does not understand economics and applies it in antitrust is not properly teaching the course. But anyone who lets the class know that they’re talking economics is not a law school professor.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==ARROW, Kenneth==&lt;br /&gt;
From [https://conversableeconomist.blogspot.com/2013/11/is-altruism-scarce-resource-that-needs.html a blog post quoting Sandel JPE 2013], the original being Arrow 1972. “Gifts and Exchanges.” ''Philosophy  and Public  Affairs''  1(4):  343 – 62.&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “Like many economists,” Arrow (1972, pp. 354–55) writes, “I do not want to rely too heavily on substituting ethics for self-interest. I think it best on the whole that the requirement of ethical behavior be confined to those circumstances where the price system breaks down . . . We do not wish to use up recklessly the scarce resources of altruistic motivation.”}}&lt;br /&gt;
&lt;br /&gt;
==Asimov, Isaac==&lt;br /&gt;
“If my doctor told me I had only six minutes to live, I wouldn't brood. I'd type a little faster.” ― Isaac Asimov&lt;br /&gt;
&lt;br /&gt;
==Astral Codex 10==&lt;br /&gt;
{{Quotation|   &amp;quot;You listed some funny facts about this disorder, but this disorder is really serious and killed my grandmother&amp;quot;. I have a lot of trouble being serious, and this has served me well in getting people to read and enjoy things I write. But almost everything in medicine has killed at least one person's grandmother.  :&amp;lt;br&amp;gt;&lt;br /&gt;
---[https://astralcodexten.substack.com/p/webmd-and-the-tragedy-of-legible  WebMD, and the Tragedy of Legible Expertise&lt;br /&gt;
&amp;quot;What does running a medical database teach you about why everything sucks?&amp;quot;]}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|  The problem for artists is not that popular culture is so bad but that it is so good, at least some of the time. Art could no longer confer prestige by the rarity or excellence of the works themselves, so it had to confer it by the rarity of the powers of appreciation. --https://astralcodexten.substack.com/p/highlights-from-the-comments-on-modern}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Bayly, Joseph==&lt;br /&gt;
 {{Quotation|    &amp;quot;Criticism is the manure in which pastors grow best .&amp;quot;  http://baylyblog.com/blog/2004/06/criticism-manure-which-pastors-grow-best}}&lt;br /&gt;
&lt;br /&gt;
==Bayly, Timothy==&lt;br /&gt;
   {{Quotation| It’s often the case that particularities of our leadership can scandalize sheep who like to think of their pastors as perfect fathers, unlike their own. -- https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/   }}&lt;br /&gt;
&lt;br /&gt;
 {{Quotation| Commenters under these posts have noted the tendency of individual Christians to compare their own local pastors to national celebrities to the detriment of their trust of their local pastors. After all, the sins of their own pastors are obvious whereas the sins of their pastoral heroes are not. --https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The BBC==&lt;br /&gt;
&amp;quot;1930: the BBC's news announcer said, &amp;quot;there is no news&amp;quot; and piano music was played for the remainder of the 15 minute segment.&amp;quot; https://twitter.com/BBCArchive/status/1383693028213198850&lt;br /&gt;
&lt;br /&gt;
==Berlin, Isaiah==&lt;br /&gt;
&amp;quot;“eggs are broken, but the omelette is not in sight, there is only an infinite number of eggs, human lives, ready for the breaking.  And in the end the passionate idealists forget the omelette, and just go on breaking eggs.”&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Blackwell, David==&lt;br /&gt;
{{Quotation|Basically, I’m not interested in doing research and I never have been....I’m interested in understanding, which is quite a different thing. And often to understand something you have to work it out yourself because no one else has done it. (https://en.wikipedia.org/wiki/David_Blackwell#cite_note-NYT-Grime-2007-07-17-11)}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==CANNON, William.== &lt;br /&gt;
1963   “Informal Sociology: A Casual Introduction to Sociological Thinking”  &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Not everything that can be counted counts, and not everything that counts can be counted.}}&lt;br /&gt;
&lt;br /&gt;
==Chesterton, G. K.==&lt;br /&gt;
*[https://mailchi.mp/inpolicy/2022-and-chestertons-fence-488333?e=bda54c6080 &amp;quot;Chesterton's Fence&amp;quot; ]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“In the matter of reforming things, as distinct from deforming them, there is one plain and simple principle; a principle which will probably be called a paradox. There exists in such a case a certain institution or law; let us say, for the sake of simplicity, a fence or gate erected across a road. The more modern type of reformer goes gaily up to it and says, ‘I don’t see the use of this; let us clear it away.’ To which the more intelligent type of reformer will do well to answer: “If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.”&lt;br /&gt;
&lt;br /&gt;
:Chesterton is not alone in the observation. It is found throughout our literature and theatre. In Robert Bolt’s “A Man for All Seasons” Sir Thomas More uses a similar argument to famously challenge his reformist son-in-law. The poet Robert Frost comes to the same conclusion in “Mending Wall.” Scripture is replete with its warning, beginning in Proverbs 22:28, “Do not move an ancient boundary stone that your fathers have placed.” }}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;If you will not have rules, you will have rulers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;People generally quarrel because they cannot argue. And it is extraordinary to notice how few people in the modern world can argue. This is why there are so many quarrels, breaking out again and again, and never coming to any natural end.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
If our social conditions curtail manhood and womanhood, we must alter the social conditions. We must not go on quietly in a corner making men unmanly and women unwomanly, that they may fit into their filthy and slavish civilization.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
Religious liberty might be supposed to mean that everybody is free to discuss religion. In practice it means that hardly anybody is allowed to mention it.&lt;br /&gt;
--Autobiography}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
We are ruled by secret societies which have no names even among the initiate.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
My own political philosophy is very plain and humble; I can trust the uneducated, but not the badly educated.}}&lt;br /&gt;
&lt;br /&gt;
*[http://ignatiusinsight.com/features2007/print2007/gk_domestwwww_july07.html Chesterton's Emancipation of Domesticity&amp;quot;] essay on motherhood.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== CHU, HYON S.==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Here's how neo-Marxism works:&lt;br /&gt;
&lt;br /&gt;
1) pick a variable. For Marx it was labor. For Nietzsche, will to power. For Kendi, it's race. &lt;br /&gt;
&lt;br /&gt;
2) divide the population by this variable&lt;br /&gt;
&lt;br /&gt;
3) blame one side as oppressor, the other as oppressed&lt;br /&gt;
&lt;br /&gt;
4) feign oppression to wield the mob of the oppressed&lt;br /&gt;
--Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Churchill Winston==&lt;br /&gt;
‘Most of the world’s work is done by people who are not feeling very well.’&lt;br /&gt;
&lt;br /&gt;
==Cicero==&lt;br /&gt;
“Poor is the people that has no heroes, but poorer still is the people that, having heroes, fails to remember and honour them.”&lt;br /&gt;
&lt;br /&gt;
==Connolly, Gray==&lt;br /&gt;
Slightly altered from his Twitter rules: &lt;br /&gt;
{{Quotation| &lt;br /&gt;
.&lt;br /&gt;
1. Please be polite and do not fight. &amp;lt;br&amp;gt;&lt;br /&gt;
2. Do disagree, but do not swear, blaspheme, or abuse. &amp;lt;br&amp;gt;&lt;br /&gt;
3. I write as if my late parents are reading, so please be respectful. &amp;lt;br&amp;gt;&lt;br /&gt;
4. You always have control over how you conduct yourself. &amp;lt;br&amp;gt;&lt;br /&gt;
5. A more civil society starts with you.}}&lt;br /&gt;
&lt;br /&gt;
==Cox, Sir David R.==&lt;br /&gt;
From [https://www.annualreviews.org/doi/abs/10.1146/annurev-statistics-031219-041051 &amp;quot;Statistical Significance,&amp;quot; ] David R. Cox, ''Annual Review of Statistics and Its Application'', 7: 1-10 (2020):&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
To claim a result to be highly significant, or even just significant, sounds like enthusiastic&lt;br /&gt;
endorsement, whereas to describe a result as insignificant is surely dismissive. To help avoid such&lt;br /&gt;
misinterpretations, the qualified terms statistically significant or statistically insignificant should,&lt;br /&gt;
at the risk of some tedium, always be used.}}&lt;br /&gt;
&lt;br /&gt;
==Crawford, Jason==&lt;br /&gt;
{{Quotation|  Most people don't read → if you read books at all, you are more educated than most&lt;br /&gt;
&lt;br /&gt;
Even among those who read, most haven't read a book on X. If you read one book on X, you know more about it than the vast majority&lt;br /&gt;
&lt;br /&gt;
Read 2–3 books on one topic, and you're practically an expert. [--Twitter, 2021]}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Dawry, Travis== &lt;br /&gt;
@tdawry {{Quotation| In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it.}}&lt;br /&gt;
&lt;br /&gt;
==DECTER, Midge==&lt;br /&gt;
“You can’t wait for someone to send you good material. Your first job as an editor is to find writers. Your second job is to tell them what to write. You’d be surprised, the best writers often don’t know what needs to be written. A good editor does.”&lt;br /&gt;
&lt;br /&gt;
“If you feel like the content is going flat, pick a fight. That always brings life to a magazine of ideas.”  (from [https://www.firstthings.com/web-exclusives/2022/05/my-memories-of-midge-decter Reno article] in First THings, 2022)&lt;br /&gt;
&lt;br /&gt;
==Dennett, Daniel==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;“A scholar,” said Daniel Dennett in 1995, “is just a library’s way of making another library.”&amp;quot; (James Gleick, The Information)}}&lt;br /&gt;
&lt;br /&gt;
==Dick, Philip K.==&lt;br /&gt;
“Reality is that which, when you stop believing in it, doesn’t go away.”&lt;br /&gt;
&lt;br /&gt;
==DIPLOCK, Lord==&lt;br /&gt;
{{Quotation| After all, that is the beauty of the common law; it is a maze, not a motorway.}} ''Morris v. C.W.Martin,'' 1 QB 716 (Diplock, L. J. , 1966). A  [https://heinonline.org/HOL/LandingPage?handle=hein.journals/artniqul3&amp;amp;div=49&amp;amp;id=&amp;amp;page= bailment case. ] &lt;br /&gt;
&lt;br /&gt;
==Domingos, Pedro== &lt;br /&gt;
{{Quotation|An extremist is someone who thinks a moderate is an extremist of the opposite persuasion.&amp;lt;br&amp;gt;&lt;br /&gt;
--https://twitter.com/pmddomingos/status/1358242734482464768}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
It's easy to forget that every cognitive bias is the flip side of a heuristic that works.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The goal of cancel culture is to cancel culture.}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Resentment of billionaires is rooted in our Neolithic minds' inability to intuitively understand that one person's positive impact on the world may be many orders of magnitude greater than another's.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Dostoevsky==&lt;br /&gt;
&amp;quot;It takes more than just intelligence to act intelligently.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
==Eckel, Catherine==&lt;br /&gt;
&amp;quot;It's time to invent time-bankruptcy.  I owe so many people so many things, and everyone is mad at me.  I declare bankruptcy!  Let the courts sort it out.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==ENNIS, John==&lt;br /&gt;
&amp;quot;Tolerance in America is largely tied to capitalism. When people are working together to make money, they can put aside many differences. Socialism, on the other hand, leads to intolerance as different factions compete for state resources.&amp;quot;  [https://twitter.com/john_ennis_btc/status/1518986774776893442 Twitter] (2022)&lt;br /&gt;
&lt;br /&gt;
==Enzensbergert==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
So we belong to a class that neither controls nor owns what matters, the famous means of production, and it does not produce what also mat­ters, the famous surplus value (or perhaps produces it only indirectly and incidentally . . . ).}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Faulkner, William==&lt;br /&gt;
 “The past is never dead. It’s not even past.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Feynman, Richard== &lt;br /&gt;
&amp;quot;Science is the belief in the ignorance of experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FischerKing== &lt;br /&gt;
*&amp;quot;Most truth is grasped as a sort of sudden insight. Writing it down is always a problem b/c it only approximates the discovery. And then the written word becomes the plaything of lesser intellects, who tie themselves in knots trying to explicate it. And therein lies most academia.&amp;quot; (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;From an anthropological perspective, the Antifa phenomenon is quite useful. Can’t remember another time when Nietzsche’s concept of slave morality raging against the beautiful was more openly on display.&amp;quot;  (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
==Flanagan, Caitlin==&lt;br /&gt;
 {{Quotation| The school is now so flush that its campus is a sort of Saks Fifth Avenue of Quakerism. Forget having Meeting in the smelly old gym. Now there is a meetinghouse of sumptuous plainness, created out of materials so good and simple and repurposed and expensive that surely only virtue and mercy will follow its benefactors all the days of their lives. The building’s citation by the American Institute of Architects notes that the interior is lined with “oak from long-unused Maryland barns” and the exterior is “clad with black locust harvested from a single source in New Jersey.”...&lt;br /&gt;
&lt;br /&gt;
College admissions is one of the few situations in which rich people are forced to scramble for a scarce resource. What logic had led them to believe that it would help to antagonize the college counselors? Driven mad by the looming prospect of a Williams rejection, they had lost all reason...&lt;br /&gt;
&lt;br /&gt;
 These aren’t parents in the public-school system; they are consumers of a luxury product. If they are unhappy, they won’t just write anonymous letters. They’ll let the school know the old-fashioned way: by cutting down on their donations. Money is how rich people express their deepest feelings...&lt;br /&gt;
&lt;br /&gt;
Many schools for the richest American kids have gates and security guards; the message is ''you are precious to us.'' Many schools for the poorest kids have metal detectors and police officers; the message is ''you are a threat to us.''&lt;br /&gt;
--https://www.theatlantic.com/magazine/archive/2021/04/private-schools-are-indefensible/618078/, The Atlantic (2021). }}&lt;br /&gt;
&lt;br /&gt;
==Follows,  Tracey==&lt;br /&gt;
[https://twitter.com/traceyfutures/status/1348032747613392896 @traceyfutures]:&lt;br /&gt;
2021: {{Quotation| “In China you have a State-run media, in the US you have a media-run State” }}&lt;br /&gt;
&lt;br /&gt;
==Foster, Michael==&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1392467487049109504 Twitter, May 12, 2021:]&lt;br /&gt;
{{Quotation|If a positive comment about men triggers you, you’re seriously twisted.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1395015978027819010 Twitter, May 19, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
When women hold power in a church—whether officially or unofficially—two things tend to happen:&lt;br /&gt;
&lt;br /&gt;
1. They strive to include anyone agreeable, regardless of error;&lt;br /&gt;
&lt;br /&gt;
2. They strive to exclude anyone disagreeable, regardless of orthodoxy.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1457324061130956801  Twitter, November 7, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 This a great question: &amp;quot;Is it a general occurrence that if you ask your wife how her day was that she will go into every little possible detail about what she did, what she talked to other people about, and what happened but never actually tell you how her day was?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
My reply:&lt;br /&gt;
&lt;br /&gt;
 That's how a normal woman tells you how her day was. The description is the conclusion, which to a man seems like a joke w/o a punchline. She took you on her journey &amp;amp; in doing so she thinks you feel what she felt as she went thru it. Therefore, she thinks you'll just get it.}}&lt;br /&gt;
&lt;br /&gt;
==Franco, Francisco==&lt;br /&gt;
*From [https://theworthyhouse.com/2019/04/16/on-francisco-franco/ The Worthy House], without source, said to be from 1961: &lt;br /&gt;
{{Quotation|The great weakness of modern states lies in their lack of doctrinal content, in having renounced a firm concept of man, life, and history. The major error of liberalism is in its negation of any permanent category of truth—its absolute and radical relativism—an error that, in a different form, was apparent in those other European currents that made ‘action’ their only demand and the supreme norm of their conduct [i.e., Communism and National Socialism]. . . . When the juridicial order does not proceed from a system of principles, ideas, and values recognized as superior and prior to the state, it ends in an omnipotent juridicial voluntarism, whether its primary organ be the so-called majority, purely numerical and inorganically expressed, or the supreme organs of power.}}&lt;br /&gt;
&lt;br /&gt;
==Frizzell, David==&lt;br /&gt;
From the song, [https://www.lyrics.com/lyric/30878059/David+Frizzell/I'm+Gonna+Hire+a+Wino+to+Decorate+Our+Home &amp;quot;I'm gonna' hire a wino to decorate our home&amp;quot;]:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Quotation|&lt;br /&gt;
She said: &amp;quot;I'm gonna' hire a wino to decorate our home,&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;So you'll feel more at ease here, and you won't have to roam.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;We'll take out the dining room table, and put a bar along that wall.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;And a neon sign, to point the way, to our bathroom down the hall.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Fuentes, Carlos==&lt;br /&gt;
&amp;quot;There are years when nothing happens and years in which centuries happen.&amp;quot; This is wrongly attributed to Lenin. Marx had the idea,  and better. See [https://quoteinvestigator.com/2020/07/13/decades-weeks/#:~:text=Quote%20Investigator%3A%20Vladimir%20Lenin%20died%20in%201924%3B%20however%2C,appeared%20in%20the%20second%20epistle%20of%20St.%20Peter quote investigator]&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Gelman, Andrew==&lt;br /&gt;
*{{Quotation|  &amp;quot;Theoretical Statistics is the Theory of Applied Statistics&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Econ is econ and is special in its own way, but Sturgeon’s law applies universally. Most published statistics articles are completely irrelevant to the world, even to whatever application area they are nominally targeting. Bad statistics articles are irritating in a different way than bad econ articles, which in turn are a different sort of irritating than bad poli sci or sociology articles. It’s an interesting thought: we tend to compare different fields based on the different characteristics of their best work, but another dimension is to compare the different characteristics of crappy but well-respected work in each field.}} (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://statmodeling.stat.columbia.edu/2021/07/08/she-sent-a-letter-pointing-out-problems-with-a-published-article-the-reviewers-agreed-that-her-comments-were-valid-but-the-journal-didnt-publish-her-letter-because-the-policy-among-editors-is-no/  &amp;quot;She sent a letter pointing out problems with a published article, the reviewers agreed that her comments were valid, but the journal didn’t publish her letter because “the policy among editors is not to accept comments.” &amp;quot;], July 28, 2021, blogpost:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The journal in question is called The Economic Journal. To add insult to injury, the editor wrote the following when announcing they wouldn’t publish the letter:&lt;br /&gt;
&lt;br /&gt;
My [the editor’s] assessment is that this paper is a better fit for a field journal in education.&lt;br /&gt;
&lt;br /&gt;
OK, let me get this straight. The original paper, which was seriously flawed, was ok for Mister Big Shot Journal. But a letter pointing out those flaws . . . that’s just good enough for a Little Baby Field Journal.}}&lt;br /&gt;
&lt;br /&gt;
==Genghis Khan==&lt;br /&gt;
This is disputed. I take this from Wikiquote's article at https://en.wikiquote.org/wiki/Genghis_Khan:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
&lt;br /&gt;
[What, in all the world, could bring the greatest happiness?]&lt;br /&gt;
&amp;quot;The open steppe, a clear day, and a swift horse under you,&amp;quot; responded the officer after a little thought, &amp;quot;and a falcon on your wrist to start up hares.&amp;quot;&lt;br /&gt;
&amp;quot;Nay,&amp;quot; responded the Khan, &amp;quot;to crush your enemies, to see them fall at your feet — to take their horses and goods and hear the lamentation of their women. That is best.&amp;quot;&lt;br /&gt;
As quoted in Genghis Khan: The Emperor of All Men (1927) by Harold Lamb, Doubleday, p. 107.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gibbon, Edward==&lt;br /&gt;
*''Decline and Fall,'' Ch. 21, part 5: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
If the emperor had capriciously decreed the death of the most eminent and virtuous citizen of the republic, the cruel order would have been executed without hesitation, by the ministers of open violence or of specious injustice. The caution, the delay, the difficulty with which he proceeded in the condemnation and punishment of a popular bishop, discovered to the world that the privileges of the church had already revived a sense of order and freedom in the Roman government.}}&lt;br /&gt;
&lt;br /&gt;
*''Decline and Fall,''  [https://www.gutenberg.org/cache/epub/25717/pg25717-images.html#chap53.1 Ch. 53, part 1:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 They held in their lifeless hands the riches of their fathers, without inheriting the spirit which had created and improved that sacred patrimony: they read, they praised, they compiled, but their languid souls seemed alike incapable of thought and action. In the revolution of ten centuries, not a single discovery was made to exalt the dignity or promote the happiness of mankind. Not a single idea has been added to the speculative systems of antiquity, and a succession of patient disciples became in their turn the dogmatic teachers of the next servile generation. Not a single composition of history, philosophy, or literature, has been saved from oblivion by the intrinsic beauties of style or sentiment, of original fancy, or even of successful imitation. ...m, a panegyric or tale; they forgot even the rules of prosody; and with the melody of Homer yet sounding in their ears, they confound all measure of feet and syllables in the impotent strains which have received the name of political or city verses. The minds of the Greek were bound in the fetters of a base and imperious superstition which extends her dominion round the circle of profane science. Their understandings were bewildered in metaphysical controversy: in the belief of visions and miracles, they had lost all principles of moral evidence, and their taste was vitiated by the homilies of the monks, an absurd medley of declamation and Scripture. Even these contemptible studies were no longer dignified by the abuse of superior talents: the leaders of the Greek church were humbly content to admire and copy the oracles of antiquity, nor did the schools of pulpit produce any rivals of the fame of Athanasius and Chrysostom.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Glaeser, Edward==&lt;br /&gt;
An Ed Glaeser aphorism just now from his Markus seminar, improved a bit:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It's not Trust in Authorities: it’s the Trustworthiness of Authorities, that matters.  A good government nobody trusts is better than a bad government *everybody* trusts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Goethe==&lt;br /&gt;
Mephistopheles:  &lt;br /&gt;
{{Quotation|  Ich bin der Geist der stets verneint.}}&lt;br /&gt;
&amp;quot;I am the spirit that always denies, or negates.&amp;quot; Faust part I. &lt;br /&gt;
&lt;br /&gt;
==GOLDMAN, Samuel.==&lt;br /&gt;
@SWGoldman, January 8, 2021: {{Quotation| A lot of people who thought they were part of the con now discovering that they were the marks. Which is exactly how a con works.}}&lt;br /&gt;
&lt;br /&gt;
==Golub, Ben==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
An underappreciated reason to keep economic theory programs vigorous and strong is that a LOT of the best scholars in other fields started out wanting to do theory. Like, a lot of amazing people.   The prospect of doing theory is like a honeypot for a certain kind of curious, high-powered person, who can then be redirected more productively. (Twitter, 2021)}}&lt;br /&gt;
&lt;br /&gt;
==GORDON, Leslie McAdoo==&lt;br /&gt;
&amp;quot;He keeps digressing, and there are digressions from the digressions, which he digresses from to digress.&amp;quot; On [https://twitter.com/McAdooGordon/status/1502053406508302336 Twitter], about a boring prosecutor during a sentencing hearing.&lt;br /&gt;
&lt;br /&gt;
==Gracian, Balthasar==&lt;br /&gt;
*“It is better to sleep on things beforehand than lie awake about them afterward.”&lt;br /&gt;
 &lt;br /&gt;
*“Never contend with a man who has nothing to lose.”&lt;br /&gt;
&lt;br /&gt;
==Graham, Paul==&lt;br /&gt;
*&amp;quot;While helping 12 yo prepare for exams, I've also been teaching him what's real knowledge and what isn't. E.g. how distillation works is real knowledge. The fact that the thing that gets dissolved in a solution is called the solute isn't.&amp;quot; (Twitter, 2021) &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One advantage companies that are still run by their founders have over other companies is that founders have the confidence to be unconventional. Employees worry they'll get in trouble if they do things differently. Founders don't.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Nonprofits that can't show what effect they have are showing what effect they have.&amp;quot;  (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Taking classes in &amp;quot;entrepreneurship&amp;quot; in college to learn how to innovate is like going to the Louvre and spending your time looking at the floor.&amp;quot; (as improved by me, Twitter, 2022)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Grant, Ulysses S.==&lt;br /&gt;
{{Quotation| As we approached the brow of the hill from which it was expected we could see Harris' camp, and possibly find his men ready formed to meet us, my heart kept getting higher and higher until it felt to me as though it was in my throat. I would have given anything then to have been back in Illinois, but I had not the moral courage to halt and consider what to do; I kept right on. When we reached a point from which the valley below was in full view I halted. The place where Harris had been encamped a few days before was still there and the marks of a recent encampment were plainly visible, but the troops were gone. My heart resumed its place. '''It occurred to me at once that Harris had been as much afraid of me as I had been of him. This was a view of the question I had never taken before; but it was one I never forgot afterwards.''' From that event to the close of the war, I never experienced trepidation upon confronting an enemy, though I always felt more or less anxiety. I never forgot that he had as much reason to fear my forces as I had his. The lesson was valuable.}} U.S. Grant, autobiography,  on the Battle of Belmont, https://www.gutenberg.org/files/4367/4367-h/4367-h.htm#ch20.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gude, Hans==&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Hans_Gude Hans Gude] (1825-1903):&lt;br /&gt;
:&amp;quot;You, my compatriots in Norway, have no grounds for complaining that we have forgotten the dear, familiar and specific character with which God has endowed our land and our nation. That is so firmly entrenched in our being that it finds expression, whether we like it or not. Do not, therefore, insult us further.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Haeckel, Ernst==&lt;br /&gt;
{{Quotation|  Ontogeny recapitulates phylogeny.}}&lt;br /&gt;
&lt;br /&gt;
==Hanson, Robin==&lt;br /&gt;
{{Quotation| Biggest trend in my world over the last 50yrs:&amp;lt;br&amp;gt;&lt;br /&gt;
50 yrs ago, intellectuals were top prestige; journalists, judges, activists, inventors, etc aspired to be that. &amp;lt;br&amp;gt;&lt;br /&gt;
Today, activists are top prestige; intellectuals, journalists, judges, inventors, etc aspire to be that.}} twitter, 2021.&lt;br /&gt;
&lt;br /&gt;
==Harpending, Henry==&lt;br /&gt;
[https://westhunt.wordpress.com/2021/04/26/henrys-buffalo/ &amp;quot;Henry’s Buffalo,&amp;quot;] ''West Hunter'' blog:&lt;br /&gt;
{{Quotation| We were up late around the fire as all the participants took turns telling the story of the day.  Of course everyone told the same story, since there was only one, but somehow we were all attentive to each new version.}}&lt;br /&gt;
&lt;br /&gt;
==Harrington,  John.==&lt;br /&gt;
''Epigrams'', Book iv,  [https://quod.lib.umich.edu/e/eebo/A02647.0001.001/1:7.5?rgn=div2;view=fulltext| Epistle 5]. &amp;lt;br&amp;gt;&lt;br /&gt;
 {{Quotation|  Treason  doth never prosper: what's the reason?&amp;lt;br&amp;gt;Why, if it prosper, none dare call it treason.}}&lt;br /&gt;
Compare: &amp;quot;Prosperum ac felix scelus/ Virtus vocatur&amp;quot; (&amp;quot;Successful and fortunate crime/ is called virtue&amp;quot;), [[Seneca]], ''Herc. Furens'', ii. 250.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Haywood, Charles==&lt;br /&gt;
From a 2018 [https://theworthyhouse.com/2018/03/30/book-review-change-church-pope-francis-future-catholicism-ross-douthat/ book review at Worthy House]:&lt;br /&gt;
 {{Quotation| Such men lack consistency, because they simply don’t have the intellectual horsepower to maintain it, while they quickly and without noticing contradict themselves if it’s needed to get shiny baubles such as the praise of those they realize to be their intellectual or social betters. }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Rob Henderson==&lt;br /&gt;
“Many have discovered an argument hack. They don’t need to argue that something is false. They just need to show that it’s associated with low status.”  https://quillette.com/2021/04/03/persuasion-and-the-prestige-paradox-are-high-status-people-more-likely-to-lie/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Hippocrates==&lt;br /&gt;
&amp;quot;There are ticks in woods now.&amp;quot; Why did God create ticks? Perhaps the tick will be justified some day like the flea, by a poem. Ars longa, vita brevis.  With a zero discount rate, a good poem justifies even the Black Death.  https://buff.ly/3dpjpHE&lt;br /&gt;
10:29 AM · Apr 18, 2021·Buffer&lt;br /&gt;
 &lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
Replying to &lt;br /&gt;
@erasmuse&lt;br /&gt;
I rightly used &amp;quot;Ars longa, vita brevis&amp;quot;,to digress,  but it has multiple meanings, like a Chinese poem. One is &amp;quot;Art lasts forever, but life is brief.&amp;quot;&lt;br /&gt;
Ars longa, vita brevis - Wikipedia&lt;br /&gt;
en.wikipedia.org&lt;br /&gt;
&lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
@erasmuse&lt;br /&gt;
The original, in Greek, is &amp;quot;There's a lot of technique, but only a short life to learn it in&amp;quot;, which I at 62 appreciate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== ==&lt;br /&gt;
==The Incredibles (movie)==&lt;br /&gt;
[https://lessonsfromthemouse.wordpress.com/2017/07/15/the-incredibles-if-everyone-is-special-no-one-is/#respond  &amp;quot;The Incredibles- If Everyone Is Special, No One Is,&amp;quot;] ''Lessons from the Mouse'' blog (2017).: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
On the car ride home, Dash says “Our powers make us special,” to which Helen (Mrs. Incredible) says, “Everyone is special, Dash”. Dash retorts back to her, “Which is another way of saying that no one is.” This is not just the opinion of a frustrated little boy, he is parroting the frustrations of his father who later on is arguing that a 4th grade graduation ceremony is silly (in his words, psychotic) because, “They keep celebrating new ways to celebrate mediocrity, but if someone is genuinely exceptional, they shut him down because they don’t want everyone else to feel back!” And lastly, this theme comes to a head when Syndrome is planning on giving everyone superpowers with his tech and claiming, “When everyone is super, no one will be.” ... Not everyone is special, understand, everyone is important, everyone is valid, and everyone is even significant, but not everyone is special. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==KASCHUTA, Alex== &lt;br /&gt;
[https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
The average Romanian knows the following about Americans:&lt;br /&gt;
&lt;br /&gt;
*    They are stupid and uncultured, though they somehow also have the best universities and lead the world in scientific research. &lt;br /&gt;
&lt;br /&gt;
* They are fat and lethargic, but their work ethic is second to none, and they never take vacations. &lt;br /&gt;
&lt;br /&gt;
* They have guns, though they shouldn't, though they probably should because criminality is very high. &lt;br /&gt;
&lt;br /&gt;
* The evils that befall them was caused by something terrible they did, either now or in the past, though it would have been great to have them “conquer” us just once.&lt;br /&gt;
&lt;br /&gt;
 *   It's hard to emigrate there, but it shouldn't be, because it's also highly desirable, being the &amp;quot;land of opportunity.&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
 [https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|The American paradox may have a simple solution: America is the only country to have generated so much excess it now exports its own self-loathing, in industrial quantities, 24/7. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| If you make someone &amp;quot;Homelessness Czar&amp;quot; their job is to preside over homelessness, not eliminate it.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Kennedy, John F.==&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;&lt;br /&gt;
“I never met a man like this,” Kennedy remarked to another reporter, Hugh Sidey of Time magazine. “[I] talked about how a nuclear exchange would kill 70 million people in 10 minutes, and he just looked at me as if to say, ‘So what?’” -- https://www.history.com/news/kennedy-krushchev-vienna-summit-meeting-1961&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KERR, Clark==&lt;br /&gt;
Clark Kerr  characterized his “multiversity” as “a series of individual faculty entrepreneurs held together by a common grievance over parking.” &lt;br /&gt;
&lt;br /&gt;
==KING, Martin Luther==&lt;br /&gt;
&amp;quot;It may be true that the law cannot make a man love me, but it can stop him from lynching me, and I think that's pretty important.&amp;quot; ''The Wall Street Journal'' (13 November 1962).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Krauss, Lawrence ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Instead of a theory of everything, string theory is a theory of anything, which means it's a theory of nothing.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==KRONECKER, Leopold ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
(1) “Die ganzen Zahlen hat der liebe Gott gemacht, alles andere ist Menschenwerk”&amp;lt;br&amp;gt;&lt;br /&gt;
(2) “God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
(3) “The Dear God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
in einem schriftlich nicht überlieferten Vortrag bei der Berliner Naturforscher-Versammlung 1886, zitiert bei H.[einrich] Weber: Leopold Kronecker, in: ''Jahresbericht der Deutschen Mathematiker-Vereinigung'' 2, 1893, S. 19 http://gdz.sub.uni-goettingen.de/dms/load/img/?PID=PPN37721857X_0002|LOG_0006&amp;amp;physid=PHYS_0025%20Seite%2019 drittletzter Absatz doi: 10.1007/BF01446613.  Also in : [http://gdz.sub.uni-goettingen.de/pdfcache/PPN235181684_0043/PPN235181684_0043___LOG_0007.pdf ''Mathematische Annalen,'' 1893, ] Band 43,    S. 15, 3. und 4. Zeile Zugeschrieben&lt;br /&gt;
&lt;br /&gt;
Quelle: https://beruhmte-zitate.de/zitate/138167-leopold-kronecker-die-ganzen-zahlen-hat-der-liebe-gott-gemacht-alle/&lt;br /&gt;
&lt;br /&gt;
Version (1) is the original. Version (3) is the more accurate translation. Version (2) sounds better than either (1) or (3). The &amp;quot;ganzen Zahlen&amp;quot; are the integers, not the natural numbers, [https://de.wikipedia.org/wiki/Ganze_Zahl#:~:text=Die%20ganzen%20Zahlen%20%28auch%20Ganzzahlen%2C%20lateinisch%20numeri%20integri%29,3%2C%20%E2%80%A6%20und%20enthalten%20damit%20alle%20nat%C3%BCrlichen%20Zahlen German Wikipedia says.] &amp;quot;der liebe Gott&amp;quot; is &amp;quot;the Dear God&amp;quot;. (Thanks to Christian Matthes for finding this for me via my Twitter request)&lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Laughlin, Robert==&lt;br /&gt;
&amp;quot;In science, you gain power by telling people what you know; in engineering, by preventing them from knowing it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Lenin, Vladimir==&lt;br /&gt;
[[&amp;quot;The Worse, the Better.&amp;quot;]]&lt;br /&gt;
He did not originate this quote. I have a separate page on it.&lt;br /&gt;
&lt;br /&gt;
==David Levy, famous comet-hunter==&lt;br /&gt;
“Inspiration before Outreach — because if you don’t INSPIRE your audience, outreach will go nowhere.”&lt;br /&gt;
&lt;br /&gt;
==LLoyd_Jones, Martyn==&lt;br /&gt;
{{Quotation| I spend half my time telling Christians to study doctrine, and the other half telling them doctrine is not enough.}}&lt;br /&gt;
&lt;br /&gt;
==Long, Earl (Senator from Louisiana)==&lt;br /&gt;
*&amp;quot;Don't write anything you can phone. Don't phone anything you can talk. Don't talk anything you can whisper. Don't whisper anything you can smile. Don't smile anything you can nod. Don't nod anything you can wink.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Machiavelli, Nicholas==&lt;br /&gt;
 {{Quotation| “Prudent archers...set their aim much higher than the place intended, not to reach such a height with their arrow, but to be able with the aid of so high an aim achieve their plan.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
--Book IV of The Prince}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Macaulay, Thomas==&lt;br /&gt;
From [https://www.gutenberg.org/files/1468/1468-h/1468-h.htm#link2HCH0002 The History of England, Volume I], chapter 2: &lt;br /&gt;
{{Quotation|It is creditable to Charles's temper that, ill as he thought of his species, he never became a misanthrope. He saw little in men but what was hateful. Yet he did not hate them. Nay, he was so far humane that it was highly disagreeable to him to see their sufferings or to hear their complaints. This, however, is a sort of humanity which, though amiable and laudable in a private man whose power to help or hurt is bounded by a narrow circle, has in princes often been rather a vice than a virtue. More than one well disposed ruler has given up whole provinces to rapine and oppression, merely from a wish to see none but happy faces round his own board and in his own walks. No man is fit to govern great societies who hesitates about disobliging the few who have access to him, for the sake of the many whom he will never see. The facility of Charles was such as has perhaps never been found in any man of equal sense. He was a slave without being a dupe. Worthless men and women, to the very bottom of whose hearts he saw, and whom he knew to be destitute of affection for him and undeserving of his confidence, could easily wheedle him out of titles, places, domains, state secrets and pardons. He bestowed much; yet he neither enjoyed the pleasure nor acquired the fame of beneficence. He never gave spontaneously; but it was painful to him to refuse. The consequence was that his bounty generally went, not to those who deserved it best, nor even to those whom he liked best, but to the most shameless and importunate suitor who could obtain an audience.}}&lt;br /&gt;
&lt;br /&gt;
‘A government cannot be wrong in punishing fraud or force, but it is almost certain to be wrong if, abandoning its legitimate function, it tells private individuals that it knows their business better than they know it themselves.’   (unkonwn source)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Massie, Thomas==&lt;br /&gt;
*[https://twitter.com/RepThomasMassie/status/1460241573187395584 Twitter] (2021): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Who could have foreseen that the response to the very lackluster performance of the vaccines would be to force people to take them, to force the people who took them to take more of them, and for the CEO of the company profiting most from them to call their critics criminals?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==MELKONIAN, Raffi==&lt;br /&gt;
{{Quotation| The brief I was reading recited the *entire* procedural history of the matter before saying &amp;quot;Our Problem is X. We need you to do Y. Right away. Because otherwise, Z is going to happen to us, which will make us very sad.&amp;quot; (Twitter, https://twitter.com/RMFifthCircuit/status/1436042316125548548 (2021).}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Mencken==&lt;br /&gt;
*As democracy is perfected, the office of President represents, more and more closely, the inner soul of the people. On some great and glorious day, the plain folks of the land will reach their heart's desire at last and the White House will be adorned by a downright moron.&lt;br /&gt;
&lt;br /&gt;
*I know some who are constantly drunk on books as other men are drunk on whiskey.&lt;br /&gt;
&lt;br /&gt;
*Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats&lt;br /&gt;
&lt;br /&gt;
*An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it makes a better soup&lt;br /&gt;
&lt;br /&gt;
*A cynic is a man who, when he smells flowers, looks around for a coffin.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Mouton Rothchild==&lt;br /&gt;
From Wikipedia: &lt;br /&gt;
In 1973, Mouton was elevated to &amp;quot;first growth&amp;quot; status after decades of intense lobbying by its powerful and influential owner,[1] the only change in the original 1855 classification (excepting the 1856 addition of Château Cantemerle). This prompted a change of motto: previously, the motto of the wine was Premier ne puis, second ne daigne, Mouton suis. (&amp;quot;First, I cannot be. Second, I do not deign to be. Mouton I am.&amp;quot;), and it was changed to Premier je suis, Second je fus, Mouton ne change. (&amp;quot;First, I am. Second, I used to be. Mouton does not change.&amp;quot;) &lt;br /&gt;
&lt;br /&gt;
==More, Thomas==&lt;br /&gt;
&amp;quot;Stand always beside me so that today I shall not, to win a point, lose my soul.&amp;quot; This is attributed to him, but I doubt he said it. I can't find a source. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==MUSK, ELON==&lt;br /&gt;
*From [https://twitter.com/tylertringas/status/1475268528521596928 Twitter]: “The most common error of a smart engineer is to optimize a thing that should not exist.”  To look for an interior rather than a corner solution. &lt;br /&gt;
&lt;br /&gt;
 ----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Napoleon Bonaparte==&lt;br /&gt;
{{Quotation| what Napoleon said when asked how he came to be Emperor: “I came across the crown of France lying in the street, and I picked it up with my sword.”}}&lt;br /&gt;
&lt;br /&gt;
==Nelson, David (Moe)==&lt;br /&gt;
&amp;quot;Says it the bestest&amp;quot;. Email (2022).&lt;br /&gt;
&lt;br /&gt;
==Nietzsche==&lt;br /&gt;
*&amp;quot;The worst readers are those who act like plundering soldiers: they take away a few things they can use, dirty and confuse [verwirren] the rest, and trash [lästern] the whole.&amp;quot;&lt;br /&gt;
Human, All Too Human (#137)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It is hard enough to remember my opinions, without also remembering my reasons for them!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;There comes a point in the history of society when it becomes so pathologically soft and tender that it steps in on behalf of those who harm it, criminals, and it does so quite seriously and honestly. To punish: that appears somehow unfair.&amp;quot;  --Paragraph 20, '[https://t.co/MMFHuzRSvr 'Beyond Good and Evil.'']  &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Science  offends the modesty of all genuine women. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
 &lt;br /&gt;
*&amp;quot;He who rejoices even at the stake triumphs not over pain but at the fact that he feels no pain where he had expected to feel it. A parable.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 124.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;When we have to change our opinion about someone we hold the inconvenience he has therewith caused us greatly to his discredit.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 125.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;A people is a detour of nature to get to six or seven great men.— Yes: and then to get round them.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 126.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The more abstract the truth is that you would teach, the more you have to seduce the senses to it.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 128.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What a person is begins to betray itself when his talent declines—when he ceases to show what he can do. Talent is also finery; finery is also a hiding place.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 130.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One is punished most for one's virtues.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 132.] &lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Paglia, Camille==&lt;br /&gt;
{{Quotation| There is no female Mozart because there is no female Jack the Ripper. --https://www.aei.org/carpe-diem/the-best-sentence-i-heard-today/}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Pascal, Blaise==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The example of Alexander's chastity  has not made so many continent as that of his drunkenness has made intemperate. It is not shameful not to be as virtuous as he, and it seems excusable to be no more vicious. We do not believe ourselves to be exactly sharing in the vices of the vulgar, when we see that we are sharing in those of great men; and yet we do not observe that in these matters they are ordinary men. --[https://www.gutenberg.org/files/18269/18269-h/18269-h.htm ''Thoughts'',] 103. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Peterson, Jordan==&lt;br /&gt;
{{Quotation| If you think tough men are dangerous, wait until you see what weak men are capable of.}} Very good. Weak men cannot withstand their fears and passions. A coward will commit atrocities out of fear.&lt;br /&gt;
&lt;br /&gt;
==Prince Philip==&lt;br /&gt;
 “How do you keep the natives off the booze long enough to pass the test?” Asked of a Scottish driving instructor in 1995.&lt;br /&gt;
&lt;br /&gt;
  “Damn fool question!” To BBC journalist Caroline Wyatt at a banquet at the Elysée Palace after she asked Queen Elizabeth if she was enjoying her stay in Paris in 2006.&lt;br /&gt;
&lt;br /&gt;
  “We don’t come here for our health. We can think of other ways of enjoying ourselves.” During a trip to Canada in 1976.&lt;br /&gt;
 &lt;br /&gt;
  “It’s a vast waste of space.” Philip entertained guests in 2000 at the reception of a new £18m British Embassy in Berlin, which the Queen had just opened.&lt;br /&gt;
&lt;br /&gt;
 “If it has four legs and it is not a chair, if it has got two wings and it flies but is not an aeroplane and if it swims and it is not a submarine, the Cantonese will eat it.” Said to a World Wildlife Fund meeting in 1986.&lt;br /&gt;
&lt;br /&gt;
“I would like to go to Russia very much – although the bastards murdered half my family.” In 1967, asked if he would like to visit the Soviet Union.&lt;br /&gt;
 &lt;br /&gt;
“The problem with London is the tourists. They cause the congestion. If we could just stop the tourism, we could stop the congestion.” At the opening of City Hall in 2002.&lt;br /&gt;
&lt;br /&gt;
 “You must be out of your minds.” To Solomon Islanders, on being told that their population growth was 5 per cent a year, in 1982.&lt;br /&gt;
&lt;br /&gt;
“Your country is one of the most notorious centres of trading in endangered species.” Accepting a conservation award in Thailand in 1991.&lt;br /&gt;
  &lt;br /&gt;
“I wish he’d turn the microphone off!” The Prince expresses his opinion of Elton John’s performance at the 73rd Royal Variety Show, 2001.&lt;br /&gt;
 &lt;br /&gt;
“Any bloody fool can lay a wreath at the thingamy.” Discussing his role in an interview with Jeremy Paxman.&lt;br /&gt;
 &lt;br /&gt;
 “It’s not a very big one, but at least it’s dead and it took an awful lot of killing!” Speaking about a crocodile he shot in Gambia in 1957.&lt;br /&gt;
&lt;br /&gt;
 “It is my invariable custom to say something flattering to begin with so that I shall be excused if by any chance I put my foot in it later on.” Full marks for honesty, from a speech in 1956.&lt;br /&gt;
https://www.unz.com/isteve/prince-philip-rip/&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Rasmusen, Eric==&lt;br /&gt;
*See [[Aphorisms--Rasmusen]].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Economics offends the modesty of all genuine professors. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  See Nietzsche, Beyond Good and Evil [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|When you’re dealing with productive inefficiency instead of allocative, you move from triangle losses, which are small, to rectangle losses, which are big.}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Leaders must be willing to make bad decisions with insufficient information and insufficient brains, even though they'll look like idiots. We followers  must forgive.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|''Celebrity preachers:'' Trample on the Cross to pick up a crown. &amp;lt;br&amp;gt;&lt;br /&gt;
''Unpopular preachers:'' Trample on a crown to pick up the Cross.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|Just as  high-IQ men come unarmed to a battle of wits, ss strong men come unarmed to a battle of fists. Raw talent is not enough. One must know how to use it. And be willing to use it.  }}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Andrew Carnegie (repeated by his friend Mark Twain)  said about undiversification: &amp;quot;Put all your eggs in one basket-- and then WATCH THAT BASKET.&amp;quot; The Buffett-Munger method is &amp;quot;Watch for a one really good basket-- and then put all your eggs into it.&amp;quot;}} [https://quoteinvestigator.com/2017/02/16/eggs/ Quoteinvestigator tracks down] the source of the Carnegie quotation.&lt;br /&gt;
&lt;br /&gt;
*We should treat young men as men, with all the privileges and responsibilities attached thereto, but tell them they are too foolish and experienced to deserve the privileges or carry out the responsibilities. &lt;br /&gt;
&lt;br /&gt;
:Come to think of it, that applies equally to young ladies. &lt;br /&gt;
&lt;br /&gt;
:Instead, we tell young people they are just as good as the middled-aged, but treat them like children.&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|People who don't care, don't quarrel. They just let each other  be wrong and make mistakes.  Love leads to fights. }}&lt;br /&gt;
&lt;br /&gt;
*The cosmopolitan man has no Country, the timeless man has no Time.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==ROBINSON, JOAN==&lt;br /&gt;
*[https://iea.org.uk/north-koreas-western-fellow-travellers/ &amp;quot;North Korea’s Western fellow travellers,&amp;quot;] KRISTIAN NIEMIETZ 29 SEPTEMBER 2017. She said of North Korea, in 1964, &lt;br /&gt;
 “All the economic miracles of the postwar world are put in the shade by these achievements”.&lt;br /&gt;
&lt;br /&gt;
“[G]reat pains are taken to keep the Southerners in the dark. The demarcation line is manned exclusively by American troops […] with an empty stretch of territory behind. No Southern eye can be allowed a peep into the North”.&lt;br /&gt;
&lt;br /&gt;
==Roosevelt, Theodore==&lt;br /&gt;
[http://www.stateoftheunionhistory.com/2015/08/1905-theodore-roosevelt-railroad.html &amp;quot;1905 State of the Union Address&amp;quot;]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
We desire to set up a moral standard. '''There can be no delusion more fatal to the Nation than the delusion that the standard of profits, of business prosperity, is sufficient in judging any business or political question--from rate legislation to municipal government.''' Business success, whether for the individual or for the Nation, is a good thing only so far as it is accompanied by and develops a high standard of conduct--honor, integrity, civic courage. The kind of business prosperity that blunts the standard of honor, that puts an inordinate value on mere wealth, that makes a man ruthless and conscienceless in trade, and weak and cowardly in citizenship, is not a good thing at all, but a very bad thing for the Nation. '''This Government stands for manhood first and for business only as an adjunct of manhood.'''}}&lt;br /&gt;
&lt;br /&gt;
==Rumsfeld, Donald==&lt;br /&gt;
{{Quotation| Reports that say that something hasn't happened are always interesting to me, because as we know, there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns—the ones we don't know we don't know.}} [https://en.wikipedia.org/wiki/There_are_known_knowns &amp;quot;There_are_known_knowns&amp;quot;], ''Wikipedia.''&lt;br /&gt;
&lt;br /&gt;
==Ryle, J. C.==&lt;br /&gt;
{{Quotation| &amp;quot;A true Christian is one who has not only peace of conscience, but war within. He may be known by his warfare as well as by his peace.” }}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sailer, Steve==&lt;br /&gt;
*&amp;quot;Debate-as-sport is masculine, groupthink and cancellation is feminine.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|  How to square the circle of indulging in the kind of petty grievances that most fascinate people with upper-middle-class disdain for Trump-like feuding? And how to make our pique sound important?&lt;br /&gt;
&lt;br /&gt;
The answer to both appears to be to position one’s personal gripes as part of the cosmically important war on racism and sexism, while conversely labeling Trump’s obviously individualistic feuds as racist.&lt;br /&gt;
&lt;br /&gt;
Thus, the upper reaches of society have been egging on everybody who isn’t a straight white male to dredge up and dwell on ancient memories of social unease in middle and high school. But instead of getting too specific about that mean girl in eighth grade who said snippy things about your shoes, you are encouraged to blame your embarrassing memories on whiteness in general.}} [https://www.takimag.com/article/feud-for-thought/ &amp;quot;Feud for Thought,&amp;quot;] ''Taki's Magazine'' (2021).&lt;br /&gt;
&lt;br /&gt;
*The problem with economics these days is not so much the various models as that economists believe that having models lets them get away without knowing much about the real world.’ &lt;br /&gt;
&lt;br /&gt;
 {{Quotation|&lt;br /&gt;
How can you tell who is a marginalized community? If they are legally protected, then they are marginalized, but if you are allowed to discriminate against them, then they aren’t marginalized. Is that so hard to understand?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Samuelson, Paul==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“I don’t care who writes a nation’s laws—or crafts its advanced treaties—if I can write its economics textbooks. The first lick is the privileged one, impinging on the beginner’s tabula rasa at its most impressionable state.”  (1990)}} . See [https://econdump.wordpress.com/2011/12/16/i-dont-care-who-writes-a-nations-laws-if-i-can-write-its-economics-textbooks-paul-samuelson/ Econdump on this quote].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Within every classical economist there is to be discerned a modern economist trying to be born.&amp;quot; From [https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Yes, Ricardo differed with Smith; and thought those differences important. But upon detailed examination, we find that their differences do not mainly involve differences in their behavior equations, short-run or long-run, but rather involve their semantic preferences about what names could be given to the same agreed-upon effects. To moderns, it is for the most part a quarrel about nothing substantive, being essentially an irrelevant argument carried out by Ricardo, often with somewhat unaesthetic logic.&amp;quot; From [https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
==Schumpeter, Joseph==&lt;br /&gt;
 See the [[Schumpeter]] page.&lt;br /&gt;
&lt;br /&gt;
==Sedley, Catharine, Countess of Dorchester==&lt;br /&gt;
She was mistress to the Duke of York, later to become King James II. &lt;br /&gt;
'Catharine herself was astonished at the violence of the ducal passion.&lt;br /&gt;
&amp;quot;It cannot be my beauty,&amp;quot; she said, &amp;quot;for he must see I have none; and it cannot be my wit, for he has not enough to know that I have any&amp;quot;' (Thomas Seccombe, DNB).'&lt;br /&gt;
 From [https://www.bonhams.com/auctions/22714/lot/53/ a Bonham's auction catalog] selling a William III grant to her, expected to sell for about $1,500.&lt;br /&gt;
&lt;br /&gt;
==Shaw, George Bernard==&lt;br /&gt;
George Bernard Shaw wrote in 1903:&lt;br /&gt;
”The roulette table pays nobody except him who keeps it. Nevertheless a passion for gaming is common, though a passion for keeping roulette wheels is unknown.”&lt;br /&gt;
&lt;br /&gt;
Upon [https://www.iowastatedaily.com/carrie-chapman-catts-a-rotten-egg/article_183cbe15-989e-532d-897e-ec0a0340764e.html#:~:text=As%20George%20Bernard%20Shaw%2C%20Carrie,egg%20to%20know%20it's%20rotten.%22 refusing to read the entire manuscript before rejecting a book:] &amp;quot;You don't have to eat the whole egg to know it's rotten.&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Silverglate==&lt;br /&gt;
If you’re going to do any kind of important (therefore controversial) work, you can really only care about what approximately 10 people in the world think about you. Choose those people carefully. &lt;br /&gt;
&lt;br /&gt;
From  @HASilverglate  (Roughly. I’m sure he said it better)&lt;br /&gt;
&lt;br /&gt;
==SINCLAIR, Upton==&lt;br /&gt;
“It is difficult to get a man to understand something, when his salary depends upon his not understanding it!” &lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his TV invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his party invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Smethurst==&lt;br /&gt;
Salvation is not an invitation from a buddy, but a summons from a king.&lt;br /&gt;
(Twitter, 2021.)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Solzhenitsyn, Alexander==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
A decline in courage may be the most striking feature which an outside observer notices in the West in our days. The Western world has lost its civil courage, both as a whole and separately, in each country, each government, each political party, and, of course, in the United Nations. Such a decline in courage is particularly noticeable among the ruling groups and the intellectual elite, causing an impression of loss of courage by the entire society. &lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Without any censorship, in the West fashionable trends of thought and ideas are carefully separated from those which are not fashionable; nothing is forbidden, but what is not fashionable will hardly ever find its way into periodicals or books or be heard in colleges.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
A fact which cannot be disputed is the weakening of human beings in the West while in the East they are becoming firmer and stronger -- 60 years for our people and 30 years for the people of Eastern Europe. During that time we have been through a spiritual training far in advance of Western experience. Life's complexity and mortal weight have produced stronger, deeper, and more interesting characters than those generally [produced] by standardized Western well-being.&lt;br /&gt;
&lt;br /&gt;
Therefore, if our society were to be transformed into yours, it would mean an improvement in certain aspects, but also a change for the worse on some particularly significant scores. ... After the suffering of many years of violence and oppression, the human soul longs for things higher, warmer, and purer than those offered by today's mass living habits, introduced by the revolting invasion of publicity, by TV stupor, and by intolerable music.&lt;br /&gt;
&lt;br /&gt;
There are meaningful warnings which history gives a threatened or perishing society. Such are, for instance, the decadence of art, or a lack of great statesmen. There are open and evident warnings, too. The center of your democracy and of your culture is left without electric power for a few hours only, and all of a sudden crowds of American citizens start looting and creating havoc. The smooth surface film must be very thin, then, the social system quite unstable and unhealthy.&lt;br /&gt;
&lt;br /&gt;
[https://www.americanrhetoric.com/speeches/alexandersolzhenitsynharvard.htm &amp;quot;A World Split Apart,&amp;quot;]&lt;br /&gt;
delivered 8 June 1978, Harvard University}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Sowell, Thomas==&lt;br /&gt;
&amp;quot;We seem to be getting closer and closer to a situation where nobody is responsible for what they did but we are all responsible for what somebody else did.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Spurgeon==&lt;br /&gt;
&amp;quot;There is something very comforting in the thought that Satan is an adversary: I would sooner have him for an adversary than for a friend.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==De Stael, Germaine (Madame)==&lt;br /&gt;
“Tout comprendre c’est tout pardonner.” To understand all is to forgive all. &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://fakebuddhaquotes.com/to-understand-everything-is-to-forgive-everything/ FakeBuddhaQuotes tells us] that this is not quite what she said.  She actually wrote “Car tout comprendre rend très indulgent, et sentir profondément inspire une grande bontée.” Close enough for credit?&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Stalin, Joseph==&lt;br /&gt;
“A single death is a tragedy; a million deaths is a statistic.”&lt;br /&gt;
&lt;br /&gt;
“Those who vote decide nothing. Those who count the vote decide everything.”&lt;br /&gt;
&lt;br /&gt;
“Education is a weapon, whose effect depends on who holds it in his hands and at whom it is aimed.”&lt;br /&gt;
&lt;br /&gt;
“When there’s a person, there’s a problem. When there’s no person, there’s no problem.”&lt;br /&gt;
&lt;br /&gt;
“Quantity has a quality all its own.”&lt;br /&gt;
&lt;br /&gt;
“The Pope! How many divisions has he got?”&lt;br /&gt;
&lt;br /&gt;
“In the Soviet army it takes more courage to retreat than advance.”&lt;br /&gt;
&lt;br /&gt;
==Stout, Rex==&lt;br /&gt;
&amp;quot;On the way uptown in the roadster, I reflected that there was one obvious lever to use on Helen Frost to pry her in the direction I wanted her; and I'm a great one for the obvious, because it saves a lot of fiddling around. I decided to use it.&amp;quot; Rex Stout, ''The Red Box,'' Chapter 7 (1937) (Nero Wolfe mystery)&lt;br /&gt;
&lt;br /&gt;
==Strauss, Johann==&lt;br /&gt;
[http://www.aria-database.com/translations/fledermaus.txt Die Fliedermaus], libretto in German and English:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Nein, mit solchen Advokaten			No, with advocates like this&lt;br /&gt;
Ist verkauft man und verraten,			One is sold short and betrayed,&lt;br /&gt;
Da verliert man die Geduld.			Making one lose patience.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BLIND:&lt;br /&gt;
Rekurrieren, appellieren			Petition,	appeal,&lt;br /&gt;
Reklamieren, revidieren,			Complain, review,&lt;br /&gt;
Reziepieren, subvertieren,			Prescribe, subvert,&lt;br /&gt;
Devolvieren, involvieren,			Devolve,  involve, &lt;br /&gt;
Protestieren, liquidieren,			Protest, liquidate,&lt;br /&gt;
Exzerptieren, extorquieren			Excerpt, extort,&lt;br /&gt;
Arbitrieren, resümieren!			Arbitrate, summarize!&lt;br /&gt;
Exkulpieren, inkulpieren,			Exculpate, inculpate&lt;br /&gt;
kalkulieren, konzipieren			Calculate, draft&lt;br /&gt;
Und Sie müssen triumphieren!			And you must triumph!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Ach, wie rührt mich dies!			Ah, how this stirs me!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ALFRED:&lt;br /&gt;
Glücklich ist, wer vergisst,			Happy is the person who forgets,&lt;br /&gt;
Was doch nicht zu ändern ist.			What can't be altered anyway.&lt;br /&gt;
&lt;br /&gt;
From Die Fliedermaus: Glücklich ist, wer vergisst, Was doch nicht zu ändern ist.		&lt;br /&gt;
(Happy he, who forgets, What, can't be altered  anyway.)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SUMMERS, Larry==&lt;br /&gt;
*[http://www.harvard.edu/president/speeches/summers_2003/prayer.php Summers, Lawrence H. 2003. “Economics and Moral Questions.” Morning Prayers address, Memorial Church, September  15. Reprinted in Harvard Magazine, November–December 2003.]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “We all have only so much altruism in us. Economists like me think of altruism as a valuable and rare good that needs conserving. Far better to conserve it by designing a system in which people’s wants will be satisfied by individuals being selfish, and saving that altruism for our families, our friends, and the many social problems in this world that markets cannot solve.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TABARROK, Alex==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
A price increase is a message about scarcity.  Price controls are like shooting the messenger.&amp;quot; &lt;br /&gt;
quoted in May 5, 2008 issue of Forbes.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Subscript text&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Traldi, Oliver== &lt;br /&gt;
{{Quotation| I've never heard a good argument for why a long-gone philosopher's problematic views matter for evaluating their plausible ones. People seem to have this sense that problematic-ness kind of like infects someone's whole corpus somehow. That's just conspiracist contagion reasoning. --Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Trotsky, Leon==&lt;br /&gt;
{{Quotation| You may not be interested in war, but war is interested in you.}}&lt;br /&gt;
&lt;br /&gt;
==TRUMP,Donald==&lt;br /&gt;
Trump tonight at Mar a Lago on transgender sports: “This lady was trying to set her record and then this dude shows up…” &lt;br /&gt;
8:44 PM · May 4, 2022. (https://twitter.com/RaheemKassam/status/1522014323371085824)&lt;br /&gt;
&lt;br /&gt;
==Twain, Mark==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much he had learned in seven years.&amp;quot;   Mark Twain, &amp;quot;Old Times on the Mississippi&amp;quot; ''Atlantic Monthly,'' 1874.}}&lt;br /&gt;
&lt;br /&gt;
*[https://quoteinvestigator.com/2013/01/17/put-off/ A parody of Ben Franklin] by Twain. I heard it in a better version than Twain's: &amp;quot;Never put off till tomorrow what you can put off till the day after tomorrow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==Valery, Paul==&lt;br /&gt;
&amp;quot;Un poème n'est jamais fini, seulement abandonné.&amp;quot;  &amp;lt;br&amp;gt;&lt;br /&gt;
A poem is never finished; it's always an accident that puts a stop to it—i.e. gives it to the public.&lt;br /&gt;
Often quoted in W. H. Auden' s paraphrase, ‘A poem is never finished, only abandoned’ . &amp;lt;.br&amp;gt;&lt;br /&gt;
See also &amp;quot;Lecode n'est jamais fini, seulement termine&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
''Littérature'' (1930).&lt;br /&gt;
&lt;br /&gt;
==Sarah Vaughan==&lt;br /&gt;
Nobody works on easy street...&amp;lt;br&amp;gt;&lt;br /&gt;
When opportunity comes knockin'&amp;lt;br&amp;gt;&lt;br /&gt;
You just keep on with your rockin'&amp;lt;br&amp;gt;&lt;br /&gt;
'Cause you know your fortune's made&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.azlyrics.com/lyrics/sarahvaughan/easystreet.html&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Wang, John==&lt;br /&gt;
@j0hnwang&lt;br /&gt;
&lt;br /&gt;
Web2: &amp;quot;If you're not paying for it, you are the product.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Web3: &amp;quot;If you don't understand the source of yield, you are the yield.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Whyvert==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
The Age of Science draws to a close; there dawns the Age of Silence.&lt;br /&gt;
--https://twitter.com/whyvert/status/1359273098663575560}}&lt;br /&gt;
&lt;br /&gt;
==  ==&lt;br /&gt;
==Yeats, William==&lt;br /&gt;
The first half of [https://www.poetryfoundation.org/poems/43290/the-second-coming &amp;quot;The Second Coming&amp;quot;]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Turning and turning in the widening gyre   &lt;br /&gt;
The falcon cannot hear the falconer;&lt;br /&gt;
Things fall apart; the centre cannot hold;&lt;br /&gt;
Mere anarchy is loosed upon the world,&lt;br /&gt;
The blood-dimmed tide is loosed, and everywhere   &lt;br /&gt;
The ceremony of innocence is drowned;&lt;br /&gt;
The best lack all conviction, while the worst   &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
The best lack all conviction, while the worst &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Young, Faron==&lt;br /&gt;
From the song [https://www.azlyrics.com/lyrics/faronyoung/occasionalwife.html &amp;quot;Occasional Wife&amp;quot;:]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;It needs more than just an occasional piece of your life&amp;lt;br&amp;gt;&lt;br /&gt;
A home just can't stand when it has an occasional wife.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Yglesias, Matthew== &lt;br /&gt;
There are big tranches of the world where people do redefinitions and treat that as doing analysis. April 8 tweet.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==The Z-Man==&lt;br /&gt;
&amp;quot;For the American ruling class, society is just a Walmart in the middle of a ghetto riot. The winner is the one who manages to carry off the most stuff before the store burns down.&amp;quot; https://www.takimag.com/article/the-politics-of-smash-and-grab/&lt;br /&gt;
&lt;br /&gt;
==Zhu, Yuanyi==&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
War and Peace is a byword for hard highbrow literature, but if you think about it it's basically a long adventure novel with lots of explosions.-- @yuanyi_z}}&lt;br /&gt;
----&lt;br /&gt;
 ***************************  --&amp;gt;&lt;br /&gt;
==For the Future==&lt;br /&gt;
Later maybe I will go to this format: &lt;br /&gt;
&lt;br /&gt;
*[[Quotations:A|A]]: Alcorn, Anonymous, Astral Codex Ten.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:B|B]]: Bayly, Joseph; Bayly, Timothy; BBC.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:C|C]]: CANNON,   CHESTERTON,  Connolly,  Cox.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:D|D]]: Dawry,  Dennett,  Dick,  DIPLOCK,  Domingos.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:E|E]]: 	Enzensbergert.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:F|F]]: 	Feynman,  	Flanagan,  	Follows.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:G|G]]: 	Gelman,  Genghis Khan, Goethe,	GOLDMAN,  Grant.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:H|H]]: Hippocrates&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:I|I]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:J|J]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:K|K]]:	KASCHUTA,  Kennedy.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:L|L]]: Lenin,   Lloyd_Jones,&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:M|M]]:  Martyn, Machiavelli,  Macaulay.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:N|N]]: Napoleon.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:O|O]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:P|P]]:	Paglia,  	Prince Philip.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Q|Q]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:R|R]]:	Rasmusen,  	Rumsfeld, 	Ryle.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:S|S]]: 	Schumpeter, Joseph Silverglate	Sowell, Thomas	Stalin, Joseph Stout, Rex&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:T|T]]: 	TABARROK,	Trotsky.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:U|U]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:V|V]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:W|W]]: Whyvert&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:X|X]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:Y|Y]]: Yeats,  Yglesias.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Z|Z]]: The Z-Man,	Zhu.&lt;br /&gt;
   &lt;br /&gt;
  ***************************  --&amp;gt;&lt;br /&gt;
&amp;lt;!-- This is a comment &lt;br /&gt;
&amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;  &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 ***************************  --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Joshua_Katz&amp;diff=5650</id>
		<title>Joshua Katz</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Joshua_Katz&amp;diff=5650"/>
		<updated>2022-05-27T23:48:46Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* 2022 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2021==&lt;br /&gt;
*[https://www.realclearpolitics.com/articles/2021/10/27/8_at_princeton_assail_false_portrayal_of_prof_as_racist_146631.html Eight professors, 7 anonymous, criticize the Administration], October 27, 2021.&lt;br /&gt;
&lt;br /&gt;
*[https://www.dailyprincetonian.com/article/2021/02/alumni-allegations-princeton-joshua-katz  &amp;quot;Alumni allege history of inappropriate conduct with female students by Princeton professor Joshua Katz,&amp;quot;] Marie-Rose Sheinerman and Evelyn Doskoch, ''The Princetonian,'' &lt;br /&gt;
(February 4, 2021) but see the harsh criticisms of that article at  [https://princetoniansforfreespeech.com/editorial-mccarthyism-daily-princetonian &amp;quot;Editorial: &amp;quot;McCarthyism at the Daily Princetonian&amp;quot;,]  Princetonians for Free Speech and  the [https://princetoniansforfreespeech.com/letter-editor-which-daily-princetonian-has-ignored   Elizabeth Bogan letter] that the Princetonian wouldn't publish. &lt;br /&gt;
&lt;br /&gt;
*[https://www.theamericanconservative.com/dreher/how-low-did-princeton-go-joshua-t-katz-racism/  &amp;quot;How Low Did Princeton Go?,&amp;quot;]  Rod Dreher, ''The American Conservative'' (September 15, 2021). &lt;br /&gt;
&lt;br /&gt;
*[https://www.firstthings.com/article/2021/10/my-confessions &amp;quot;My Confessions,&amp;quot;] Joshua Katz, ''First Things'' (October 2021). &lt;br /&gt;
{{Quotation|&lt;br /&gt;
  Early in my career, however, I made a grave mistake, by which I mean something beyond the bounds of “merely” bad behavior, something sinful: I had a relationship with a student whom I was at the same time teaching. It was a consensual relationship between adults; it took place at a time when Princeton’s rules permitted students and faculty to engage in sexual contact, provided there was no pedagogical or supervisory conflict; and there was no Title IX violation. Still, it was a sin.&lt;br /&gt;
&lt;br /&gt;
It is a sin I lived with every day. It ate away at me. But I lived with it alone. Alone, that is, until weeks after the #MeToo movement took off in late 2017, when an anonymous complainant—not the woman ­herself—informed Princeton about the more-than-a-decade-old affair. The result was an internal investigation, which culminated in a one-year suspension without pay.&lt;br /&gt;
&lt;br /&gt;
Even before I knew that my life was about to change, I had begun reading theology and occasionally attending church (in that order—once a bookish academic, always a bookish academic). The fact is that I was sad, I was making a mess of my personal life, and I needed help.&lt;br /&gt;
&lt;br /&gt;
Then I learned of the investigation, learned that I would likely be suspended, and found myself in need of help on an entirely different level. I was on sabbatical in London at the time, and my future mother-in-law—I had only just begun dating her daughter, a former (yes, former) student of mine who was now at Cambridge—gave me the following firm instruction: Get myself to the Temple Church, whose Master (senior cleric), the Rev. Robin Griffith-Jones, she had heard preach a few years earlier in New York.&lt;br /&gt;
...&lt;br /&gt;
Two reporters at the main student newspaper spent seven months digging into my private life. Surmising that I had been suspended, they published an article about me in the first week of February that “threw away basic journalistic standards” (in the words of Princetonians for Free Speech) in its reliance on hearsay, innuendo, and hostile anonymous sources. }}&lt;br /&gt;
&lt;br /&gt;
==2022==&lt;br /&gt;
He was fired. [https://nypost.com/2022/05/20/princeton-president-recommends-firing-professor-who-was-under-sexual-misconduct-probe/amp/ New York Post] and [https://paw.princeton.edu/article/princeton-trustees-fire-classics-professor-joshua-katz Princeton Paw] an d[https://academeblog.org/2022/05/24/in-defense-of-joshua-katz/ Academe] (NAS); [https://www.nytimes.com/2022/05/23/us/princeton-fires-joshua-katz.html New York Times] (pro-Katz!); [https://www.msn.com/en-us/news/us/princeton-president-recommends-firing-professor-in-sexual-misconduct-probe/ar-AAXxCbx?ocid=uxbndlbing the Washington Post] is anti-Katz, about the only article I could find against him and thus useful.  Princetonians for Free Speech [https://princetoniansforfreespeech.com/statement-princetonians-free-speech-princetons-firing-classics-professor-joshua-katz-award-winning defended him].&lt;br /&gt;
&lt;br /&gt;
*His [https://bariweiss.substack.com/p/what-princeton-did-to-my-husband?s=r wife's extremely good article] at Bari Weiss's Substack. &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5649</id>
		<title>Quotations</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5649"/>
		<updated>2022-05-27T23:45:25Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Samuelson, Paul */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Introduction==&lt;br /&gt;
*[https://en.wikiquote.org/wiki/Main_Page Wikiquotes]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Anonymous==&lt;br /&gt;
*Twitter: &amp;quot;It is Monday, my dudes. Whatsoever the Lord hath given you to accomplish today, crush it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Twitter: &amp;quot;i had no idea learning programming was such an emotional experience. like half of the process is managing rapidly alternating between feeling like im the lord almighty here to graciously gift my genius to mankind, and wanting to pour my coffee into my keyboard and die.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Traditions exist so we don’t have to talk about what’s right, we just do it.&amp;quot; Twitter (2022). &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What you permit, you promote.&amp;quot; https://quintsblog.wordpress.com/2007/01/30/what-you-permit-you-promote/&lt;br /&gt;
&lt;br /&gt;
*'''&amp;quot;Victory has a hundred fathers, but defeat is an orphan&amp;quot;''' is a slightly improved version of John F. Kennedy's &amp;quot;Victory has a hundred fathers and defeat is an orphan,&amp;quot;as quoted in ''A Thousand Days : John F. Kennedy in the White House'' (1965, 2002 edition), by Arthur Schlesinger, p. 262; also in ''The Quote Verifier'' (2006) by Ralph Keyes, p. 234 http://books.google.com/books?id=McO2Co4Ih98C&amp;amp;pg=PA234).&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The exact wording used by Kennedy (a hundred, not a thousand) had appeared in the 1951 film The Desert Fox: The Story of Rommel, as reported in Safire's ''New Political Dictionary'' (1993) by William Safire, pp 841–842). The earliest known occurrence is Galeazzo Ciano, ''Diary 1937-1943'', entry for 9 September 1942 (&amp;quot;La victoria trova cento padri, e nessuno vuole riconoscere l'insuccesso.&amp;quot;) (&amp;quot;Victory finds a hundred fathers, but nobody wants to recognize defeat&amp;quot;),   but the earliest known occurrence on such a theme is in Tacitus's : ''Agricola'' Book 1 at paragraph 27 http://www.sacred-texts.com/cla/tac/ag01020.htm: “Iniquissima haec bellorum condicio est: prospera omnes sibi vindicant, adversa uni imputantur.” (It is the singularly unfair peculiarity of war that the credit of success is claimed by all, while a disaster is attributed to one alone.)&lt;br /&gt;
https://quotepark.com/pl/cytaty/1377945-john-f-kennedy-victory-has-a-hundred-fathers-and-defeat-is-an-orp/}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Why own a sailboat?  It's easier to turn  your shower's  cold water on  and stand there tearing up $20 bills as fast as you can.&amp;quot; and “Owning a  yacht is like owning a stack of 10 Van Goghs and  holding them over your head as you tread water, trying to keep them dry.” https://www.ft.com/content/5263810a-c4d3-4380-a38e-3a78df99a788&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Quantity has a quality all of its own. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;All of mathematics is taught like someone explaining the rules of a board game that you're not playing yet.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It’s obvious to me why people like him avoid humor. You can pretend to be serious. You can’t pretend to be witty.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*[https://www.answers.com/Q/Who_said_showing_up_is_half_the_battle &amp;quot;Just showing up is 90% of success,&amp;quot; or &amp;quot;Just being there is half the battle,&amp;quot;] perhaps modified from Woody Allen. &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Be friendly to everyone. But have a plan to kill them.’ — attributed to an unidentified Secret Service agent.&lt;br /&gt;
&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Verba_volant,_scripta_manent Wikipedia says:] &amp;quot;Verba volant, scripta manent is a Latin proverb. Literally translated, it means &amp;quot;spoken words fly away, written words remain&amp;quot;.This proverb originates from a speech of senator Caius Titus to the Roman Senate;&amp;quot;  &amp;quot;Verba volant, scripta manent.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Disappointent, or His_appointment&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| There is a certain type of social insecurity, shyness, modesty that actually conceals exaggerated egocentrism: people secretly believe the world revolves around them, everyone is paying attention to them and their actions, constantly judging and criticizing the smallest details.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| &amp;quot;Moi parle pas mais moi comprends tout&amp;quot; (https://twitter.com/Fixpir/status/1447133952448344066)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The first gulp of the glass of science makes you atheist, but at the bottom is always God. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|A bear knows seven songs, and they are all about honey. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Economics is the study of how to get the most out of life. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Das Leben ist kein Ponyhof.  ​(Life is not a pony farm.)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Men want women, but don’t need them. Women need men, but don’t want them.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The proverb appeared in Chaucer’s Troilus and Criseyde, written in 1385. Later, George Herbert modified it this way: “Whose house is of glass, must not throw stones at another.” And in 1736, Benjamin Franklin wrote, “Don’t throw stones at your neighbors, if your own windows are glass.”  https://www.almanac.com/fact/where-did-the-saying-people-who-live}}&lt;br /&gt;
{{Quotation| &amp;quot; `What is the sonne wers, of kinde righte,&amp;lt;br&amp;gt;&lt;br /&gt;
               Though that a man, for feblesse of his yen,&amp;lt;br&amp;gt;&lt;br /&gt;
               May nought endure on it to see for brighte?&amp;lt;br&amp;gt;&lt;br /&gt;
               Or love the wers, though wrecches on it cryen?  865&amp;lt;br&amp;gt;&lt;br /&gt;
               No wele is worth, that may no sorwe dryen.&amp;lt;br&amp;gt;&lt;br /&gt;
               '''And for-thy, who that hath an heed of verre,&amp;lt;br&amp;gt;&lt;br /&gt;
               Fro cast of stones war him in the werre!'''&amp;lt;br&amp;gt;&lt;br /&gt;
 https://www.gutenberg.org/files/257/257-h/257-h.htm}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
I remember my days in DC. I don’t think the women had any plan.&lt;br /&gt;
&lt;br /&gt;
It’s like when they work in an office: no real strategy for getting promoted, taking charge. They wait thinking some gent will just say “it’s your turn!” and anything they want—marriage, promotion, whatever—just happens.&lt;br /&gt;
&lt;br /&gt;
Women will always and forever rely on men.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| &amp;quot;The tactic is by now obvious:&lt;br /&gt;
&lt;br /&gt;
1. Make topic taboo.&lt;br /&gt;
&lt;br /&gt;
2. Normal people shy away from it.&lt;br /&gt;
&lt;br /&gt;
3. Topic mostly discussed by weirdos and edgy people.&lt;br /&gt;
&lt;br /&gt;
4. Point out how suspicious it is that everybody who talks about topic is a weirdo or edgy.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
@KirkegaardEmil}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Adams, Scott==&lt;br /&gt;
[https://twitter.com/ScottAdamsSays/status/1392453838540480517 Twitter May 12, 2021:]&lt;br /&gt;
&amp;quot;Some of the worst advice ever given:&lt;br /&gt;
&lt;br /&gt;
1. Be yourself (total loser philosophy)&lt;br /&gt;
&lt;br /&gt;
2. Follow the science (as if you could)&lt;br /&gt;
&lt;br /&gt;
3. Pursue your passion (no one pays you for having fun)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Alcorn, John==&lt;br /&gt;
“That’s my background and my question. I will now retreat to the background, and learn.” Very nicely phrased and useful.&lt;br /&gt;
&lt;br /&gt;
==Andreessen, Mark==&lt;br /&gt;
&amp;quot;The most serious problem facing any organization is the one that cannot be discussed.&amp;quot; Twitter, 2022.&lt;br /&gt;
&lt;br /&gt;
==Arreeda, Philip==&lt;br /&gt;
From [http://www.gwlr.org/wp-content/uploads/2012/07/79-6-Breyer.pdf &amp;quot;The Uneasy Case for Copyright: A Look Back Across Four Decades,&amp;quot;]  Stephen G. Breyer: &lt;br /&gt;
“Do not tell the class you are talking economics. Anyone who does not understand economics and applies it in antitrust is not properly teaching the course. But anyone who lets the class know that they’re talking economics is not a law school professor.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==ARROW, Kenneth==&lt;br /&gt;
From [https://conversableeconomist.blogspot.com/2013/11/is-altruism-scarce-resource-that-needs.html a blog post quoting Sandel JPE 2013], the original being Arrow 1972. “Gifts and Exchanges.” ''Philosophy  and Public  Affairs''  1(4):  343 – 62.&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “Like many economists,” Arrow (1972, pp. 354–55) writes, “I do not want to rely too heavily on substituting ethics for self-interest. I think it best on the whole that the requirement of ethical behavior be confined to those circumstances where the price system breaks down . . . We do not wish to use up recklessly the scarce resources of altruistic motivation.”}}&lt;br /&gt;
&lt;br /&gt;
==Asimov, Isaac==&lt;br /&gt;
“If my doctor told me I had only six minutes to live, I wouldn't brood. I'd type a little faster.” ― Isaac Asimov&lt;br /&gt;
&lt;br /&gt;
==Astral Codex 10==&lt;br /&gt;
{{Quotation|   &amp;quot;You listed some funny facts about this disorder, but this disorder is really serious and killed my grandmother&amp;quot;. I have a lot of trouble being serious, and this has served me well in getting people to read and enjoy things I write. But almost everything in medicine has killed at least one person's grandmother.  :&amp;lt;br&amp;gt;&lt;br /&gt;
---[https://astralcodexten.substack.com/p/webmd-and-the-tragedy-of-legible  WebMD, and the Tragedy of Legible Expertise&lt;br /&gt;
&amp;quot;What does running a medical database teach you about why everything sucks?&amp;quot;]}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|  The problem for artists is not that popular culture is so bad but that it is so good, at least some of the time. Art could no longer confer prestige by the rarity or excellence of the works themselves, so it had to confer it by the rarity of the powers of appreciation. --https://astralcodexten.substack.com/p/highlights-from-the-comments-on-modern}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Bayly, Joseph==&lt;br /&gt;
 {{Quotation|    &amp;quot;Criticism is the manure in which pastors grow best .&amp;quot;  http://baylyblog.com/blog/2004/06/criticism-manure-which-pastors-grow-best}}&lt;br /&gt;
&lt;br /&gt;
==Bayly, Timothy==&lt;br /&gt;
   {{Quotation| It’s often the case that particularities of our leadership can scandalize sheep who like to think of their pastors as perfect fathers, unlike their own. -- https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/   }}&lt;br /&gt;
&lt;br /&gt;
 {{Quotation| Commenters under these posts have noted the tendency of individual Christians to compare their own local pastors to national celebrities to the detriment of their trust of their local pastors. After all, the sins of their own pastors are obvious whereas the sins of their pastoral heroes are not. --https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The BBC==&lt;br /&gt;
&amp;quot;1930: the BBC's news announcer said, &amp;quot;there is no news&amp;quot; and piano music was played for the remainder of the 15 minute segment.&amp;quot; https://twitter.com/BBCArchive/status/1383693028213198850&lt;br /&gt;
&lt;br /&gt;
==Berlin, Isaiah==&lt;br /&gt;
&amp;quot;“eggs are broken, but the omelette is not in sight, there is only an infinite number of eggs, human lives, ready for the breaking.  And in the end the passionate idealists forget the omelette, and just go on breaking eggs.”&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Blackwell, David==&lt;br /&gt;
{{Quotation|Basically, I’m not interested in doing research and I never have been....I’m interested in understanding, which is quite a different thing. And often to understand something you have to work it out yourself because no one else has done it. (https://en.wikipedia.org/wiki/David_Blackwell#cite_note-NYT-Grime-2007-07-17-11)}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==CANNON, William.== &lt;br /&gt;
1963   “Informal Sociology: A Casual Introduction to Sociological Thinking”  &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Not everything that can be counted counts, and not everything that counts can be counted.}}&lt;br /&gt;
&lt;br /&gt;
==Chesterton, G. K.==&lt;br /&gt;
*[https://mailchi.mp/inpolicy/2022-and-chestertons-fence-488333?e=bda54c6080 &amp;quot;Chesterton's Fence&amp;quot; ]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“In the matter of reforming things, as distinct from deforming them, there is one plain and simple principle; a principle which will probably be called a paradox. There exists in such a case a certain institution or law; let us say, for the sake of simplicity, a fence or gate erected across a road. The more modern type of reformer goes gaily up to it and says, ‘I don’t see the use of this; let us clear it away.’ To which the more intelligent type of reformer will do well to answer: “If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.”&lt;br /&gt;
&lt;br /&gt;
:Chesterton is not alone in the observation. It is found throughout our literature and theatre. In Robert Bolt’s “A Man for All Seasons” Sir Thomas More uses a similar argument to famously challenge his reformist son-in-law. The poet Robert Frost comes to the same conclusion in “Mending Wall.” Scripture is replete with its warning, beginning in Proverbs 22:28, “Do not move an ancient boundary stone that your fathers have placed.” }}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;If you will not have rules, you will have rulers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;People generally quarrel because they cannot argue. And it is extraordinary to notice how few people in the modern world can argue. This is why there are so many quarrels, breaking out again and again, and never coming to any natural end.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
If our social conditions curtail manhood and womanhood, we must alter the social conditions. We must not go on quietly in a corner making men unmanly and women unwomanly, that they may fit into their filthy and slavish civilization.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
Religious liberty might be supposed to mean that everybody is free to discuss religion. In practice it means that hardly anybody is allowed to mention it.&lt;br /&gt;
--Autobiography}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
We are ruled by secret societies which have no names even among the initiate.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
My own political philosophy is very plain and humble; I can trust the uneducated, but not the badly educated.}}&lt;br /&gt;
&lt;br /&gt;
*[http://ignatiusinsight.com/features2007/print2007/gk_domestwwww_july07.html Chesterton's Emancipation of Domesticity&amp;quot;] essay on motherhood.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== CHU, HYON S.==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Here's how neo-Marxism works:&lt;br /&gt;
&lt;br /&gt;
1) pick a variable. For Marx it was labor. For Nietzsche, will to power. For Kendi, it's race. &lt;br /&gt;
&lt;br /&gt;
2) divide the population by this variable&lt;br /&gt;
&lt;br /&gt;
3) blame one side as oppressor, the other as oppressed&lt;br /&gt;
&lt;br /&gt;
4) feign oppression to wield the mob of the oppressed&lt;br /&gt;
--Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Churchill Winston==&lt;br /&gt;
‘Most of the world’s work is done by people who are not feeling very well.’&lt;br /&gt;
&lt;br /&gt;
==Cicero==&lt;br /&gt;
“Poor is the people that has no heroes, but poorer still is the people that, having heroes, fails to remember and honour them.”&lt;br /&gt;
&lt;br /&gt;
==Connolly, Gray==&lt;br /&gt;
Slightly altered from his Twitter rules: &lt;br /&gt;
{{Quotation| &lt;br /&gt;
.&lt;br /&gt;
1. Please be polite and do not fight. &amp;lt;br&amp;gt;&lt;br /&gt;
2. Do disagree, but do not swear, blaspheme, or abuse. &amp;lt;br&amp;gt;&lt;br /&gt;
3. I write as if my late parents are reading, so please be respectful. &amp;lt;br&amp;gt;&lt;br /&gt;
4. You always have control over how you conduct yourself. &amp;lt;br&amp;gt;&lt;br /&gt;
5. A more civil society starts with you.}}&lt;br /&gt;
&lt;br /&gt;
==Cox, Sir David R.==&lt;br /&gt;
From [https://www.annualreviews.org/doi/abs/10.1146/annurev-statistics-031219-041051 &amp;quot;Statistical Significance,&amp;quot; ] David R. Cox, ''Annual Review of Statistics and Its Application'', 7: 1-10 (2020):&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
To claim a result to be highly significant, or even just significant, sounds like enthusiastic&lt;br /&gt;
endorsement, whereas to describe a result as insignificant is surely dismissive. To help avoid such&lt;br /&gt;
misinterpretations, the qualified terms statistically significant or statistically insignificant should,&lt;br /&gt;
at the risk of some tedium, always be used.}}&lt;br /&gt;
&lt;br /&gt;
==Crawford, Jason==&lt;br /&gt;
{{Quotation|  Most people don't read → if you read books at all, you are more educated than most&lt;br /&gt;
&lt;br /&gt;
Even among those who read, most haven't read a book on X. If you read one book on X, you know more about it than the vast majority&lt;br /&gt;
&lt;br /&gt;
Read 2–3 books on one topic, and you're practically an expert. [--Twitter, 2021]}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Dawry, Travis== &lt;br /&gt;
@tdawry {{Quotation| In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it.}}&lt;br /&gt;
&lt;br /&gt;
==DECTER, Midge==&lt;br /&gt;
“You can’t wait for someone to send you good material. Your first job as an editor is to find writers. Your second job is to tell them what to write. You’d be surprised, the best writers often don’t know what needs to be written. A good editor does.”&lt;br /&gt;
&lt;br /&gt;
“If you feel like the content is going flat, pick a fight. That always brings life to a magazine of ideas.”  (from [https://www.firstthings.com/web-exclusives/2022/05/my-memories-of-midge-decter Reno article] in First THings, 2022)&lt;br /&gt;
&lt;br /&gt;
==Dennett, Daniel==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;“A scholar,” said Daniel Dennett in 1995, “is just a library’s way of making another library.”&amp;quot; (James Gleick, The Information)}}&lt;br /&gt;
&lt;br /&gt;
==Dick, Philip K.==&lt;br /&gt;
“Reality is that which, when you stop believing in it, doesn’t go away.”&lt;br /&gt;
&lt;br /&gt;
==DIPLOCK, Lord==&lt;br /&gt;
{{Quotation| After all, that is the beauty of the common law; it is a maze, not a motorway.}} ''Morris v. C.W.Martin,'' 1 QB 716 (Diplock, L. J. , 1966). A  [https://heinonline.org/HOL/LandingPage?handle=hein.journals/artniqul3&amp;amp;div=49&amp;amp;id=&amp;amp;page= bailment case. ] &lt;br /&gt;
&lt;br /&gt;
==Domingos, Pedro== &lt;br /&gt;
{{Quotation|An extremist is someone who thinks a moderate is an extremist of the opposite persuasion.&amp;lt;br&amp;gt;&lt;br /&gt;
--https://twitter.com/pmddomingos/status/1358242734482464768}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
It's easy to forget that every cognitive bias is the flip side of a heuristic that works.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The goal of cancel culture is to cancel culture.}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Resentment of billionaires is rooted in our Neolithic minds' inability to intuitively understand that one person's positive impact on the world may be many orders of magnitude greater than another's.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Dostoevsky==&lt;br /&gt;
&amp;quot;It takes more than just intelligence to act intelligently.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
==Eckel, Catherine==&lt;br /&gt;
&amp;quot;It's time to invent time-bankruptcy.  I owe so many people so many things, and everyone is mad at me.  I declare bankruptcy!  Let the courts sort it out.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==ENNIS, John==&lt;br /&gt;
&amp;quot;Tolerance in America is largely tied to capitalism. When people are working together to make money, they can put aside many differences. Socialism, on the other hand, leads to intolerance as different factions compete for state resources.&amp;quot;  [https://twitter.com/john_ennis_btc/status/1518986774776893442 Twitter] (2022)&lt;br /&gt;
&lt;br /&gt;
==Enzensbergert==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
So we belong to a class that neither controls nor owns what matters, the famous means of production, and it does not produce what also mat­ters, the famous surplus value (or perhaps produces it only indirectly and incidentally . . . ).}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Faulkner, William==&lt;br /&gt;
 “The past is never dead. It’s not even past.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Feynman, Richard== &lt;br /&gt;
&amp;quot;Science is the belief in the ignorance of experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FischerKing== &lt;br /&gt;
*&amp;quot;Most truth is grasped as a sort of sudden insight. Writing it down is always a problem b/c it only approximates the discovery. And then the written word becomes the plaything of lesser intellects, who tie themselves in knots trying to explicate it. And therein lies most academia.&amp;quot; (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;From an anthropological perspective, the Antifa phenomenon is quite useful. Can’t remember another time when Nietzsche’s concept of slave morality raging against the beautiful was more openly on display.&amp;quot;  (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
==Flanagan, Caitlin==&lt;br /&gt;
 {{Quotation| The school is now so flush that its campus is a sort of Saks Fifth Avenue of Quakerism. Forget having Meeting in the smelly old gym. Now there is a meetinghouse of sumptuous plainness, created out of materials so good and simple and repurposed and expensive that surely only virtue and mercy will follow its benefactors all the days of their lives. The building’s citation by the American Institute of Architects notes that the interior is lined with “oak from long-unused Maryland barns” and the exterior is “clad with black locust harvested from a single source in New Jersey.”...&lt;br /&gt;
&lt;br /&gt;
College admissions is one of the few situations in which rich people are forced to scramble for a scarce resource. What logic had led them to believe that it would help to antagonize the college counselors? Driven mad by the looming prospect of a Williams rejection, they had lost all reason...&lt;br /&gt;
&lt;br /&gt;
 These aren’t parents in the public-school system; they are consumers of a luxury product. If they are unhappy, they won’t just write anonymous letters. They’ll let the school know the old-fashioned way: by cutting down on their donations. Money is how rich people express their deepest feelings...&lt;br /&gt;
&lt;br /&gt;
Many schools for the richest American kids have gates and security guards; the message is ''you are precious to us.'' Many schools for the poorest kids have metal detectors and police officers; the message is ''you are a threat to us.''&lt;br /&gt;
--https://www.theatlantic.com/magazine/archive/2021/04/private-schools-are-indefensible/618078/, The Atlantic (2021). }}&lt;br /&gt;
&lt;br /&gt;
==Follows,  Tracey==&lt;br /&gt;
[https://twitter.com/traceyfutures/status/1348032747613392896 @traceyfutures]:&lt;br /&gt;
2021: {{Quotation| “In China you have a State-run media, in the US you have a media-run State” }}&lt;br /&gt;
&lt;br /&gt;
==Foster, Michael==&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1392467487049109504 Twitter, May 12, 2021:]&lt;br /&gt;
{{Quotation|If a positive comment about men triggers you, you’re seriously twisted.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1395015978027819010 Twitter, May 19, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
When women hold power in a church—whether officially or unofficially—two things tend to happen:&lt;br /&gt;
&lt;br /&gt;
1. They strive to include anyone agreeable, regardless of error;&lt;br /&gt;
&lt;br /&gt;
2. They strive to exclude anyone disagreeable, regardless of orthodoxy.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1457324061130956801  Twitter, November 7, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 This a great question: &amp;quot;Is it a general occurrence that if you ask your wife how her day was that she will go into every little possible detail about what she did, what she talked to other people about, and what happened but never actually tell you how her day was?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
My reply:&lt;br /&gt;
&lt;br /&gt;
 That's how a normal woman tells you how her day was. The description is the conclusion, which to a man seems like a joke w/o a punchline. She took you on her journey &amp;amp; in doing so she thinks you feel what she felt as she went thru it. Therefore, she thinks you'll just get it.}}&lt;br /&gt;
&lt;br /&gt;
==Franco, Francisco==&lt;br /&gt;
*From [https://theworthyhouse.com/2019/04/16/on-francisco-franco/ The Worthy House], without source, said to be from 1961: &lt;br /&gt;
{{Quotation|The great weakness of modern states lies in their lack of doctrinal content, in having renounced a firm concept of man, life, and history. The major error of liberalism is in its negation of any permanent category of truth—its absolute and radical relativism—an error that, in a different form, was apparent in those other European currents that made ‘action’ their only demand and the supreme norm of their conduct [i.e., Communism and National Socialism]. . . . When the juridicial order does not proceed from a system of principles, ideas, and values recognized as superior and prior to the state, it ends in an omnipotent juridicial voluntarism, whether its primary organ be the so-called majority, purely numerical and inorganically expressed, or the supreme organs of power.}}&lt;br /&gt;
&lt;br /&gt;
==Frizzell, David==&lt;br /&gt;
From the song, [https://www.lyrics.com/lyric/30878059/David+Frizzell/I'm+Gonna+Hire+a+Wino+to+Decorate+Our+Home &amp;quot;I'm gonna' hire a wino to decorate our home&amp;quot;]:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Quotation|&lt;br /&gt;
She said: &amp;quot;I'm gonna' hire a wino to decorate our home,&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;So you'll feel more at ease here, and you won't have to roam.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;We'll take out the dining room table, and put a bar along that wall.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;And a neon sign, to point the way, to our bathroom down the hall.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Fuentes, Carlos==&lt;br /&gt;
&amp;quot;There are years when nothing happens and years in which centuries happen.&amp;quot; This is wrongly attributed to Lenin. Marx had the idea,  and better. See [https://quoteinvestigator.com/2020/07/13/decades-weeks/#:~:text=Quote%20Investigator%3A%20Vladimir%20Lenin%20died%20in%201924%3B%20however%2C,appeared%20in%20the%20second%20epistle%20of%20St.%20Peter quote investigator]&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Gelman, Andrew==&lt;br /&gt;
*{{Quotation|  &amp;quot;Theoretical Statistics is the Theory of Applied Statistics&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Econ is econ and is special in its own way, but Sturgeon’s law applies universally. Most published statistics articles are completely irrelevant to the world, even to whatever application area they are nominally targeting. Bad statistics articles are irritating in a different way than bad econ articles, which in turn are a different sort of irritating than bad poli sci or sociology articles. It’s an interesting thought: we tend to compare different fields based on the different characteristics of their best work, but another dimension is to compare the different characteristics of crappy but well-respected work in each field.}} (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://statmodeling.stat.columbia.edu/2021/07/08/she-sent-a-letter-pointing-out-problems-with-a-published-article-the-reviewers-agreed-that-her-comments-were-valid-but-the-journal-didnt-publish-her-letter-because-the-policy-among-editors-is-no/  &amp;quot;She sent a letter pointing out problems with a published article, the reviewers agreed that her comments were valid, but the journal didn’t publish her letter because “the policy among editors is not to accept comments.” &amp;quot;], July 28, 2021, blogpost:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The journal in question is called The Economic Journal. To add insult to injury, the editor wrote the following when announcing they wouldn’t publish the letter:&lt;br /&gt;
&lt;br /&gt;
My [the editor’s] assessment is that this paper is a better fit for a field journal in education.&lt;br /&gt;
&lt;br /&gt;
OK, let me get this straight. The original paper, which was seriously flawed, was ok for Mister Big Shot Journal. But a letter pointing out those flaws . . . that’s just good enough for a Little Baby Field Journal.}}&lt;br /&gt;
&lt;br /&gt;
==Genghis Khan==&lt;br /&gt;
This is disputed. I take this from Wikiquote's article at https://en.wikiquote.org/wiki/Genghis_Khan:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
&lt;br /&gt;
[What, in all the world, could bring the greatest happiness?]&lt;br /&gt;
&amp;quot;The open steppe, a clear day, and a swift horse under you,&amp;quot; responded the officer after a little thought, &amp;quot;and a falcon on your wrist to start up hares.&amp;quot;&lt;br /&gt;
&amp;quot;Nay,&amp;quot; responded the Khan, &amp;quot;to crush your enemies, to see them fall at your feet — to take their horses and goods and hear the lamentation of their women. That is best.&amp;quot;&lt;br /&gt;
As quoted in Genghis Khan: The Emperor of All Men (1927) by Harold Lamb, Doubleday, p. 107.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gibbon, Edward==&lt;br /&gt;
*''Decline and Fall,'' Ch. 21, part 5: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
If the emperor had capriciously decreed the death of the most eminent and virtuous citizen of the republic, the cruel order would have been executed without hesitation, by the ministers of open violence or of specious injustice. The caution, the delay, the difficulty with which he proceeded in the condemnation and punishment of a popular bishop, discovered to the world that the privileges of the church had already revived a sense of order and freedom in the Roman government.}}&lt;br /&gt;
&lt;br /&gt;
*''Decline and Fall,''  [https://www.gutenberg.org/cache/epub/25717/pg25717-images.html#chap53.1 Ch. 53, part 1:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 They held in their lifeless hands the riches of their fathers, without inheriting the spirit which had created and improved that sacred patrimony: they read, they praised, they compiled, but their languid souls seemed alike incapable of thought and action. In the revolution of ten centuries, not a single discovery was made to exalt the dignity or promote the happiness of mankind. Not a single idea has been added to the speculative systems of antiquity, and a succession of patient disciples became in their turn the dogmatic teachers of the next servile generation. Not a single composition of history, philosophy, or literature, has been saved from oblivion by the intrinsic beauties of style or sentiment, of original fancy, or even of successful imitation. ...m, a panegyric or tale; they forgot even the rules of prosody; and with the melody of Homer yet sounding in their ears, they confound all measure of feet and syllables in the impotent strains which have received the name of political or city verses. The minds of the Greek were bound in the fetters of a base and imperious superstition which extends her dominion round the circle of profane science. Their understandings were bewildered in metaphysical controversy: in the belief of visions and miracles, they had lost all principles of moral evidence, and their taste was vitiated by the homilies of the monks, an absurd medley of declamation and Scripture. Even these contemptible studies were no longer dignified by the abuse of superior talents: the leaders of the Greek church were humbly content to admire and copy the oracles of antiquity, nor did the schools of pulpit produce any rivals of the fame of Athanasius and Chrysostom.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Glaeser, Edward==&lt;br /&gt;
An Ed Glaeser aphorism just now from his Markus seminar, improved a bit:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It's not Trust in Authorities: it’s the Trustworthiness of Authorities, that matters.  A good government nobody trusts is better than a bad government *everybody* trusts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Goethe==&lt;br /&gt;
Mephistopheles:  &lt;br /&gt;
{{Quotation|  Ich bin der Geist der stets verneint.}}&lt;br /&gt;
&amp;quot;I am the spirit that always denies, or negates.&amp;quot; Faust part I. &lt;br /&gt;
&lt;br /&gt;
==GOLDMAN, Samuel.==&lt;br /&gt;
@SWGoldman, January 8, 2021: {{Quotation| A lot of people who thought they were part of the con now discovering that they were the marks. Which is exactly how a con works.}}&lt;br /&gt;
&lt;br /&gt;
==Golub, Ben==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
An underappreciated reason to keep economic theory programs vigorous and strong is that a LOT of the best scholars in other fields started out wanting to do theory. Like, a lot of amazing people.   The prospect of doing theory is like a honeypot for a certain kind of curious, high-powered person, who can then be redirected more productively. (Twitter, 2021)}}&lt;br /&gt;
&lt;br /&gt;
==GORDON, Leslie McAdoo==&lt;br /&gt;
&amp;quot;He keeps digressing, and there are digressions from the digressions, which he digresses from to digress.&amp;quot; On [https://twitter.com/McAdooGordon/status/1502053406508302336 Twitter], about a boring prosecutor during a sentencing hearing.&lt;br /&gt;
&lt;br /&gt;
==Gracian, Balthasar==&lt;br /&gt;
*“It is better to sleep on things beforehand than lie awake about them afterward.”&lt;br /&gt;
 &lt;br /&gt;
*“Never contend with a man who has nothing to lose.”&lt;br /&gt;
&lt;br /&gt;
==Graham, Paul==&lt;br /&gt;
*&amp;quot;While helping 12 yo prepare for exams, I've also been teaching him what's real knowledge and what isn't. E.g. how distillation works is real knowledge. The fact that the thing that gets dissolved in a solution is called the solute isn't.&amp;quot; (Twitter, 2021) &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One advantage companies that are still run by their founders have over other companies is that founders have the confidence to be unconventional. Employees worry they'll get in trouble if they do things differently. Founders don't.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Nonprofits that can't show what effect they have are showing what effect they have.&amp;quot;  (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Taking classes in &amp;quot;entrepreneurship&amp;quot; in college to learn how to innovate is like going to the Louvre and spending your time looking at the floor.&amp;quot; (as improved by me, Twitter, 2022)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Grant, Ulysses S.==&lt;br /&gt;
{{Quotation| As we approached the brow of the hill from which it was expected we could see Harris' camp, and possibly find his men ready formed to meet us, my heart kept getting higher and higher until it felt to me as though it was in my throat. I would have given anything then to have been back in Illinois, but I had not the moral courage to halt and consider what to do; I kept right on. When we reached a point from which the valley below was in full view I halted. The place where Harris had been encamped a few days before was still there and the marks of a recent encampment were plainly visible, but the troops were gone. My heart resumed its place. '''It occurred to me at once that Harris had been as much afraid of me as I had been of him. This was a view of the question I had never taken before; but it was one I never forgot afterwards.''' From that event to the close of the war, I never experienced trepidation upon confronting an enemy, though I always felt more or less anxiety. I never forgot that he had as much reason to fear my forces as I had his. The lesson was valuable.}} U.S. Grant, autobiography,  on the Battle of Belmont, https://www.gutenberg.org/files/4367/4367-h/4367-h.htm#ch20.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gude, Hans==&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Hans_Gude Hans Gude] (1825-1903):&lt;br /&gt;
:&amp;quot;You, my compatriots in Norway, have no grounds for complaining that we have forgotten the dear, familiar and specific character with which God has endowed our land and our nation. That is so firmly entrenched in our being that it finds expression, whether we like it or not. Do not, therefore, insult us further.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Haeckel, Ernst==&lt;br /&gt;
{{Quotation|  Ontogeny recapitulates phylogeny.}}&lt;br /&gt;
&lt;br /&gt;
==Hanson, Robin==&lt;br /&gt;
{{Quotation| Biggest trend in my world over the last 50yrs:&amp;lt;br&amp;gt;&lt;br /&gt;
50 yrs ago, intellectuals were top prestige; journalists, judges, activists, inventors, etc aspired to be that. &amp;lt;br&amp;gt;&lt;br /&gt;
Today, activists are top prestige; intellectuals, journalists, judges, inventors, etc aspire to be that.}} twitter, 2021.&lt;br /&gt;
&lt;br /&gt;
==Harpending, Henry==&lt;br /&gt;
[https://westhunt.wordpress.com/2021/04/26/henrys-buffalo/ &amp;quot;Henry’s Buffalo,&amp;quot;] ''West Hunter'' blog:&lt;br /&gt;
{{Quotation| We were up late around the fire as all the participants took turns telling the story of the day.  Of course everyone told the same story, since there was only one, but somehow we were all attentive to each new version.}}&lt;br /&gt;
&lt;br /&gt;
==Harrington,  John.==&lt;br /&gt;
''Epigrams'', Book iv,  [https://quod.lib.umich.edu/e/eebo/A02647.0001.001/1:7.5?rgn=div2;view=fulltext| Epistle 5]. &amp;lt;br&amp;gt;&lt;br /&gt;
 {{Quotation|  Treason  doth never prosper: what's the reason?&amp;lt;br&amp;gt;Why, if it prosper, none dare call it treason.}}&lt;br /&gt;
Compare: &amp;quot;Prosperum ac felix scelus/ Virtus vocatur&amp;quot; (&amp;quot;Successful and fortunate crime/ is called virtue&amp;quot;), [[Seneca]], ''Herc. Furens'', ii. 250.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Haywood, Charles==&lt;br /&gt;
From a 2018 [https://theworthyhouse.com/2018/03/30/book-review-change-church-pope-francis-future-catholicism-ross-douthat/ book review at Worthy House]:&lt;br /&gt;
 {{Quotation| Such men lack consistency, because they simply don’t have the intellectual horsepower to maintain it, while they quickly and without noticing contradict themselves if it’s needed to get shiny baubles such as the praise of those they realize to be their intellectual or social betters. }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Rob Henderson==&lt;br /&gt;
“Many have discovered an argument hack. They don’t need to argue that something is false. They just need to show that it’s associated with low status.”  https://quillette.com/2021/04/03/persuasion-and-the-prestige-paradox-are-high-status-people-more-likely-to-lie/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Hippocrates==&lt;br /&gt;
&amp;quot;There are ticks in woods now.&amp;quot; Why did God create ticks? Perhaps the tick will be justified some day like the flea, by a poem. Ars longa, vita brevis.  With a zero discount rate, a good poem justifies even the Black Death.  https://buff.ly/3dpjpHE&lt;br /&gt;
10:29 AM · Apr 18, 2021·Buffer&lt;br /&gt;
 &lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
Replying to &lt;br /&gt;
@erasmuse&lt;br /&gt;
I rightly used &amp;quot;Ars longa, vita brevis&amp;quot;,to digress,  but it has multiple meanings, like a Chinese poem. One is &amp;quot;Art lasts forever, but life is brief.&amp;quot;&lt;br /&gt;
Ars longa, vita brevis - Wikipedia&lt;br /&gt;
en.wikipedia.org&lt;br /&gt;
&lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
@erasmuse&lt;br /&gt;
The original, in Greek, is &amp;quot;There's a lot of technique, but only a short life to learn it in&amp;quot;, which I at 62 appreciate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== ==&lt;br /&gt;
==The Incredibles (movie)==&lt;br /&gt;
[https://lessonsfromthemouse.wordpress.com/2017/07/15/the-incredibles-if-everyone-is-special-no-one-is/#respond  &amp;quot;The Incredibles- If Everyone Is Special, No One Is,&amp;quot;] ''Lessons from the Mouse'' blog (2017).: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
On the car ride home, Dash says “Our powers make us special,” to which Helen (Mrs. Incredible) says, “Everyone is special, Dash”. Dash retorts back to her, “Which is another way of saying that no one is.” This is not just the opinion of a frustrated little boy, he is parroting the frustrations of his father who later on is arguing that a 4th grade graduation ceremony is silly (in his words, psychotic) because, “They keep celebrating new ways to celebrate mediocrity, but if someone is genuinely exceptional, they shut him down because they don’t want everyone else to feel back!” And lastly, this theme comes to a head when Syndrome is planning on giving everyone superpowers with his tech and claiming, “When everyone is super, no one will be.” ... Not everyone is special, understand, everyone is important, everyone is valid, and everyone is even significant, but not everyone is special. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==KASCHUTA, Alex== &lt;br /&gt;
[https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
The average Romanian knows the following about Americans:&lt;br /&gt;
&lt;br /&gt;
*    They are stupid and uncultured, though they somehow also have the best universities and lead the world in scientific research. &lt;br /&gt;
&lt;br /&gt;
* They are fat and lethargic, but their work ethic is second to none, and they never take vacations. &lt;br /&gt;
&lt;br /&gt;
* They have guns, though they shouldn't, though they probably should because criminality is very high. &lt;br /&gt;
&lt;br /&gt;
* The evils that befall them was caused by something terrible they did, either now or in the past, though it would have been great to have them “conquer” us just once.&lt;br /&gt;
&lt;br /&gt;
 *   It's hard to emigrate there, but it shouldn't be, because it's also highly desirable, being the &amp;quot;land of opportunity.&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
 [https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|The American paradox may have a simple solution: America is the only country to have generated so much excess it now exports its own self-loathing, in industrial quantities, 24/7. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| If you make someone &amp;quot;Homelessness Czar&amp;quot; their job is to preside over homelessness, not eliminate it.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Kennedy, John F.==&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;&lt;br /&gt;
“I never met a man like this,” Kennedy remarked to another reporter, Hugh Sidey of Time magazine. “[I] talked about how a nuclear exchange would kill 70 million people in 10 minutes, and he just looked at me as if to say, ‘So what?’” -- https://www.history.com/news/kennedy-krushchev-vienna-summit-meeting-1961&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KERR, Clark==&lt;br /&gt;
Clark Kerr  characterized his “multiversity” as “a series of individual faculty entrepreneurs held together by a common grievance over parking.” &lt;br /&gt;
&lt;br /&gt;
==KING, Martin Luther==&lt;br /&gt;
&amp;quot;It may be true that the law cannot make a man love me, but it can stop him from lynching me, and I think that's pretty important.&amp;quot; ''The Wall Street Journal'' (13 November 1962).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Krauss, Lawrence ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Instead of a theory of everything, string theory is a theory of anything, which means it's a theory of nothing.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==KRONECKER, Leopold ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
(1) “Die ganzen Zahlen hat der liebe Gott gemacht, alles andere ist Menschenwerk”&amp;lt;br&amp;gt;&lt;br /&gt;
(2) “God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
(3) “The Dear God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
in einem schriftlich nicht überlieferten Vortrag bei der Berliner Naturforscher-Versammlung 1886, zitiert bei H.[einrich] Weber: Leopold Kronecker, in: ''Jahresbericht der Deutschen Mathematiker-Vereinigung'' 2, 1893, S. 19 http://gdz.sub.uni-goettingen.de/dms/load/img/?PID=PPN37721857X_0002|LOG_0006&amp;amp;physid=PHYS_0025%20Seite%2019 drittletzter Absatz doi: 10.1007/BF01446613.  Also in : [http://gdz.sub.uni-goettingen.de/pdfcache/PPN235181684_0043/PPN235181684_0043___LOG_0007.pdf ''Mathematische Annalen,'' 1893, ] Band 43,    S. 15, 3. und 4. Zeile Zugeschrieben&lt;br /&gt;
&lt;br /&gt;
Quelle: https://beruhmte-zitate.de/zitate/138167-leopold-kronecker-die-ganzen-zahlen-hat-der-liebe-gott-gemacht-alle/&lt;br /&gt;
&lt;br /&gt;
Version (1) is the original. Version (3) is the more accurate translation. Version (2) sounds better than either (1) or (3). The &amp;quot;ganzen Zahlen&amp;quot; are the integers, not the natural numbers, [https://de.wikipedia.org/wiki/Ganze_Zahl#:~:text=Die%20ganzen%20Zahlen%20%28auch%20Ganzzahlen%2C%20lateinisch%20numeri%20integri%29,3%2C%20%E2%80%A6%20und%20enthalten%20damit%20alle%20nat%C3%BCrlichen%20Zahlen German Wikipedia says.] &amp;quot;der liebe Gott&amp;quot; is &amp;quot;the Dear God&amp;quot;. (Thanks to Christian Matthes for finding this for me via my Twitter request)&lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Laughlin, Robert==&lt;br /&gt;
&amp;quot;In science, you gain power by telling people what you know; in engineering, by preventing them from knowing it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Lenin, Vladimir==&lt;br /&gt;
[[&amp;quot;The Worse, the Better.&amp;quot;]]&lt;br /&gt;
He did not originate this quote. I have a separate page on it.&lt;br /&gt;
&lt;br /&gt;
==David Levy, famous comet-hunter==&lt;br /&gt;
“Inspiration before Outreach — because if you don’t INSPIRE your audience, outreach will go nowhere.”&lt;br /&gt;
&lt;br /&gt;
==LLoyd_Jones, Martyn==&lt;br /&gt;
{{Quotation| I spend half my time telling Christians to study doctrine, and the other half telling them doctrine is not enough.}}&lt;br /&gt;
&lt;br /&gt;
==Long, Earl (Senator from Louisiana)==&lt;br /&gt;
*&amp;quot;Don't write anything you can phone. Don't phone anything you can talk. Don't talk anything you can whisper. Don't whisper anything you can smile. Don't smile anything you can nod. Don't nod anything you can wink.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Machiavelli, Nicholas==&lt;br /&gt;
 {{Quotation| “Prudent archers...set their aim much higher than the place intended, not to reach such a height with their arrow, but to be able with the aid of so high an aim achieve their plan.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
--Book IV of The Prince}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Macaulay, Thomas==&lt;br /&gt;
From [https://www.gutenberg.org/files/1468/1468-h/1468-h.htm#link2HCH0002 The History of England, Volume I], chapter 2: &lt;br /&gt;
{{Quotation|It is creditable to Charles's temper that, ill as he thought of his species, he never became a misanthrope. He saw little in men but what was hateful. Yet he did not hate them. Nay, he was so far humane that it was highly disagreeable to him to see their sufferings or to hear their complaints. This, however, is a sort of humanity which, though amiable and laudable in a private man whose power to help or hurt is bounded by a narrow circle, has in princes often been rather a vice than a virtue. More than one well disposed ruler has given up whole provinces to rapine and oppression, merely from a wish to see none but happy faces round his own board and in his own walks. No man is fit to govern great societies who hesitates about disobliging the few who have access to him, for the sake of the many whom he will never see. The facility of Charles was such as has perhaps never been found in any man of equal sense. He was a slave without being a dupe. Worthless men and women, to the very bottom of whose hearts he saw, and whom he knew to be destitute of affection for him and undeserving of his confidence, could easily wheedle him out of titles, places, domains, state secrets and pardons. He bestowed much; yet he neither enjoyed the pleasure nor acquired the fame of beneficence. He never gave spontaneously; but it was painful to him to refuse. The consequence was that his bounty generally went, not to those who deserved it best, nor even to those whom he liked best, but to the most shameless and importunate suitor who could obtain an audience.}}&lt;br /&gt;
&lt;br /&gt;
‘A government cannot be wrong in punishing fraud or force, but it is almost certain to be wrong if, abandoning its legitimate function, it tells private individuals that it knows their business better than they know it themselves.’   (unkonwn source)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Massie, Thomas==&lt;br /&gt;
*[https://twitter.com/RepThomasMassie/status/1460241573187395584 Twitter] (2021): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Who could have foreseen that the response to the very lackluster performance of the vaccines would be to force people to take them, to force the people who took them to take more of them, and for the CEO of the company profiting most from them to call their critics criminals?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==MELKONIAN, Raffi==&lt;br /&gt;
{{Quotation| The brief I was reading recited the *entire* procedural history of the matter before saying &amp;quot;Our Problem is X. We need you to do Y. Right away. Because otherwise, Z is going to happen to us, which will make us very sad.&amp;quot; (Twitter, https://twitter.com/RMFifthCircuit/status/1436042316125548548 (2021).}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Mencken==&lt;br /&gt;
*As democracy is perfected, the office of President represents, more and more closely, the inner soul of the people. On some great and glorious day, the plain folks of the land will reach their heart's desire at last and the White House will be adorned by a downright moron.&lt;br /&gt;
&lt;br /&gt;
*I know some who are constantly drunk on books as other men are drunk on whiskey.&lt;br /&gt;
&lt;br /&gt;
*Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats&lt;br /&gt;
&lt;br /&gt;
*An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it makes a better soup&lt;br /&gt;
&lt;br /&gt;
*A cynic is a man who, when he smells flowers, looks around for a coffin.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Mouton Rothchild==&lt;br /&gt;
From Wikipedia: &lt;br /&gt;
In 1973, Mouton was elevated to &amp;quot;first growth&amp;quot; status after decades of intense lobbying by its powerful and influential owner,[1] the only change in the original 1855 classification (excepting the 1856 addition of Château Cantemerle). This prompted a change of motto: previously, the motto of the wine was Premier ne puis, second ne daigne, Mouton suis. (&amp;quot;First, I cannot be. Second, I do not deign to be. Mouton I am.&amp;quot;), and it was changed to Premier je suis, Second je fus, Mouton ne change. (&amp;quot;First, I am. Second, I used to be. Mouton does not change.&amp;quot;) &lt;br /&gt;
&lt;br /&gt;
==More, Thomas==&lt;br /&gt;
&amp;quot;Stand always beside me so that today I shall not, to win a point, lose my soul.&amp;quot; This is attributed to him, but I doubt he said it. I can't find a source. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==MUSK, ELON==&lt;br /&gt;
*From [https://twitter.com/tylertringas/status/1475268528521596928 Twitter]: “The most common error of a smart engineer is to optimize a thing that should not exist.”  To look for an interior rather than a corner solution. &lt;br /&gt;
&lt;br /&gt;
 ----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Napoleon Bonaparte==&lt;br /&gt;
{{Quotation| what Napoleon said when asked how he came to be Emperor: “I came across the crown of France lying in the street, and I picked it up with my sword.”}}&lt;br /&gt;
&lt;br /&gt;
==Nelson, David (Moe)==&lt;br /&gt;
&amp;quot;Says it the bestest&amp;quot;. Email (2022).&lt;br /&gt;
&lt;br /&gt;
==Nietzsche==&lt;br /&gt;
*&amp;quot;The worst readers are those who act like plundering soldiers: they take away a few things they can use, dirty and confuse [verwirren] the rest, and trash [lästern] the whole.&amp;quot;&lt;br /&gt;
Human, All Too Human (#137)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It is hard enough to remember my opinions, without also remembering my reasons for them!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;There comes a point in the history of society when it becomes so pathologically soft and tender that it steps in on behalf of those who harm it, criminals, and it does so quite seriously and honestly. To punish: that appears somehow unfair.&amp;quot;  --Paragraph 20, '[https://t.co/MMFHuzRSvr 'Beyond Good and Evil.'']  &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Science  offends the modesty of all genuine women. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
 &lt;br /&gt;
*&amp;quot;He who rejoices even at the stake triumphs not over pain but at the fact that he feels no pain where he had expected to feel it. A parable.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 124.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;When we have to change our opinion about someone we hold the inconvenience he has therewith caused us greatly to his discredit.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 125.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;A people is a detour of nature to get to six or seven great men.— Yes: and then to get round them.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 126.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The more abstract the truth is that you would teach, the more you have to seduce the senses to it.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 128.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What a person is begins to betray itself when his talent declines—when he ceases to show what he can do. Talent is also finery; finery is also a hiding place.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 130.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One is punished most for one's virtues.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 132.] &lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Paglia, Camille==&lt;br /&gt;
{{Quotation| There is no female Mozart because there is no female Jack the Ripper. --https://www.aei.org/carpe-diem/the-best-sentence-i-heard-today/}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Pascal, Blaise==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The example of Alexander's chastity  has not made so many continent as that of his drunkenness has made intemperate. It is not shameful not to be as virtuous as he, and it seems excusable to be no more vicious. We do not believe ourselves to be exactly sharing in the vices of the vulgar, when we see that we are sharing in those of great men; and yet we do not observe that in these matters they are ordinary men. --[https://www.gutenberg.org/files/18269/18269-h/18269-h.htm ''Thoughts'',] 103. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Peterson, Jordan==&lt;br /&gt;
{{Quotation| If you think tough men are dangerous, wait until you see what weak men are capable of.}} Very good. Weak men cannot withstand their fears and passions. A coward will commit atrocities out of fear.&lt;br /&gt;
&lt;br /&gt;
==Prince Philip==&lt;br /&gt;
 “How do you keep the natives off the booze long enough to pass the test?” Asked of a Scottish driving instructor in 1995.&lt;br /&gt;
&lt;br /&gt;
  “Damn fool question!” To BBC journalist Caroline Wyatt at a banquet at the Elysée Palace after she asked Queen Elizabeth if she was enjoying her stay in Paris in 2006.&lt;br /&gt;
&lt;br /&gt;
  “We don’t come here for our health. We can think of other ways of enjoying ourselves.” During a trip to Canada in 1976.&lt;br /&gt;
 &lt;br /&gt;
  “It’s a vast waste of space.” Philip entertained guests in 2000 at the reception of a new £18m British Embassy in Berlin, which the Queen had just opened.&lt;br /&gt;
&lt;br /&gt;
 “If it has four legs and it is not a chair, if it has got two wings and it flies but is not an aeroplane and if it swims and it is not a submarine, the Cantonese will eat it.” Said to a World Wildlife Fund meeting in 1986.&lt;br /&gt;
&lt;br /&gt;
“I would like to go to Russia very much – although the bastards murdered half my family.” In 1967, asked if he would like to visit the Soviet Union.&lt;br /&gt;
 &lt;br /&gt;
“The problem with London is the tourists. They cause the congestion. If we could just stop the tourism, we could stop the congestion.” At the opening of City Hall in 2002.&lt;br /&gt;
&lt;br /&gt;
 “You must be out of your minds.” To Solomon Islanders, on being told that their population growth was 5 per cent a year, in 1982.&lt;br /&gt;
&lt;br /&gt;
“Your country is one of the most notorious centres of trading in endangered species.” Accepting a conservation award in Thailand in 1991.&lt;br /&gt;
  &lt;br /&gt;
“I wish he’d turn the microphone off!” The Prince expresses his opinion of Elton John’s performance at the 73rd Royal Variety Show, 2001.&lt;br /&gt;
 &lt;br /&gt;
“Any bloody fool can lay a wreath at the thingamy.” Discussing his role in an interview with Jeremy Paxman.&lt;br /&gt;
 &lt;br /&gt;
 “It’s not a very big one, but at least it’s dead and it took an awful lot of killing!” Speaking about a crocodile he shot in Gambia in 1957.&lt;br /&gt;
&lt;br /&gt;
 “It is my invariable custom to say something flattering to begin with so that I shall be excused if by any chance I put my foot in it later on.” Full marks for honesty, from a speech in 1956.&lt;br /&gt;
https://www.unz.com/isteve/prince-philip-rip/&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Rasmusen, Eric==&lt;br /&gt;
*See [[Aphorisms--Rasmusen]].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Economics offends the modesty of all genuine professors. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  See Nietzsche, Beyond Good and Evil [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|When you’re dealing with productive inefficiency instead of allocative, you move from triangle losses, which are small, to rectangle losses, which are big.}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Leaders must be willing to make bad decisions with insufficient information and insufficient brains, even though they'll look like idiots. We followers  must forgive.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|''Celebrity preachers:'' Trample on the Cross to pick up a crown. &amp;lt;br&amp;gt;&lt;br /&gt;
''Unpopular preachers:'' Trample on a crown to pick up the Cross.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|Just as  high-IQ men come unarmed to a battle of wits, ss strong men come unarmed to a battle of fists. Raw talent is not enough. One must know how to use it. And be willing to use it.  }}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Andrew Carnegie (repeated by his friend Mark Twain)  said about undiversification: &amp;quot;Put all your eggs in one basket-- and then WATCH THAT BASKET.&amp;quot; The Buffett-Munger method is &amp;quot;Watch for a one really good basket-- and then put all your eggs into it.&amp;quot;}} [https://quoteinvestigator.com/2017/02/16/eggs/ Quoteinvestigator tracks down] the source of the Carnegie quotation.&lt;br /&gt;
&lt;br /&gt;
*We should treat young men as men, with all the privileges and responsibilities attached thereto, but tell them they are too foolish and experienced to deserve the privileges or carry out the responsibilities. &lt;br /&gt;
&lt;br /&gt;
:Come to think of it, that applies equally to young ladies. &lt;br /&gt;
&lt;br /&gt;
:Instead, we tell young people they are just as good as the middled-aged, but treat them like children.&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|People who don't care, don't quarrel. They just let each other  be wrong and make mistakes.  Love leads to fights. }}&lt;br /&gt;
&lt;br /&gt;
*The cosmopolitan man has no Country, the timeless man has no Time.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==ROBINSON, JOAN==&lt;br /&gt;
*[https://iea.org.uk/north-koreas-western-fellow-travellers/ &amp;quot;North Korea’s Western fellow travellers,&amp;quot;] KRISTIAN NIEMIETZ 29 SEPTEMBER 2017. She said of North Korea, in 1964, &lt;br /&gt;
 “All the economic miracles of the postwar world are put in the shade by these achievements”.&lt;br /&gt;
&lt;br /&gt;
“[G]reat pains are taken to keep the Southerners in the dark. The demarcation line is manned exclusively by American troops […] with an empty stretch of territory behind. No Southern eye can be allowed a peep into the North”.&lt;br /&gt;
&lt;br /&gt;
==Roosevelt, Theodore==&lt;br /&gt;
[http://www.stateoftheunionhistory.com/2015/08/1905-theodore-roosevelt-railroad.html &amp;quot;1905 State of the Union Address&amp;quot;]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
We desire to set up a moral standard. '''There can be no delusion more fatal to the Nation than the delusion that the standard of profits, of business prosperity, is sufficient in judging any business or political question--from rate legislation to municipal government.''' Business success, whether for the individual or for the Nation, is a good thing only so far as it is accompanied by and develops a high standard of conduct--honor, integrity, civic courage. The kind of business prosperity that blunts the standard of honor, that puts an inordinate value on mere wealth, that makes a man ruthless and conscienceless in trade, and weak and cowardly in citizenship, is not a good thing at all, but a very bad thing for the Nation. '''This Government stands for manhood first and for business only as an adjunct of manhood.'''}}&lt;br /&gt;
&lt;br /&gt;
==Rumsfeld, Donald==&lt;br /&gt;
{{Quotation| Reports that say that something hasn't happened are always interesting to me, because as we know, there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns—the ones we don't know we don't know.}} [https://en.wikipedia.org/wiki/There_are_known_knowns &amp;quot;There_are_known_knowns&amp;quot;], ''Wikipedia.''&lt;br /&gt;
&lt;br /&gt;
==Ryle, J. C.==&lt;br /&gt;
{{Quotation| &amp;quot;A true Christian is one who has not only peace of conscience, but war within. He may be known by his warfare as well as by his peace.” }}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sailer, Steve==&lt;br /&gt;
*&amp;quot;Debate-as-sport is masculine, groupthink and cancellation is feminine.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|  How to square the circle of indulging in the kind of petty grievances that most fascinate people with upper-middle-class disdain for Trump-like feuding? And how to make our pique sound important?&lt;br /&gt;
&lt;br /&gt;
The answer to both appears to be to position one’s personal gripes as part of the cosmically important war on racism and sexism, while conversely labeling Trump’s obviously individualistic feuds as racist.&lt;br /&gt;
&lt;br /&gt;
Thus, the upper reaches of society have been egging on everybody who isn’t a straight white male to dredge up and dwell on ancient memories of social unease in middle and high school. But instead of getting too specific about that mean girl in eighth grade who said snippy things about your shoes, you are encouraged to blame your embarrassing memories on whiteness in general.}} [https://www.takimag.com/article/feud-for-thought/ &amp;quot;Feud for Thought,&amp;quot;] ''Taki's Magazine'' (2021).&lt;br /&gt;
&lt;br /&gt;
*The problem with economics these days is not so much the various models as that economists believe that having models lets them get away without knowing much about the real world.’ &lt;br /&gt;
&lt;br /&gt;
 {{Quotation|&lt;br /&gt;
How can you tell who is a marginalized community? If they are legally protected, then they are marginalized, but if you are allowed to discriminate against them, then they aren’t marginalized. Is that so hard to understand?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Samuelson, Paul==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“I don’t care who writes a nation’s laws—or crafts its advanced treaties—if I can write its economics textbooks. The first lick is the privileged one, impinging on the beginner’s tabula rasa at its most impressionable state.”  (1990)}} . See [https://econdump.wordpress.com/2011/12/16/i-dont-care-who-writes-a-nations-laws-if-i-can-write-its-economics-textbooks-paul-samuelson/ Econdump on this quote].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Within every classical economist there is to be discerned a modern economist trying to be born.&amp;quot; From [ https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
==Schumpeter, Joseph==&lt;br /&gt;
 See the [[Schumpeter]] page.&lt;br /&gt;
&lt;br /&gt;
==Sedley, Catharine, Countess of Dorchester==&lt;br /&gt;
She was mistress to the Duke of York, later to become King James II. &lt;br /&gt;
'Catharine herself was astonished at the violence of the ducal passion.&lt;br /&gt;
&amp;quot;It cannot be my beauty,&amp;quot; she said, &amp;quot;for he must see I have none; and it cannot be my wit, for he has not enough to know that I have any&amp;quot;' (Thomas Seccombe, DNB).'&lt;br /&gt;
 From [https://www.bonhams.com/auctions/22714/lot/53/ a Bonham's auction catalog] selling a William III grant to her, expected to sell for about $1,500.&lt;br /&gt;
&lt;br /&gt;
==Shaw, George Bernard==&lt;br /&gt;
George Bernard Shaw wrote in 1903:&lt;br /&gt;
”The roulette table pays nobody except him who keeps it. Nevertheless a passion for gaming is common, though a passion for keeping roulette wheels is unknown.”&lt;br /&gt;
&lt;br /&gt;
Upon [https://www.iowastatedaily.com/carrie-chapman-catts-a-rotten-egg/article_183cbe15-989e-532d-897e-ec0a0340764e.html#:~:text=As%20George%20Bernard%20Shaw%2C%20Carrie,egg%20to%20know%20it's%20rotten.%22 refusing to read the entire manuscript before rejecting a book:] &amp;quot;You don't have to eat the whole egg to know it's rotten.&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Silverglate==&lt;br /&gt;
If you’re going to do any kind of important (therefore controversial) work, you can really only care about what approximately 10 people in the world think about you. Choose those people carefully. &lt;br /&gt;
&lt;br /&gt;
From  @HASilverglate  (Roughly. I’m sure he said it better)&lt;br /&gt;
&lt;br /&gt;
==SINCLAIR, Upton==&lt;br /&gt;
“It is difficult to get a man to understand something, when his salary depends upon his not understanding it!” &lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his TV invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his party invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Smethurst==&lt;br /&gt;
Salvation is not an invitation from a buddy, but a summons from a king.&lt;br /&gt;
(Twitter, 2021.)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Solzhenitsyn, Alexander==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
A decline in courage may be the most striking feature which an outside observer notices in the West in our days. The Western world has lost its civil courage, both as a whole and separately, in each country, each government, each political party, and, of course, in the United Nations. Such a decline in courage is particularly noticeable among the ruling groups and the intellectual elite, causing an impression of loss of courage by the entire society. &lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Without any censorship, in the West fashionable trends of thought and ideas are carefully separated from those which are not fashionable; nothing is forbidden, but what is not fashionable will hardly ever find its way into periodicals or books or be heard in colleges.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
A fact which cannot be disputed is the weakening of human beings in the West while in the East they are becoming firmer and stronger -- 60 years for our people and 30 years for the people of Eastern Europe. During that time we have been through a spiritual training far in advance of Western experience. Life's complexity and mortal weight have produced stronger, deeper, and more interesting characters than those generally [produced] by standardized Western well-being.&lt;br /&gt;
&lt;br /&gt;
Therefore, if our society were to be transformed into yours, it would mean an improvement in certain aspects, but also a change for the worse on some particularly significant scores. ... After the suffering of many years of violence and oppression, the human soul longs for things higher, warmer, and purer than those offered by today's mass living habits, introduced by the revolting invasion of publicity, by TV stupor, and by intolerable music.&lt;br /&gt;
&lt;br /&gt;
There are meaningful warnings which history gives a threatened or perishing society. Such are, for instance, the decadence of art, or a lack of great statesmen. There are open and evident warnings, too. The center of your democracy and of your culture is left without electric power for a few hours only, and all of a sudden crowds of American citizens start looting and creating havoc. The smooth surface film must be very thin, then, the social system quite unstable and unhealthy.&lt;br /&gt;
&lt;br /&gt;
[https://www.americanrhetoric.com/speeches/alexandersolzhenitsynharvard.htm &amp;quot;A World Split Apart,&amp;quot;]&lt;br /&gt;
delivered 8 June 1978, Harvard University}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Sowell, Thomas==&lt;br /&gt;
&amp;quot;We seem to be getting closer and closer to a situation where nobody is responsible for what they did but we are all responsible for what somebody else did.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Spurgeon==&lt;br /&gt;
&amp;quot;There is something very comforting in the thought that Satan is an adversary: I would sooner have him for an adversary than for a friend.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==De Stael, Germaine (Madame)==&lt;br /&gt;
“Tout comprendre c’est tout pardonner.” To understand all is to forgive all. &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://fakebuddhaquotes.com/to-understand-everything-is-to-forgive-everything/ FakeBuddhaQuotes tells us] that this is not quite what she said.  She actually wrote “Car tout comprendre rend très indulgent, et sentir profondément inspire une grande bontée.” Close enough for credit?&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Stalin, Joseph==&lt;br /&gt;
“A single death is a tragedy; a million deaths is a statistic.”&lt;br /&gt;
&lt;br /&gt;
“Those who vote decide nothing. Those who count the vote decide everything.”&lt;br /&gt;
&lt;br /&gt;
“Education is a weapon, whose effect depends on who holds it in his hands and at whom it is aimed.”&lt;br /&gt;
&lt;br /&gt;
“When there’s a person, there’s a problem. When there’s no person, there’s no problem.”&lt;br /&gt;
&lt;br /&gt;
“Quantity has a quality all its own.”&lt;br /&gt;
&lt;br /&gt;
“The Pope! How many divisions has he got?”&lt;br /&gt;
&lt;br /&gt;
“In the Soviet army it takes more courage to retreat than advance.”&lt;br /&gt;
&lt;br /&gt;
==Stout, Rex==&lt;br /&gt;
&amp;quot;On the way uptown in the roadster, I reflected that there was one obvious lever to use on Helen Frost to pry her in the direction I wanted her; and I'm a great one for the obvious, because it saves a lot of fiddling around. I decided to use it.&amp;quot; Rex Stout, ''The Red Box,'' Chapter 7 (1937) (Nero Wolfe mystery)&lt;br /&gt;
&lt;br /&gt;
==Strauss, Johann==&lt;br /&gt;
[http://www.aria-database.com/translations/fledermaus.txt Die Fliedermaus], libretto in German and English:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Nein, mit solchen Advokaten			No, with advocates like this&lt;br /&gt;
Ist verkauft man und verraten,			One is sold short and betrayed,&lt;br /&gt;
Da verliert man die Geduld.			Making one lose patience.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BLIND:&lt;br /&gt;
Rekurrieren, appellieren			Petition,	appeal,&lt;br /&gt;
Reklamieren, revidieren,			Complain, review,&lt;br /&gt;
Reziepieren, subvertieren,			Prescribe, subvert,&lt;br /&gt;
Devolvieren, involvieren,			Devolve,  involve, &lt;br /&gt;
Protestieren, liquidieren,			Protest, liquidate,&lt;br /&gt;
Exzerptieren, extorquieren			Excerpt, extort,&lt;br /&gt;
Arbitrieren, resümieren!			Arbitrate, summarize!&lt;br /&gt;
Exkulpieren, inkulpieren,			Exculpate, inculpate&lt;br /&gt;
kalkulieren, konzipieren			Calculate, draft&lt;br /&gt;
Und Sie müssen triumphieren!			And you must triumph!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Ach, wie rührt mich dies!			Ah, how this stirs me!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ALFRED:&lt;br /&gt;
Glücklich ist, wer vergisst,			Happy is the person who forgets,&lt;br /&gt;
Was doch nicht zu ändern ist.			What can't be altered anyway.&lt;br /&gt;
&lt;br /&gt;
From Die Fliedermaus: Glücklich ist, wer vergisst, Was doch nicht zu ändern ist.		&lt;br /&gt;
(Happy he, who forgets, What, can't be altered  anyway.)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SUMMERS, Larry==&lt;br /&gt;
*[http://www.harvard.edu/president/speeches/summers_2003/prayer.php Summers, Lawrence H. 2003. “Economics and Moral Questions.” Morning Prayers address, Memorial Church, September  15. Reprinted in Harvard Magazine, November–December 2003.]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “We all have only so much altruism in us. Economists like me think of altruism as a valuable and rare good that needs conserving. Far better to conserve it by designing a system in which people’s wants will be satisfied by individuals being selfish, and saving that altruism for our families, our friends, and the many social problems in this world that markets cannot solve.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TABARROK, Alex==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
A price increase is a message about scarcity.  Price controls are like shooting the messenger.&amp;quot; &lt;br /&gt;
quoted in May 5, 2008 issue of Forbes.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Subscript text&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Traldi, Oliver== &lt;br /&gt;
{{Quotation| I've never heard a good argument for why a long-gone philosopher's problematic views matter for evaluating their plausible ones. People seem to have this sense that problematic-ness kind of like infects someone's whole corpus somehow. That's just conspiracist contagion reasoning. --Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Trotsky, Leon==&lt;br /&gt;
{{Quotation| You may not be interested in war, but war is interested in you.}}&lt;br /&gt;
&lt;br /&gt;
==TRUMP,Donald==&lt;br /&gt;
Trump tonight at Mar a Lago on transgender sports: “This lady was trying to set her record and then this dude shows up…” &lt;br /&gt;
8:44 PM · May 4, 2022. (https://twitter.com/RaheemKassam/status/1522014323371085824)&lt;br /&gt;
&lt;br /&gt;
==Twain, Mark==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much he had learned in seven years.&amp;quot;   Mark Twain, &amp;quot;Old Times on the Mississippi&amp;quot; ''Atlantic Monthly,'' 1874.}}&lt;br /&gt;
&lt;br /&gt;
*[https://quoteinvestigator.com/2013/01/17/put-off/ A parody of Ben Franklin] by Twain. I heard it in a better version than Twain's: &amp;quot;Never put off till tomorrow what you can put off till the day after tomorrow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==Valery, Paul==&lt;br /&gt;
&amp;quot;Un poème n'est jamais fini, seulement abandonné.&amp;quot;  &amp;lt;br&amp;gt;&lt;br /&gt;
A poem is never finished; it's always an accident that puts a stop to it—i.e. gives it to the public.&lt;br /&gt;
Often quoted in W. H. Auden' s paraphrase, ‘A poem is never finished, only abandoned’ . &amp;lt;.br&amp;gt;&lt;br /&gt;
See also &amp;quot;Lecode n'est jamais fini, seulement termine&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
''Littérature'' (1930).&lt;br /&gt;
&lt;br /&gt;
==Sarah Vaughan==&lt;br /&gt;
Nobody works on easy street...&amp;lt;br&amp;gt;&lt;br /&gt;
When opportunity comes knockin'&amp;lt;br&amp;gt;&lt;br /&gt;
You just keep on with your rockin'&amp;lt;br&amp;gt;&lt;br /&gt;
'Cause you know your fortune's made&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.azlyrics.com/lyrics/sarahvaughan/easystreet.html&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Wang, John==&lt;br /&gt;
@j0hnwang&lt;br /&gt;
&lt;br /&gt;
Web2: &amp;quot;If you're not paying for it, you are the product.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Web3: &amp;quot;If you don't understand the source of yield, you are the yield.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Whyvert==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
The Age of Science draws to a close; there dawns the Age of Silence.&lt;br /&gt;
--https://twitter.com/whyvert/status/1359273098663575560}}&lt;br /&gt;
&lt;br /&gt;
==  ==&lt;br /&gt;
==Yeats, William==&lt;br /&gt;
The first half of [https://www.poetryfoundation.org/poems/43290/the-second-coming &amp;quot;The Second Coming&amp;quot;]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Turning and turning in the widening gyre   &lt;br /&gt;
The falcon cannot hear the falconer;&lt;br /&gt;
Things fall apart; the centre cannot hold;&lt;br /&gt;
Mere anarchy is loosed upon the world,&lt;br /&gt;
The blood-dimmed tide is loosed, and everywhere   &lt;br /&gt;
The ceremony of innocence is drowned;&lt;br /&gt;
The best lack all conviction, while the worst   &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
The best lack all conviction, while the worst &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Young, Faron==&lt;br /&gt;
From the song [https://www.azlyrics.com/lyrics/faronyoung/occasionalwife.html &amp;quot;Occasional Wife&amp;quot;:]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;It needs more than just an occasional piece of your life&amp;lt;br&amp;gt;&lt;br /&gt;
A home just can't stand when it has an occasional wife.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Yglesias, Matthew== &lt;br /&gt;
There are big tranches of the world where people do redefinitions and treat that as doing analysis. April 8 tweet.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==The Z-Man==&lt;br /&gt;
&amp;quot;For the American ruling class, society is just a Walmart in the middle of a ghetto riot. The winner is the one who manages to carry off the most stuff before the store burns down.&amp;quot; https://www.takimag.com/article/the-politics-of-smash-and-grab/&lt;br /&gt;
&lt;br /&gt;
==Zhu, Yuanyi==&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
War and Peace is a byword for hard highbrow literature, but if you think about it it's basically a long adventure novel with lots of explosions.-- @yuanyi_z}}&lt;br /&gt;
----&lt;br /&gt;
 ***************************  --&amp;gt;&lt;br /&gt;
==For the Future==&lt;br /&gt;
Later maybe I will go to this format: &lt;br /&gt;
&lt;br /&gt;
*[[Quotations:A|A]]: Alcorn, Anonymous, Astral Codex Ten.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:B|B]]: Bayly, Joseph; Bayly, Timothy; BBC.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:C|C]]: CANNON,   CHESTERTON,  Connolly,  Cox.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:D|D]]: Dawry,  Dennett,  Dick,  DIPLOCK,  Domingos.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:E|E]]: 	Enzensbergert.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:F|F]]: 	Feynman,  	Flanagan,  	Follows.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:G|G]]: 	Gelman,  Genghis Khan, Goethe,	GOLDMAN,  Grant.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:H|H]]: Hippocrates&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:I|I]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:J|J]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:K|K]]:	KASCHUTA,  Kennedy.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:L|L]]: Lenin,   Lloyd_Jones,&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:M|M]]:  Martyn, Machiavelli,  Macaulay.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:N|N]]: Napoleon.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:O|O]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:P|P]]:	Paglia,  	Prince Philip.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Q|Q]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:R|R]]:	Rasmusen,  	Rumsfeld, 	Ryle.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:S|S]]: 	Schumpeter, Joseph Silverglate	Sowell, Thomas	Stalin, Joseph Stout, Rex&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:T|T]]: 	TABARROK,	Trotsky.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:U|U]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:V|V]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:W|W]]: Whyvert&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:X|X]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:Y|Y]]: Yeats,  Yglesias.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Z|Z]]: The Z-Man,	Zhu.&lt;br /&gt;
   &lt;br /&gt;
  ***************************  --&amp;gt;&lt;br /&gt;
&amp;lt;!-- This is a comment &lt;br /&gt;
&amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;  &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 ***************************  --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5648</id>
		<title>Quotations</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Quotations&amp;diff=5648"/>
		<updated>2022-05-27T23:45:02Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Samuelson, Paul */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Introduction==&lt;br /&gt;
*[https://en.wikiquote.org/wiki/Main_Page Wikiquotes]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Anonymous==&lt;br /&gt;
*Twitter: &amp;quot;It is Monday, my dudes. Whatsoever the Lord hath given you to accomplish today, crush it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*Twitter: &amp;quot;i had no idea learning programming was such an emotional experience. like half of the process is managing rapidly alternating between feeling like im the lord almighty here to graciously gift my genius to mankind, and wanting to pour my coffee into my keyboard and die.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Traditions exist so we don’t have to talk about what’s right, we just do it.&amp;quot; Twitter (2022). &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What you permit, you promote.&amp;quot; https://quintsblog.wordpress.com/2007/01/30/what-you-permit-you-promote/&lt;br /&gt;
&lt;br /&gt;
*'''&amp;quot;Victory has a hundred fathers, but defeat is an orphan&amp;quot;''' is a slightly improved version of John F. Kennedy's &amp;quot;Victory has a hundred fathers and defeat is an orphan,&amp;quot;as quoted in ''A Thousand Days : John F. Kennedy in the White House'' (1965, 2002 edition), by Arthur Schlesinger, p. 262; also in ''The Quote Verifier'' (2006) by Ralph Keyes, p. 234 http://books.google.com/books?id=McO2Co4Ih98C&amp;amp;pg=PA234).&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The exact wording used by Kennedy (a hundred, not a thousand) had appeared in the 1951 film The Desert Fox: The Story of Rommel, as reported in Safire's ''New Political Dictionary'' (1993) by William Safire, pp 841–842). The earliest known occurrence is Galeazzo Ciano, ''Diary 1937-1943'', entry for 9 September 1942 (&amp;quot;La victoria trova cento padri, e nessuno vuole riconoscere l'insuccesso.&amp;quot;) (&amp;quot;Victory finds a hundred fathers, but nobody wants to recognize defeat&amp;quot;),   but the earliest known occurrence on such a theme is in Tacitus's : ''Agricola'' Book 1 at paragraph 27 http://www.sacred-texts.com/cla/tac/ag01020.htm: “Iniquissima haec bellorum condicio est: prospera omnes sibi vindicant, adversa uni imputantur.” (It is the singularly unfair peculiarity of war that the credit of success is claimed by all, while a disaster is attributed to one alone.)&lt;br /&gt;
https://quotepark.com/pl/cytaty/1377945-john-f-kennedy-victory-has-a-hundred-fathers-and-defeat-is-an-orp/}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Why own a sailboat?  It's easier to turn  your shower's  cold water on  and stand there tearing up $20 bills as fast as you can.&amp;quot; and “Owning a  yacht is like owning a stack of 10 Van Goghs and  holding them over your head as you tread water, trying to keep them dry.” https://www.ft.com/content/5263810a-c4d3-4380-a38e-3a78df99a788&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Quantity has a quality all of its own. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;All of mathematics is taught like someone explaining the rules of a board game that you're not playing yet.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It’s obvious to me why people like him avoid humor. You can pretend to be serious. You can’t pretend to be witty.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*[https://www.answers.com/Q/Who_said_showing_up_is_half_the_battle &amp;quot;Just showing up is 90% of success,&amp;quot; or &amp;quot;Just being there is half the battle,&amp;quot;] perhaps modified from Woody Allen. &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Be friendly to everyone. But have a plan to kill them.’ — attributed to an unidentified Secret Service agent.&lt;br /&gt;
&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Verba_volant,_scripta_manent Wikipedia says:] &amp;quot;Verba volant, scripta manent is a Latin proverb. Literally translated, it means &amp;quot;spoken words fly away, written words remain&amp;quot;.This proverb originates from a speech of senator Caius Titus to the Roman Senate;&amp;quot;  &amp;quot;Verba volant, scripta manent.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Disappointent, or His_appointment&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| There is a certain type of social insecurity, shyness, modesty that actually conceals exaggerated egocentrism: people secretly believe the world revolves around them, everyone is paying attention to them and their actions, constantly judging and criticizing the smallest details.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| &amp;quot;Moi parle pas mais moi comprends tout&amp;quot; (https://twitter.com/Fixpir/status/1447133952448344066)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The first gulp of the glass of science makes you atheist, but at the bottom is always God. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|A bear knows seven songs, and they are all about honey. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Economics is the study of how to get the most out of life. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Das Leben ist kein Ponyhof.  ​(Life is not a pony farm.)}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|Men want women, but don’t need them. Women need men, but don’t want them.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|The proverb appeared in Chaucer’s Troilus and Criseyde, written in 1385. Later, George Herbert modified it this way: “Whose house is of glass, must not throw stones at another.” And in 1736, Benjamin Franklin wrote, “Don’t throw stones at your neighbors, if your own windows are glass.”  https://www.almanac.com/fact/where-did-the-saying-people-who-live}}&lt;br /&gt;
{{Quotation| &amp;quot; `What is the sonne wers, of kinde righte,&amp;lt;br&amp;gt;&lt;br /&gt;
               Though that a man, for feblesse of his yen,&amp;lt;br&amp;gt;&lt;br /&gt;
               May nought endure on it to see for brighte?&amp;lt;br&amp;gt;&lt;br /&gt;
               Or love the wers, though wrecches on it cryen?  865&amp;lt;br&amp;gt;&lt;br /&gt;
               No wele is worth, that may no sorwe dryen.&amp;lt;br&amp;gt;&lt;br /&gt;
               '''And for-thy, who that hath an heed of verre,&amp;lt;br&amp;gt;&lt;br /&gt;
               Fro cast of stones war him in the werre!'''&amp;lt;br&amp;gt;&lt;br /&gt;
 https://www.gutenberg.org/files/257/257-h/257-h.htm}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
I remember my days in DC. I don’t think the women had any plan.&lt;br /&gt;
&lt;br /&gt;
It’s like when they work in an office: no real strategy for getting promoted, taking charge. They wait thinking some gent will just say “it’s your turn!” and anything they want—marriage, promotion, whatever—just happens.&lt;br /&gt;
&lt;br /&gt;
Women will always and forever rely on men.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| &amp;quot;The tactic is by now obvious:&lt;br /&gt;
&lt;br /&gt;
1. Make topic taboo.&lt;br /&gt;
&lt;br /&gt;
2. Normal people shy away from it.&lt;br /&gt;
&lt;br /&gt;
3. Topic mostly discussed by weirdos and edgy people.&lt;br /&gt;
&lt;br /&gt;
4. Point out how suspicious it is that everybody who talks about topic is a weirdo or edgy.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
@KirkegaardEmil}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Adams, Scott==&lt;br /&gt;
[https://twitter.com/ScottAdamsSays/status/1392453838540480517 Twitter May 12, 2021:]&lt;br /&gt;
&amp;quot;Some of the worst advice ever given:&lt;br /&gt;
&lt;br /&gt;
1. Be yourself (total loser philosophy)&lt;br /&gt;
&lt;br /&gt;
2. Follow the science (as if you could)&lt;br /&gt;
&lt;br /&gt;
3. Pursue your passion (no one pays you for having fun)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Alcorn, John==&lt;br /&gt;
“That’s my background and my question. I will now retreat to the background, and learn.” Very nicely phrased and useful.&lt;br /&gt;
&lt;br /&gt;
==Andreessen, Mark==&lt;br /&gt;
&amp;quot;The most serious problem facing any organization is the one that cannot be discussed.&amp;quot; Twitter, 2022.&lt;br /&gt;
&lt;br /&gt;
==Arreeda, Philip==&lt;br /&gt;
From [http://www.gwlr.org/wp-content/uploads/2012/07/79-6-Breyer.pdf &amp;quot;The Uneasy Case for Copyright: A Look Back Across Four Decades,&amp;quot;]  Stephen G. Breyer: &lt;br /&gt;
“Do not tell the class you are talking economics. Anyone who does not understand economics and applies it in antitrust is not properly teaching the course. But anyone who lets the class know that they’re talking economics is not a law school professor.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==ARROW, Kenneth==&lt;br /&gt;
From [https://conversableeconomist.blogspot.com/2013/11/is-altruism-scarce-resource-that-needs.html a blog post quoting Sandel JPE 2013], the original being Arrow 1972. “Gifts and Exchanges.” ''Philosophy  and Public  Affairs''  1(4):  343 – 62.&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “Like many economists,” Arrow (1972, pp. 354–55) writes, “I do not want to rely too heavily on substituting ethics for self-interest. I think it best on the whole that the requirement of ethical behavior be confined to those circumstances where the price system breaks down . . . We do not wish to use up recklessly the scarce resources of altruistic motivation.”}}&lt;br /&gt;
&lt;br /&gt;
==Asimov, Isaac==&lt;br /&gt;
“If my doctor told me I had only six minutes to live, I wouldn't brood. I'd type a little faster.” ― Isaac Asimov&lt;br /&gt;
&lt;br /&gt;
==Astral Codex 10==&lt;br /&gt;
{{Quotation|   &amp;quot;You listed some funny facts about this disorder, but this disorder is really serious and killed my grandmother&amp;quot;. I have a lot of trouble being serious, and this has served me well in getting people to read and enjoy things I write. But almost everything in medicine has killed at least one person's grandmother.  :&amp;lt;br&amp;gt;&lt;br /&gt;
---[https://astralcodexten.substack.com/p/webmd-and-the-tragedy-of-legible  WebMD, and the Tragedy of Legible Expertise&lt;br /&gt;
&amp;quot;What does running a medical database teach you about why everything sucks?&amp;quot;]}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|  The problem for artists is not that popular culture is so bad but that it is so good, at least some of the time. Art could no longer confer prestige by the rarity or excellence of the works themselves, so it had to confer it by the rarity of the powers of appreciation. --https://astralcodexten.substack.com/p/highlights-from-the-comments-on-modern}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Bayly, Joseph==&lt;br /&gt;
 {{Quotation|    &amp;quot;Criticism is the manure in which pastors grow best .&amp;quot;  http://baylyblog.com/blog/2004/06/criticism-manure-which-pastors-grow-best}}&lt;br /&gt;
&lt;br /&gt;
==Bayly, Timothy==&lt;br /&gt;
   {{Quotation| It’s often the case that particularities of our leadership can scandalize sheep who like to think of their pastors as perfect fathers, unlike their own. -- https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/   }}&lt;br /&gt;
&lt;br /&gt;
 {{Quotation| Commenters under these posts have noted the tendency of individual Christians to compare their own local pastors to national celebrities to the detriment of their trust of their local pastors. After all, the sins of their own pastors are obvious whereas the sins of their pastoral heroes are not. --https://warhornmedia.com/2021/02/06/john-macarthur-his-wealthy-and-important-trustees-should-all-be-fired/.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The BBC==&lt;br /&gt;
&amp;quot;1930: the BBC's news announcer said, &amp;quot;there is no news&amp;quot; and piano music was played for the remainder of the 15 minute segment.&amp;quot; https://twitter.com/BBCArchive/status/1383693028213198850&lt;br /&gt;
&lt;br /&gt;
==Berlin, Isaiah==&lt;br /&gt;
&amp;quot;“eggs are broken, but the omelette is not in sight, there is only an infinite number of eggs, human lives, ready for the breaking.  And in the end the passionate idealists forget the omelette, and just go on breaking eggs.”&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Blackwell, David==&lt;br /&gt;
{{Quotation|Basically, I’m not interested in doing research and I never have been....I’m interested in understanding, which is quite a different thing. And often to understand something you have to work it out yourself because no one else has done it. (https://en.wikipedia.org/wiki/David_Blackwell#cite_note-NYT-Grime-2007-07-17-11)}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==CANNON, William.== &lt;br /&gt;
1963   “Informal Sociology: A Casual Introduction to Sociological Thinking”  &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Not everything that can be counted counts, and not everything that counts can be counted.}}&lt;br /&gt;
&lt;br /&gt;
==Chesterton, G. K.==&lt;br /&gt;
*[https://mailchi.mp/inpolicy/2022-and-chestertons-fence-488333?e=bda54c6080 &amp;quot;Chesterton's Fence&amp;quot; ]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“In the matter of reforming things, as distinct from deforming them, there is one plain and simple principle; a principle which will probably be called a paradox. There exists in such a case a certain institution or law; let us say, for the sake of simplicity, a fence or gate erected across a road. The more modern type of reformer goes gaily up to it and says, ‘I don’t see the use of this; let us clear it away.’ To which the more intelligent type of reformer will do well to answer: “If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.”&lt;br /&gt;
&lt;br /&gt;
:Chesterton is not alone in the observation. It is found throughout our literature and theatre. In Robert Bolt’s “A Man for All Seasons” Sir Thomas More uses a similar argument to famously challenge his reformist son-in-law. The poet Robert Frost comes to the same conclusion in “Mending Wall.” Scripture is replete with its warning, beginning in Proverbs 22:28, “Do not move an ancient boundary stone that your fathers have placed.” }}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;If you will not have rules, you will have rulers.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;People generally quarrel because they cannot argue. And it is extraordinary to notice how few people in the modern world can argue. This is why there are so many quarrels, breaking out again and again, and never coming to any natural end.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
If our social conditions curtail manhood and womanhood, we must alter the social conditions. We must not go on quietly in a corner making men unmanly and women unwomanly, that they may fit into their filthy and slavish civilization.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
Religious liberty might be supposed to mean that everybody is free to discuss religion. In practice it means that hardly anybody is allowed to mention it.&lt;br /&gt;
--Autobiography}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
We are ruled by secret societies which have no names even among the initiate.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|&lt;br /&gt;
My own political philosophy is very plain and humble; I can trust the uneducated, but not the badly educated.}}&lt;br /&gt;
&lt;br /&gt;
*[http://ignatiusinsight.com/features2007/print2007/gk_domestwwww_july07.html Chesterton's Emancipation of Domesticity&amp;quot;] essay on motherhood.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== CHU, HYON S.==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Here's how neo-Marxism works:&lt;br /&gt;
&lt;br /&gt;
1) pick a variable. For Marx it was labor. For Nietzsche, will to power. For Kendi, it's race. &lt;br /&gt;
&lt;br /&gt;
2) divide the population by this variable&lt;br /&gt;
&lt;br /&gt;
3) blame one side as oppressor, the other as oppressed&lt;br /&gt;
&lt;br /&gt;
4) feign oppression to wield the mob of the oppressed&lt;br /&gt;
--Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Churchill Winston==&lt;br /&gt;
‘Most of the world’s work is done by people who are not feeling very well.’&lt;br /&gt;
&lt;br /&gt;
==Cicero==&lt;br /&gt;
“Poor is the people that has no heroes, but poorer still is the people that, having heroes, fails to remember and honour them.”&lt;br /&gt;
&lt;br /&gt;
==Connolly, Gray==&lt;br /&gt;
Slightly altered from his Twitter rules: &lt;br /&gt;
{{Quotation| &lt;br /&gt;
.&lt;br /&gt;
1. Please be polite and do not fight. &amp;lt;br&amp;gt;&lt;br /&gt;
2. Do disagree, but do not swear, blaspheme, or abuse. &amp;lt;br&amp;gt;&lt;br /&gt;
3. I write as if my late parents are reading, so please be respectful. &amp;lt;br&amp;gt;&lt;br /&gt;
4. You always have control over how you conduct yourself. &amp;lt;br&amp;gt;&lt;br /&gt;
5. A more civil society starts with you.}}&lt;br /&gt;
&lt;br /&gt;
==Cox, Sir David R.==&lt;br /&gt;
From [https://www.annualreviews.org/doi/abs/10.1146/annurev-statistics-031219-041051 &amp;quot;Statistical Significance,&amp;quot; ] David R. Cox, ''Annual Review of Statistics and Its Application'', 7: 1-10 (2020):&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
To claim a result to be highly significant, or even just significant, sounds like enthusiastic&lt;br /&gt;
endorsement, whereas to describe a result as insignificant is surely dismissive. To help avoid such&lt;br /&gt;
misinterpretations, the qualified terms statistically significant or statistically insignificant should,&lt;br /&gt;
at the risk of some tedium, always be used.}}&lt;br /&gt;
&lt;br /&gt;
==Crawford, Jason==&lt;br /&gt;
{{Quotation|  Most people don't read → if you read books at all, you are more educated than most&lt;br /&gt;
&lt;br /&gt;
Even among those who read, most haven't read a book on X. If you read one book on X, you know more about it than the vast majority&lt;br /&gt;
&lt;br /&gt;
Read 2–3 books on one topic, and you're practically an expert. [--Twitter, 2021]}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Dawry, Travis== &lt;br /&gt;
@tdawry {{Quotation| In spreadsheets you see the data but the code sits behind it.&amp;lt;br&amp;gt;&lt;br /&gt;
In a programming language you see the code but the data sits behind it.}}&lt;br /&gt;
&lt;br /&gt;
==DECTER, Midge==&lt;br /&gt;
“You can’t wait for someone to send you good material. Your first job as an editor is to find writers. Your second job is to tell them what to write. You’d be surprised, the best writers often don’t know what needs to be written. A good editor does.”&lt;br /&gt;
&lt;br /&gt;
“If you feel like the content is going flat, pick a fight. That always brings life to a magazine of ideas.”  (from [https://www.firstthings.com/web-exclusives/2022/05/my-memories-of-midge-decter Reno article] in First THings, 2022)&lt;br /&gt;
&lt;br /&gt;
==Dennett, Daniel==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;“A scholar,” said Daniel Dennett in 1995, “is just a library’s way of making another library.”&amp;quot; (James Gleick, The Information)}}&lt;br /&gt;
&lt;br /&gt;
==Dick, Philip K.==&lt;br /&gt;
“Reality is that which, when you stop believing in it, doesn’t go away.”&lt;br /&gt;
&lt;br /&gt;
==DIPLOCK, Lord==&lt;br /&gt;
{{Quotation| After all, that is the beauty of the common law; it is a maze, not a motorway.}} ''Morris v. C.W.Martin,'' 1 QB 716 (Diplock, L. J. , 1966). A  [https://heinonline.org/HOL/LandingPage?handle=hein.journals/artniqul3&amp;amp;div=49&amp;amp;id=&amp;amp;page= bailment case. ] &lt;br /&gt;
&lt;br /&gt;
==Domingos, Pedro== &lt;br /&gt;
{{Quotation|An extremist is someone who thinks a moderate is an extremist of the opposite persuasion.&amp;lt;br&amp;gt;&lt;br /&gt;
--https://twitter.com/pmddomingos/status/1358242734482464768}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
It's easy to forget that every cognitive bias is the flip side of a heuristic that works.}}&lt;br /&gt;
&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The goal of cancel culture is to cancel culture.}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Resentment of billionaires is rooted in our Neolithic minds' inability to intuitively understand that one person's positive impact on the world may be many orders of magnitude greater than another's.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Dostoevsky==&lt;br /&gt;
&amp;quot;It takes more than just intelligence to act intelligently.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
==Eckel, Catherine==&lt;br /&gt;
&amp;quot;It's time to invent time-bankruptcy.  I owe so many people so many things, and everyone is mad at me.  I declare bankruptcy!  Let the courts sort it out.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==ENNIS, John==&lt;br /&gt;
&amp;quot;Tolerance in America is largely tied to capitalism. When people are working together to make money, they can put aside many differences. Socialism, on the other hand, leads to intolerance as different factions compete for state resources.&amp;quot;  [https://twitter.com/john_ennis_btc/status/1518986774776893442 Twitter] (2022)&lt;br /&gt;
&lt;br /&gt;
==Enzensbergert==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
So we belong to a class that neither controls nor owns what matters, the famous means of production, and it does not produce what also mat­ters, the famous surplus value (or perhaps produces it only indirectly and incidentally . . . ).}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Faulkner, William==&lt;br /&gt;
 “The past is never dead. It’s not even past.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Feynman, Richard== &lt;br /&gt;
&amp;quot;Science is the belief in the ignorance of experts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==FischerKing== &lt;br /&gt;
*&amp;quot;Most truth is grasped as a sort of sudden insight. Writing it down is always a problem b/c it only approximates the discovery. And then the written word becomes the plaything of lesser intellects, who tie themselves in knots trying to explicate it. And therein lies most academia.&amp;quot; (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;From an anthropological perspective, the Antifa phenomenon is quite useful. Can’t remember another time when Nietzsche’s concept of slave morality raging against the beautiful was more openly on display.&amp;quot;  (2021, Twitter)&lt;br /&gt;
&lt;br /&gt;
==Flanagan, Caitlin==&lt;br /&gt;
 {{Quotation| The school is now so flush that its campus is a sort of Saks Fifth Avenue of Quakerism. Forget having Meeting in the smelly old gym. Now there is a meetinghouse of sumptuous plainness, created out of materials so good and simple and repurposed and expensive that surely only virtue and mercy will follow its benefactors all the days of their lives. The building’s citation by the American Institute of Architects notes that the interior is lined with “oak from long-unused Maryland barns” and the exterior is “clad with black locust harvested from a single source in New Jersey.”...&lt;br /&gt;
&lt;br /&gt;
College admissions is one of the few situations in which rich people are forced to scramble for a scarce resource. What logic had led them to believe that it would help to antagonize the college counselors? Driven mad by the looming prospect of a Williams rejection, they had lost all reason...&lt;br /&gt;
&lt;br /&gt;
 These aren’t parents in the public-school system; they are consumers of a luxury product. If they are unhappy, they won’t just write anonymous letters. They’ll let the school know the old-fashioned way: by cutting down on their donations. Money is how rich people express their deepest feelings...&lt;br /&gt;
&lt;br /&gt;
Many schools for the richest American kids have gates and security guards; the message is ''you are precious to us.'' Many schools for the poorest kids have metal detectors and police officers; the message is ''you are a threat to us.''&lt;br /&gt;
--https://www.theatlantic.com/magazine/archive/2021/04/private-schools-are-indefensible/618078/, The Atlantic (2021). }}&lt;br /&gt;
&lt;br /&gt;
==Follows,  Tracey==&lt;br /&gt;
[https://twitter.com/traceyfutures/status/1348032747613392896 @traceyfutures]:&lt;br /&gt;
2021: {{Quotation| “In China you have a State-run media, in the US you have a media-run State” }}&lt;br /&gt;
&lt;br /&gt;
==Foster, Michael==&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1392467487049109504 Twitter, May 12, 2021:]&lt;br /&gt;
{{Quotation|If a positive comment about men triggers you, you’re seriously twisted.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1395015978027819010 Twitter, May 19, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
When women hold power in a church—whether officially or unofficially—two things tend to happen:&lt;br /&gt;
&lt;br /&gt;
1. They strive to include anyone agreeable, regardless of error;&lt;br /&gt;
&lt;br /&gt;
2. They strive to exclude anyone disagreeable, regardless of orthodoxy.}}&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/thisisfoster/status/1457324061130956801  Twitter, November 7, 2021:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 This a great question: &amp;quot;Is it a general occurrence that if you ask your wife how her day was that she will go into every little possible detail about what she did, what she talked to other people about, and what happened but never actually tell you how her day was?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
My reply:&lt;br /&gt;
&lt;br /&gt;
 That's how a normal woman tells you how her day was. The description is the conclusion, which to a man seems like a joke w/o a punchline. She took you on her journey &amp;amp; in doing so she thinks you feel what she felt as she went thru it. Therefore, she thinks you'll just get it.}}&lt;br /&gt;
&lt;br /&gt;
==Franco, Francisco==&lt;br /&gt;
*From [https://theworthyhouse.com/2019/04/16/on-francisco-franco/ The Worthy House], without source, said to be from 1961: &lt;br /&gt;
{{Quotation|The great weakness of modern states lies in their lack of doctrinal content, in having renounced a firm concept of man, life, and history. The major error of liberalism is in its negation of any permanent category of truth—its absolute and radical relativism—an error that, in a different form, was apparent in those other European currents that made ‘action’ their only demand and the supreme norm of their conduct [i.e., Communism and National Socialism]. . . . When the juridicial order does not proceed from a system of principles, ideas, and values recognized as superior and prior to the state, it ends in an omnipotent juridicial voluntarism, whether its primary organ be the so-called majority, purely numerical and inorganically expressed, or the supreme organs of power.}}&lt;br /&gt;
&lt;br /&gt;
==Frizzell, David==&lt;br /&gt;
From the song, [https://www.lyrics.com/lyric/30878059/David+Frizzell/I'm+Gonna+Hire+a+Wino+to+Decorate+Our+Home &amp;quot;I'm gonna' hire a wino to decorate our home&amp;quot;]:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Quotation|&lt;br /&gt;
She said: &amp;quot;I'm gonna' hire a wino to decorate our home,&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;So you'll feel more at ease here, and you won't have to roam.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;We'll take out the dining room table, and put a bar along that wall.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;And a neon sign, to point the way, to our bathroom down the hall.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Fuentes, Carlos==&lt;br /&gt;
&amp;quot;There are years when nothing happens and years in which centuries happen.&amp;quot; This is wrongly attributed to Lenin. Marx had the idea,  and better. See [https://quoteinvestigator.com/2020/07/13/decades-weeks/#:~:text=Quote%20Investigator%3A%20Vladimir%20Lenin%20died%20in%201924%3B%20however%2C,appeared%20in%20the%20second%20epistle%20of%20St.%20Peter quote investigator]&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Gelman, Andrew==&lt;br /&gt;
*{{Quotation|  &amp;quot;Theoretical Statistics is the Theory of Applied Statistics&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Econ is econ and is special in its own way, but Sturgeon’s law applies universally. Most published statistics articles are completely irrelevant to the world, even to whatever application area they are nominally targeting. Bad statistics articles are irritating in a different way than bad econ articles, which in turn are a different sort of irritating than bad poli sci or sociology articles. It’s an interesting thought: we tend to compare different fields based on the different characteristics of their best work, but another dimension is to compare the different characteristics of crappy but well-respected work in each field.}} (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://statmodeling.stat.columbia.edu/2021/07/08/she-sent-a-letter-pointing-out-problems-with-a-published-article-the-reviewers-agreed-that-her-comments-were-valid-but-the-journal-didnt-publish-her-letter-because-the-policy-among-editors-is-no/  &amp;quot;She sent a letter pointing out problems with a published article, the reviewers agreed that her comments were valid, but the journal didn’t publish her letter because “the policy among editors is not to accept comments.” &amp;quot;], July 28, 2021, blogpost:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The journal in question is called The Economic Journal. To add insult to injury, the editor wrote the following when announcing they wouldn’t publish the letter:&lt;br /&gt;
&lt;br /&gt;
My [the editor’s] assessment is that this paper is a better fit for a field journal in education.&lt;br /&gt;
&lt;br /&gt;
OK, let me get this straight. The original paper, which was seriously flawed, was ok for Mister Big Shot Journal. But a letter pointing out those flaws . . . that’s just good enough for a Little Baby Field Journal.}}&lt;br /&gt;
&lt;br /&gt;
==Genghis Khan==&lt;br /&gt;
This is disputed. I take this from Wikiquote's article at https://en.wikiquote.org/wiki/Genghis_Khan:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
&lt;br /&gt;
[What, in all the world, could bring the greatest happiness?]&lt;br /&gt;
&amp;quot;The open steppe, a clear day, and a swift horse under you,&amp;quot; responded the officer after a little thought, &amp;quot;and a falcon on your wrist to start up hares.&amp;quot;&lt;br /&gt;
&amp;quot;Nay,&amp;quot; responded the Khan, &amp;quot;to crush your enemies, to see them fall at your feet — to take their horses and goods and hear the lamentation of their women. That is best.&amp;quot;&lt;br /&gt;
As quoted in Genghis Khan: The Emperor of All Men (1927) by Harold Lamb, Doubleday, p. 107.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gibbon, Edward==&lt;br /&gt;
*''Decline and Fall,'' Ch. 21, part 5: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
If the emperor had capriciously decreed the death of the most eminent and virtuous citizen of the republic, the cruel order would have been executed without hesitation, by the ministers of open violence or of specious injustice. The caution, the delay, the difficulty with which he proceeded in the condemnation and punishment of a popular bishop, discovered to the world that the privileges of the church had already revived a sense of order and freedom in the Roman government.}}&lt;br /&gt;
&lt;br /&gt;
*''Decline and Fall,''  [https://www.gutenberg.org/cache/epub/25717/pg25717-images.html#chap53.1 Ch. 53, part 1:]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 They held in their lifeless hands the riches of their fathers, without inheriting the spirit which had created and improved that sacred patrimony: they read, they praised, they compiled, but their languid souls seemed alike incapable of thought and action. In the revolution of ten centuries, not a single discovery was made to exalt the dignity or promote the happiness of mankind. Not a single idea has been added to the speculative systems of antiquity, and a succession of patient disciples became in their turn the dogmatic teachers of the next servile generation. Not a single composition of history, philosophy, or literature, has been saved from oblivion by the intrinsic beauties of style or sentiment, of original fancy, or even of successful imitation. ...m, a panegyric or tale; they forgot even the rules of prosody; and with the melody of Homer yet sounding in their ears, they confound all measure of feet and syllables in the impotent strains which have received the name of political or city verses. The minds of the Greek were bound in the fetters of a base and imperious superstition which extends her dominion round the circle of profane science. Their understandings were bewildered in metaphysical controversy: in the belief of visions and miracles, they had lost all principles of moral evidence, and their taste was vitiated by the homilies of the monks, an absurd medley of declamation and Scripture. Even these contemptible studies were no longer dignified by the abuse of superior talents: the leaders of the Greek church were humbly content to admire and copy the oracles of antiquity, nor did the schools of pulpit produce any rivals of the fame of Athanasius and Chrysostom.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Glaeser, Edward==&lt;br /&gt;
An Ed Glaeser aphorism just now from his Markus seminar, improved a bit:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;It's not Trust in Authorities: it’s the Trustworthiness of Authorities, that matters.  A good government nobody trusts is better than a bad government *everybody* trusts.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Goethe==&lt;br /&gt;
Mephistopheles:  &lt;br /&gt;
{{Quotation|  Ich bin der Geist der stets verneint.}}&lt;br /&gt;
&amp;quot;I am the spirit that always denies, or negates.&amp;quot; Faust part I. &lt;br /&gt;
&lt;br /&gt;
==GOLDMAN, Samuel.==&lt;br /&gt;
@SWGoldman, January 8, 2021: {{Quotation| A lot of people who thought they were part of the con now discovering that they were the marks. Which is exactly how a con works.}}&lt;br /&gt;
&lt;br /&gt;
==Golub, Ben==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
An underappreciated reason to keep economic theory programs vigorous and strong is that a LOT of the best scholars in other fields started out wanting to do theory. Like, a lot of amazing people.   The prospect of doing theory is like a honeypot for a certain kind of curious, high-powered person, who can then be redirected more productively. (Twitter, 2021)}}&lt;br /&gt;
&lt;br /&gt;
==GORDON, Leslie McAdoo==&lt;br /&gt;
&amp;quot;He keeps digressing, and there are digressions from the digressions, which he digresses from to digress.&amp;quot; On [https://twitter.com/McAdooGordon/status/1502053406508302336 Twitter], about a boring prosecutor during a sentencing hearing.&lt;br /&gt;
&lt;br /&gt;
==Gracian, Balthasar==&lt;br /&gt;
*“It is better to sleep on things beforehand than lie awake about them afterward.”&lt;br /&gt;
 &lt;br /&gt;
*“Never contend with a man who has nothing to lose.”&lt;br /&gt;
&lt;br /&gt;
==Graham, Paul==&lt;br /&gt;
*&amp;quot;While helping 12 yo prepare for exams, I've also been teaching him what's real knowledge and what isn't. E.g. how distillation works is real knowledge. The fact that the thing that gets dissolved in a solution is called the solute isn't.&amp;quot; (Twitter, 2021) &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One advantage companies that are still run by their founders have over other companies is that founders have the confidence to be unconventional. Employees worry they'll get in trouble if they do things differently. Founders don't.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Nonprofits that can't show what effect they have are showing what effect they have.&amp;quot;  (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Taking classes in &amp;quot;entrepreneurship&amp;quot; in college to learn how to innovate is like going to the Louvre and spending your time looking at the floor.&amp;quot; (as improved by me, Twitter, 2022)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Grant, Ulysses S.==&lt;br /&gt;
{{Quotation| As we approached the brow of the hill from which it was expected we could see Harris' camp, and possibly find his men ready formed to meet us, my heart kept getting higher and higher until it felt to me as though it was in my throat. I would have given anything then to have been back in Illinois, but I had not the moral courage to halt and consider what to do; I kept right on. When we reached a point from which the valley below was in full view I halted. The place where Harris had been encamped a few days before was still there and the marks of a recent encampment were plainly visible, but the troops were gone. My heart resumed its place. '''It occurred to me at once that Harris had been as much afraid of me as I had been of him. This was a view of the question I had never taken before; but it was one I never forgot afterwards.''' From that event to the close of the war, I never experienced trepidation upon confronting an enemy, though I always felt more or less anxiety. I never forgot that he had as much reason to fear my forces as I had his. The lesson was valuable.}} U.S. Grant, autobiography,  on the Battle of Belmont, https://www.gutenberg.org/files/4367/4367-h/4367-h.htm#ch20.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Gude, Hans==&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Hans_Gude Hans Gude] (1825-1903):&lt;br /&gt;
:&amp;quot;You, my compatriots in Norway, have no grounds for complaining that we have forgotten the dear, familiar and specific character with which God has endowed our land and our nation. That is so firmly entrenched in our being that it finds expression, whether we like it or not. Do not, therefore, insult us further.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Haeckel, Ernst==&lt;br /&gt;
{{Quotation|  Ontogeny recapitulates phylogeny.}}&lt;br /&gt;
&lt;br /&gt;
==Hanson, Robin==&lt;br /&gt;
{{Quotation| Biggest trend in my world over the last 50yrs:&amp;lt;br&amp;gt;&lt;br /&gt;
50 yrs ago, intellectuals were top prestige; journalists, judges, activists, inventors, etc aspired to be that. &amp;lt;br&amp;gt;&lt;br /&gt;
Today, activists are top prestige; intellectuals, journalists, judges, inventors, etc aspire to be that.}} twitter, 2021.&lt;br /&gt;
&lt;br /&gt;
==Harpending, Henry==&lt;br /&gt;
[https://westhunt.wordpress.com/2021/04/26/henrys-buffalo/ &amp;quot;Henry’s Buffalo,&amp;quot;] ''West Hunter'' blog:&lt;br /&gt;
{{Quotation| We were up late around the fire as all the participants took turns telling the story of the day.  Of course everyone told the same story, since there was only one, but somehow we were all attentive to each new version.}}&lt;br /&gt;
&lt;br /&gt;
==Harrington,  John.==&lt;br /&gt;
''Epigrams'', Book iv,  [https://quod.lib.umich.edu/e/eebo/A02647.0001.001/1:7.5?rgn=div2;view=fulltext| Epistle 5]. &amp;lt;br&amp;gt;&lt;br /&gt;
 {{Quotation|  Treason  doth never prosper: what's the reason?&amp;lt;br&amp;gt;Why, if it prosper, none dare call it treason.}}&lt;br /&gt;
Compare: &amp;quot;Prosperum ac felix scelus/ Virtus vocatur&amp;quot; (&amp;quot;Successful and fortunate crime/ is called virtue&amp;quot;), [[Seneca]], ''Herc. Furens'', ii. 250.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Haywood, Charles==&lt;br /&gt;
From a 2018 [https://theworthyhouse.com/2018/03/30/book-review-change-church-pope-francis-future-catholicism-ross-douthat/ book review at Worthy House]:&lt;br /&gt;
 {{Quotation| Such men lack consistency, because they simply don’t have the intellectual horsepower to maintain it, while they quickly and without noticing contradict themselves if it’s needed to get shiny baubles such as the praise of those they realize to be their intellectual or social betters. }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Rob Henderson==&lt;br /&gt;
“Many have discovered an argument hack. They don’t need to argue that something is false. They just need to show that it’s associated with low status.”  https://quillette.com/2021/04/03/persuasion-and-the-prestige-paradox-are-high-status-people-more-likely-to-lie/&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Hippocrates==&lt;br /&gt;
&amp;quot;There are ticks in woods now.&amp;quot; Why did God create ticks? Perhaps the tick will be justified some day like the flea, by a poem. Ars longa, vita brevis.  With a zero discount rate, a good poem justifies even the Black Death.  https://buff.ly/3dpjpHE&lt;br /&gt;
10:29 AM · Apr 18, 2021·Buffer&lt;br /&gt;
 &lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
Replying to &lt;br /&gt;
@erasmuse&lt;br /&gt;
I rightly used &amp;quot;Ars longa, vita brevis&amp;quot;,to digress,  but it has multiple meanings, like a Chinese poem. One is &amp;quot;Art lasts forever, but life is brief.&amp;quot;&lt;br /&gt;
Ars longa, vita brevis - Wikipedia&lt;br /&gt;
en.wikipedia.org&lt;br /&gt;
&lt;br /&gt;
Professor Eric Rasmusen&lt;br /&gt;
@erasmuse&lt;br /&gt;
The original, in Greek, is &amp;quot;There's a lot of technique, but only a short life to learn it in&amp;quot;, which I at 62 appreciate.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== ==&lt;br /&gt;
==The Incredibles (movie)==&lt;br /&gt;
[https://lessonsfromthemouse.wordpress.com/2017/07/15/the-incredibles-if-everyone-is-special-no-one-is/#respond  &amp;quot;The Incredibles- If Everyone Is Special, No One Is,&amp;quot;] ''Lessons from the Mouse'' blog (2017).: &lt;br /&gt;
{{Quotation|&lt;br /&gt;
On the car ride home, Dash says “Our powers make us special,” to which Helen (Mrs. Incredible) says, “Everyone is special, Dash”. Dash retorts back to her, “Which is another way of saying that no one is.” This is not just the opinion of a frustrated little boy, he is parroting the frustrations of his father who later on is arguing that a 4th grade graduation ceremony is silly (in his words, psychotic) because, “They keep celebrating new ways to celebrate mediocrity, but if someone is genuinely exceptional, they shut him down because they don’t want everyone else to feel back!” And lastly, this theme comes to a head when Syndrome is planning on giving everyone superpowers with his tech and claiming, “When everyone is super, no one will be.” ... Not everyone is special, understand, everyone is important, everyone is valid, and everyone is even significant, but not everyone is special. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==KASCHUTA, Alex== &lt;br /&gt;
[https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
The average Romanian knows the following about Americans:&lt;br /&gt;
&lt;br /&gt;
*    They are stupid and uncultured, though they somehow also have the best universities and lead the world in scientific research. &lt;br /&gt;
&lt;br /&gt;
* They are fat and lethargic, but their work ethic is second to none, and they never take vacations. &lt;br /&gt;
&lt;br /&gt;
* They have guns, though they shouldn't, though they probably should because criminality is very high. &lt;br /&gt;
&lt;br /&gt;
* The evils that befall them was caused by something terrible they did, either now or in the past, though it would have been great to have them “conquer” us just once.&lt;br /&gt;
&lt;br /&gt;
 *   It's hard to emigrate there, but it shouldn't be, because it's also highly desirable, being the &amp;quot;land of opportunity.&amp;quot; }}&lt;br /&gt;
&lt;br /&gt;
 [https://alexkaschuta.substack.com/p/observing-the-empire-from-afar| Observing the empire from afar.&lt;br /&gt;
Three decades' worth of America-gazing from one of its long forgotten provinces, Romania ] (2020): &lt;br /&gt;
{{Quotation|The American paradox may have a simple solution: America is the only country to have generated so much excess it now exports its own self-loathing, in industrial quantities, 24/7. }}&lt;br /&gt;
&lt;br /&gt;
{{Quotation| If you make someone &amp;quot;Homelessness Czar&amp;quot; their job is to preside over homelessness, not eliminate it.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Kennedy, John F.==&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;&lt;br /&gt;
“I never met a man like this,” Kennedy remarked to another reporter, Hugh Sidey of Time magazine. “[I] talked about how a nuclear exchange would kill 70 million people in 10 minutes, and he just looked at me as if to say, ‘So what?’” -- https://www.history.com/news/kennedy-krushchev-vienna-summit-meeting-1961&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==KERR, Clark==&lt;br /&gt;
Clark Kerr  characterized his “multiversity” as “a series of individual faculty entrepreneurs held together by a common grievance over parking.” &lt;br /&gt;
&lt;br /&gt;
==KING, Martin Luther==&lt;br /&gt;
&amp;quot;It may be true that the law cannot make a man love me, but it can stop him from lynching me, and I think that's pretty important.&amp;quot; ''The Wall Street Journal'' (13 November 1962).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Krauss, Lawrence ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Instead of a theory of everything, string theory is a theory of anything, which means it's a theory of nothing.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==KRONECKER, Leopold ==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
(1) “Die ganzen Zahlen hat der liebe Gott gemacht, alles andere ist Menschenwerk”&amp;lt;br&amp;gt;&lt;br /&gt;
(2) “God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
(3) “The Dear God made the integers; all else is the work of man.”&amp;lt;br&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
in einem schriftlich nicht überlieferten Vortrag bei der Berliner Naturforscher-Versammlung 1886, zitiert bei H.[einrich] Weber: Leopold Kronecker, in: ''Jahresbericht der Deutschen Mathematiker-Vereinigung'' 2, 1893, S. 19 http://gdz.sub.uni-goettingen.de/dms/load/img/?PID=PPN37721857X_0002|LOG_0006&amp;amp;physid=PHYS_0025%20Seite%2019 drittletzter Absatz doi: 10.1007/BF01446613.  Also in : [http://gdz.sub.uni-goettingen.de/pdfcache/PPN235181684_0043/PPN235181684_0043___LOG_0007.pdf ''Mathematische Annalen,'' 1893, ] Band 43,    S. 15, 3. und 4. Zeile Zugeschrieben&lt;br /&gt;
&lt;br /&gt;
Quelle: https://beruhmte-zitate.de/zitate/138167-leopold-kronecker-die-ganzen-zahlen-hat-der-liebe-gott-gemacht-alle/&lt;br /&gt;
&lt;br /&gt;
Version (1) is the original. Version (3) is the more accurate translation. Version (2) sounds better than either (1) or (3). The &amp;quot;ganzen Zahlen&amp;quot; are the integers, not the natural numbers, [https://de.wikipedia.org/wiki/Ganze_Zahl#:~:text=Die%20ganzen%20Zahlen%20%28auch%20Ganzzahlen%2C%20lateinisch%20numeri%20integri%29,3%2C%20%E2%80%A6%20und%20enthalten%20damit%20alle%20nat%C3%BCrlichen%20Zahlen German Wikipedia says.] &amp;quot;der liebe Gott&amp;quot; is &amp;quot;the Dear God&amp;quot;. (Thanks to Christian Matthes for finding this for me via my Twitter request)&lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Laughlin, Robert==&lt;br /&gt;
&amp;quot;In science, you gain power by telling people what you know; in engineering, by preventing them from knowing it.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Lenin, Vladimir==&lt;br /&gt;
[[&amp;quot;The Worse, the Better.&amp;quot;]]&lt;br /&gt;
He did not originate this quote. I have a separate page on it.&lt;br /&gt;
&lt;br /&gt;
==David Levy, famous comet-hunter==&lt;br /&gt;
“Inspiration before Outreach — because if you don’t INSPIRE your audience, outreach will go nowhere.”&lt;br /&gt;
&lt;br /&gt;
==LLoyd_Jones, Martyn==&lt;br /&gt;
{{Quotation| I spend half my time telling Christians to study doctrine, and the other half telling them doctrine is not enough.}}&lt;br /&gt;
&lt;br /&gt;
==Long, Earl (Senator from Louisiana)==&lt;br /&gt;
*&amp;quot;Don't write anything you can phone. Don't phone anything you can talk. Don't talk anything you can whisper. Don't whisper anything you can smile. Don't smile anything you can nod. Don't nod anything you can wink.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Machiavelli, Nicholas==&lt;br /&gt;
 {{Quotation| “Prudent archers...set their aim much higher than the place intended, not to reach such a height with their arrow, but to be able with the aid of so high an aim achieve their plan.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
--Book IV of The Prince}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Macaulay, Thomas==&lt;br /&gt;
From [https://www.gutenberg.org/files/1468/1468-h/1468-h.htm#link2HCH0002 The History of England, Volume I], chapter 2: &lt;br /&gt;
{{Quotation|It is creditable to Charles's temper that, ill as he thought of his species, he never became a misanthrope. He saw little in men but what was hateful. Yet he did not hate them. Nay, he was so far humane that it was highly disagreeable to him to see their sufferings or to hear their complaints. This, however, is a sort of humanity which, though amiable and laudable in a private man whose power to help or hurt is bounded by a narrow circle, has in princes often been rather a vice than a virtue. More than one well disposed ruler has given up whole provinces to rapine and oppression, merely from a wish to see none but happy faces round his own board and in his own walks. No man is fit to govern great societies who hesitates about disobliging the few who have access to him, for the sake of the many whom he will never see. The facility of Charles was such as has perhaps never been found in any man of equal sense. He was a slave without being a dupe. Worthless men and women, to the very bottom of whose hearts he saw, and whom he knew to be destitute of affection for him and undeserving of his confidence, could easily wheedle him out of titles, places, domains, state secrets and pardons. He bestowed much; yet he neither enjoyed the pleasure nor acquired the fame of beneficence. He never gave spontaneously; but it was painful to him to refuse. The consequence was that his bounty generally went, not to those who deserved it best, nor even to those whom he liked best, but to the most shameless and importunate suitor who could obtain an audience.}}&lt;br /&gt;
&lt;br /&gt;
‘A government cannot be wrong in punishing fraud or force, but it is almost certain to be wrong if, abandoning its legitimate function, it tells private individuals that it knows their business better than they know it themselves.’   (unkonwn source)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Massie, Thomas==&lt;br /&gt;
*[https://twitter.com/RepThomasMassie/status/1460241573187395584 Twitter] (2021): &lt;br /&gt;
{{Quotation|&lt;br /&gt;
Who could have foreseen that the response to the very lackluster performance of the vaccines would be to force people to take them, to force the people who took them to take more of them, and for the CEO of the company profiting most from them to call their critics criminals?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==MELKONIAN, Raffi==&lt;br /&gt;
{{Quotation| The brief I was reading recited the *entire* procedural history of the matter before saying &amp;quot;Our Problem is X. We need you to do Y. Right away. Because otherwise, Z is going to happen to us, which will make us very sad.&amp;quot; (Twitter, https://twitter.com/RMFifthCircuit/status/1436042316125548548 (2021).}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Mencken==&lt;br /&gt;
*As democracy is perfected, the office of President represents, more and more closely, the inner soul of the people. On some great and glorious day, the plain folks of the land will reach their heart's desire at last and the White House will be adorned by a downright moron.&lt;br /&gt;
&lt;br /&gt;
*I know some who are constantly drunk on books as other men are drunk on whiskey.&lt;br /&gt;
&lt;br /&gt;
*Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin slitting throats&lt;br /&gt;
&lt;br /&gt;
*An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it makes a better soup&lt;br /&gt;
&lt;br /&gt;
*A cynic is a man who, when he smells flowers, looks around for a coffin.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Mouton Rothchild==&lt;br /&gt;
From Wikipedia: &lt;br /&gt;
In 1973, Mouton was elevated to &amp;quot;first growth&amp;quot; status after decades of intense lobbying by its powerful and influential owner,[1] the only change in the original 1855 classification (excepting the 1856 addition of Château Cantemerle). This prompted a change of motto: previously, the motto of the wine was Premier ne puis, second ne daigne, Mouton suis. (&amp;quot;First, I cannot be. Second, I do not deign to be. Mouton I am.&amp;quot;), and it was changed to Premier je suis, Second je fus, Mouton ne change. (&amp;quot;First, I am. Second, I used to be. Mouton does not change.&amp;quot;) &lt;br /&gt;
&lt;br /&gt;
==More, Thomas==&lt;br /&gt;
&amp;quot;Stand always beside me so that today I shall not, to win a point, lose my soul.&amp;quot; This is attributed to him, but I doubt he said it. I can't find a source. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==MUSK, ELON==&lt;br /&gt;
*From [https://twitter.com/tylertringas/status/1475268528521596928 Twitter]: “The most common error of a smart engineer is to optimize a thing that should not exist.”  To look for an interior rather than a corner solution. &lt;br /&gt;
&lt;br /&gt;
 ----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Napoleon Bonaparte==&lt;br /&gt;
{{Quotation| what Napoleon said when asked how he came to be Emperor: “I came across the crown of France lying in the street, and I picked it up with my sword.”}}&lt;br /&gt;
&lt;br /&gt;
==Nelson, David (Moe)==&lt;br /&gt;
&amp;quot;Says it the bestest&amp;quot;. Email (2022).&lt;br /&gt;
&lt;br /&gt;
==Nietzsche==&lt;br /&gt;
*&amp;quot;The worst readers are those who act like plundering soldiers: they take away a few things they can use, dirty and confuse [verwirren] the rest, and trash [lästern] the whole.&amp;quot;&lt;br /&gt;
Human, All Too Human (#137)&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;It is hard enough to remember my opinions, without also remembering my reasons for them!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;There comes a point in the history of society when it becomes so pathologically soft and tender that it steps in on behalf of those who harm it, criminals, and it does so quite seriously and honestly. To punish: that appears somehow unfair.&amp;quot;  --Paragraph 20, '[https://t.co/MMFHuzRSvr 'Beyond Good and Evil.'']  &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Science  offends the modesty of all genuine women. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
 &lt;br /&gt;
*&amp;quot;He who rejoices even at the stake triumphs not over pain but at the fact that he feels no pain where he had expected to feel it. A parable.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 124.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;When we have to change our opinion about someone we hold the inconvenience he has therewith caused us greatly to his discredit.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 125.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;A people is a detour of nature to get to six or seven great men.— Yes: and then to get round them.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 126.]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;The more abstract the truth is that you would teach, the more you have to seduce the senses to it.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 128.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;What a person is begins to betray itself when his talent declines—when he ceases to show what he can do. Talent is also finery; finery is also a hiding place.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 130.] &lt;br /&gt;
&lt;br /&gt;
*&amp;quot;One is punished most for one's virtues.&amp;quot;  ''Beyond Good and Evil'' [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 132.] &lt;br /&gt;
 &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Paglia, Camille==&lt;br /&gt;
{{Quotation| There is no female Mozart because there is no female Jack the Ripper. --https://www.aei.org/carpe-diem/the-best-sentence-i-heard-today/}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Pascal, Blaise==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
The example of Alexander's chastity  has not made so many continent as that of his drunkenness has made intemperate. It is not shameful not to be as virtuous as he, and it seems excusable to be no more vicious. We do not believe ourselves to be exactly sharing in the vices of the vulgar, when we see that we are sharing in those of great men; and yet we do not observe that in these matters they are ordinary men. --[https://www.gutenberg.org/files/18269/18269-h/18269-h.htm ''Thoughts'',] 103. }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Peterson, Jordan==&lt;br /&gt;
{{Quotation| If you think tough men are dangerous, wait until you see what weak men are capable of.}} Very good. Weak men cannot withstand their fears and passions. A coward will commit atrocities out of fear.&lt;br /&gt;
&lt;br /&gt;
==Prince Philip==&lt;br /&gt;
 “How do you keep the natives off the booze long enough to pass the test?” Asked of a Scottish driving instructor in 1995.&lt;br /&gt;
&lt;br /&gt;
  “Damn fool question!” To BBC journalist Caroline Wyatt at a banquet at the Elysée Palace after she asked Queen Elizabeth if she was enjoying her stay in Paris in 2006.&lt;br /&gt;
&lt;br /&gt;
  “We don’t come here for our health. We can think of other ways of enjoying ourselves.” During a trip to Canada in 1976.&lt;br /&gt;
 &lt;br /&gt;
  “It’s a vast waste of space.” Philip entertained guests in 2000 at the reception of a new £18m British Embassy in Berlin, which the Queen had just opened.&lt;br /&gt;
&lt;br /&gt;
 “If it has four legs and it is not a chair, if it has got two wings and it flies but is not an aeroplane and if it swims and it is not a submarine, the Cantonese will eat it.” Said to a World Wildlife Fund meeting in 1986.&lt;br /&gt;
&lt;br /&gt;
“I would like to go to Russia very much – although the bastards murdered half my family.” In 1967, asked if he would like to visit the Soviet Union.&lt;br /&gt;
 &lt;br /&gt;
“The problem with London is the tourists. They cause the congestion. If we could just stop the tourism, we could stop the congestion.” At the opening of City Hall in 2002.&lt;br /&gt;
&lt;br /&gt;
 “You must be out of your minds.” To Solomon Islanders, on being told that their population growth was 5 per cent a year, in 1982.&lt;br /&gt;
&lt;br /&gt;
“Your country is one of the most notorious centres of trading in endangered species.” Accepting a conservation award in Thailand in 1991.&lt;br /&gt;
  &lt;br /&gt;
“I wish he’d turn the microphone off!” The Prince expresses his opinion of Elton John’s performance at the 73rd Royal Variety Show, 2001.&lt;br /&gt;
 &lt;br /&gt;
“Any bloody fool can lay a wreath at the thingamy.” Discussing his role in an interview with Jeremy Paxman.&lt;br /&gt;
 &lt;br /&gt;
 “It’s not a very big one, but at least it’s dead and it took an awful lot of killing!” Speaking about a crocodile he shot in Gambia in 1957.&lt;br /&gt;
&lt;br /&gt;
 “It is my invariable custom to say something flattering to begin with so that I shall be excused if by any chance I put my foot in it later on.” Full marks for honesty, from a speech in 1956.&lt;br /&gt;
https://www.unz.com/isteve/prince-philip-rip/&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Rasmusen, Eric==&lt;br /&gt;
*See [[Aphorisms--Rasmusen]].&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Economics offends the modesty of all genuine professors. They feel as if one were trying to look under their skin—or worse! under their clothes and finery.&amp;quot;  See Nietzsche, Beyond Good and Evil [http://www.thenietzschechannel.com/works-pub/bge/bge4.htm 127.]&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|When you’re dealing with productive inefficiency instead of allocative, you move from triangle losses, which are small, to rectangle losses, which are big.}}&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;Leaders must be willing to make bad decisions with insufficient information and insufficient brains, even though they'll look like idiots. We followers  must forgive.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|''Celebrity preachers:'' Trample on the Cross to pick up a crown. &amp;lt;br&amp;gt;&lt;br /&gt;
''Unpopular preachers:'' Trample on a crown to pick up the Cross.}}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|Just as  high-IQ men come unarmed to a battle of wits, ss strong men come unarmed to a battle of fists. Raw talent is not enough. One must know how to use it. And be willing to use it.  }}&lt;br /&gt;
&lt;br /&gt;
*{{Quotation| Andrew Carnegie (repeated by his friend Mark Twain)  said about undiversification: &amp;quot;Put all your eggs in one basket-- and then WATCH THAT BASKET.&amp;quot; The Buffett-Munger method is &amp;quot;Watch for a one really good basket-- and then put all your eggs into it.&amp;quot;}} [https://quoteinvestigator.com/2017/02/16/eggs/ Quoteinvestigator tracks down] the source of the Carnegie quotation.&lt;br /&gt;
&lt;br /&gt;
*We should treat young men as men, with all the privileges and responsibilities attached thereto, but tell them they are too foolish and experienced to deserve the privileges or carry out the responsibilities. &lt;br /&gt;
&lt;br /&gt;
:Come to think of it, that applies equally to young ladies. &lt;br /&gt;
&lt;br /&gt;
:Instead, we tell young people they are just as good as the middled-aged, but treat them like children.&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|People who don't care, don't quarrel. They just let each other  be wrong and make mistakes.  Love leads to fights. }}&lt;br /&gt;
&lt;br /&gt;
*The cosmopolitan man has no Country, the timeless man has no Time.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==ROBINSON, JOAN==&lt;br /&gt;
*[https://iea.org.uk/north-koreas-western-fellow-travellers/ &amp;quot;North Korea’s Western fellow travellers,&amp;quot;] KRISTIAN NIEMIETZ 29 SEPTEMBER 2017. She said of North Korea, in 1964, &lt;br /&gt;
 “All the economic miracles of the postwar world are put in the shade by these achievements”.&lt;br /&gt;
&lt;br /&gt;
“[G]reat pains are taken to keep the Southerners in the dark. The demarcation line is manned exclusively by American troops […] with an empty stretch of territory behind. No Southern eye can be allowed a peep into the North”.&lt;br /&gt;
&lt;br /&gt;
==Roosevelt, Theodore==&lt;br /&gt;
[http://www.stateoftheunionhistory.com/2015/08/1905-theodore-roosevelt-railroad.html &amp;quot;1905 State of the Union Address&amp;quot;]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
We desire to set up a moral standard. '''There can be no delusion more fatal to the Nation than the delusion that the standard of profits, of business prosperity, is sufficient in judging any business or political question--from rate legislation to municipal government.''' Business success, whether for the individual or for the Nation, is a good thing only so far as it is accompanied by and develops a high standard of conduct--honor, integrity, civic courage. The kind of business prosperity that blunts the standard of honor, that puts an inordinate value on mere wealth, that makes a man ruthless and conscienceless in trade, and weak and cowardly in citizenship, is not a good thing at all, but a very bad thing for the Nation. '''This Government stands for manhood first and for business only as an adjunct of manhood.'''}}&lt;br /&gt;
&lt;br /&gt;
==Rumsfeld, Donald==&lt;br /&gt;
{{Quotation| Reports that say that something hasn't happened are always interesting to me, because as we know, there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns—the ones we don't know we don't know.}} [https://en.wikipedia.org/wiki/There_are_known_knowns &amp;quot;There_are_known_knowns&amp;quot;], ''Wikipedia.''&lt;br /&gt;
&lt;br /&gt;
==Ryle, J. C.==&lt;br /&gt;
{{Quotation| &amp;quot;A true Christian is one who has not only peace of conscience, but war within. He may be known by his warfare as well as by his peace.” }}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sailer, Steve==&lt;br /&gt;
*&amp;quot;Debate-as-sport is masculine, groupthink and cancellation is feminine.&amp;quot; (Twitter, 2022)&lt;br /&gt;
&lt;br /&gt;
*{{Quotation|  How to square the circle of indulging in the kind of petty grievances that most fascinate people with upper-middle-class disdain for Trump-like feuding? And how to make our pique sound important?&lt;br /&gt;
&lt;br /&gt;
The answer to both appears to be to position one’s personal gripes as part of the cosmically important war on racism and sexism, while conversely labeling Trump’s obviously individualistic feuds as racist.&lt;br /&gt;
&lt;br /&gt;
Thus, the upper reaches of society have been egging on everybody who isn’t a straight white male to dredge up and dwell on ancient memories of social unease in middle and high school. But instead of getting too specific about that mean girl in eighth grade who said snippy things about your shoes, you are encouraged to blame your embarrassing memories on whiteness in general.}} [https://www.takimag.com/article/feud-for-thought/ &amp;quot;Feud for Thought,&amp;quot;] ''Taki's Magazine'' (2021).&lt;br /&gt;
&lt;br /&gt;
*The problem with economics these days is not so much the various models as that economists believe that having models lets them get away without knowing much about the real world.’ &lt;br /&gt;
&lt;br /&gt;
 {{Quotation|&lt;br /&gt;
How can you tell who is a marginalized community? If they are legally protected, then they are marginalized, but if you are allowed to discriminate against them, then they aren’t marginalized. Is that so hard to understand?}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Samuelson, Paul==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
“I don’t care who writes a nation’s laws—or crafts its advanced treaties—if I can write its economics textbooks. The first lick is the privileged one, impinging on the beginner’s tabula rasa at its most impressionable state.”  (1990)}} . See [https://econdump.wordpress.com/2011/12/16/i-dont-care-who-writes-a-nations-laws-if-i-can-write-its-economics-textbooks-paul-samuelson/ Econdump on this quote].&lt;br /&gt;
&lt;br /&gt;
*Within every classical economist there is to be discerned a modern economist trying to be born.&amp;quot; From [ https://www.jstor.org/stable/2723556 &amp;quot;The Canonical Classical Model of Political Economy,&amp;quot;] ''Journal of Economic Literature,'' Dec., 1978, Vol. 16, No. 4 (Dec., 1978), pp. 1415-1434.&lt;br /&gt;
&lt;br /&gt;
==Schumpeter, Joseph==&lt;br /&gt;
 See the [[Schumpeter]] page.&lt;br /&gt;
&lt;br /&gt;
==Sedley, Catharine, Countess of Dorchester==&lt;br /&gt;
She was mistress to the Duke of York, later to become King James II. &lt;br /&gt;
'Catharine herself was astonished at the violence of the ducal passion.&lt;br /&gt;
&amp;quot;It cannot be my beauty,&amp;quot; she said, &amp;quot;for he must see I have none; and it cannot be my wit, for he has not enough to know that I have any&amp;quot;' (Thomas Seccombe, DNB).'&lt;br /&gt;
 From [https://www.bonhams.com/auctions/22714/lot/53/ a Bonham's auction catalog] selling a William III grant to her, expected to sell for about $1,500.&lt;br /&gt;
&lt;br /&gt;
==Shaw, George Bernard==&lt;br /&gt;
George Bernard Shaw wrote in 1903:&lt;br /&gt;
”The roulette table pays nobody except him who keeps it. Nevertheless a passion for gaming is common, though a passion for keeping roulette wheels is unknown.”&lt;br /&gt;
&lt;br /&gt;
Upon [https://www.iowastatedaily.com/carrie-chapman-catts-a-rotten-egg/article_183cbe15-989e-532d-897e-ec0a0340764e.html#:~:text=As%20George%20Bernard%20Shaw%2C%20Carrie,egg%20to%20know%20it's%20rotten.%22 refusing to read the entire manuscript before rejecting a book:] &amp;quot;You don't have to eat the whole egg to know it's rotten.&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Silverglate==&lt;br /&gt;
If you’re going to do any kind of important (therefore controversial) work, you can really only care about what approximately 10 people in the world think about you. Choose those people carefully. &lt;br /&gt;
&lt;br /&gt;
From  @HASilverglate  (Roughly. I’m sure he said it better)&lt;br /&gt;
&lt;br /&gt;
==SINCLAIR, Upton==&lt;br /&gt;
“It is difficult to get a man to understand something, when his salary depends upon his not understanding it!” &lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his TV invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
Me: &amp;quot;It's hard to get a man to understand something when his party invitations depend  on his not understanding it.”&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Smethurst==&lt;br /&gt;
Salvation is not an invitation from a buddy, but a summons from a king.&lt;br /&gt;
(Twitter, 2021.)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Solzhenitsyn, Alexander==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
A decline in courage may be the most striking feature which an outside observer notices in the West in our days. The Western world has lost its civil courage, both as a whole and separately, in each country, each government, each political party, and, of course, in the United Nations. Such a decline in courage is particularly noticeable among the ruling groups and the intellectual elite, causing an impression of loss of courage by the entire society. &lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Without any censorship, in the West fashionable trends of thought and ideas are carefully separated from those which are not fashionable; nothing is forbidden, but what is not fashionable will hardly ever find its way into periodicals or books or be heard in colleges.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
A fact which cannot be disputed is the weakening of human beings in the West while in the East they are becoming firmer and stronger -- 60 years for our people and 30 years for the people of Eastern Europe. During that time we have been through a spiritual training far in advance of Western experience. Life's complexity and mortal weight have produced stronger, deeper, and more interesting characters than those generally [produced] by standardized Western well-being.&lt;br /&gt;
&lt;br /&gt;
Therefore, if our society were to be transformed into yours, it would mean an improvement in certain aspects, but also a change for the worse on some particularly significant scores. ... After the suffering of many years of violence and oppression, the human soul longs for things higher, warmer, and purer than those offered by today's mass living habits, introduced by the revolting invasion of publicity, by TV stupor, and by intolerable music.&lt;br /&gt;
&lt;br /&gt;
There are meaningful warnings which history gives a threatened or perishing society. Such are, for instance, the decadence of art, or a lack of great statesmen. There are open and evident warnings, too. The center of your democracy and of your culture is left without electric power for a few hours only, and all of a sudden crowds of American citizens start looting and creating havoc. The smooth surface film must be very thin, then, the social system quite unstable and unhealthy.&lt;br /&gt;
&lt;br /&gt;
[https://www.americanrhetoric.com/speeches/alexandersolzhenitsynharvard.htm &amp;quot;A World Split Apart,&amp;quot;]&lt;br /&gt;
delivered 8 June 1978, Harvard University}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Sowell, Thomas==&lt;br /&gt;
&amp;quot;We seem to be getting closer and closer to a situation where nobody is responsible for what they did but we are all responsible for what somebody else did.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Spurgeon==&lt;br /&gt;
&amp;quot;There is something very comforting in the thought that Satan is an adversary: I would sooner have him for an adversary than for a friend.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==De Stael, Germaine (Madame)==&lt;br /&gt;
“Tout comprendre c’est tout pardonner.” To understand all is to forgive all. &amp;lt;br&amp;gt;&lt;br /&gt;
*[https://fakebuddhaquotes.com/to-understand-everything-is-to-forgive-everything/ FakeBuddhaQuotes tells us] that this is not quite what she said.  She actually wrote “Car tout comprendre rend très indulgent, et sentir profondément inspire une grande bontée.” Close enough for credit?&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Stalin, Joseph==&lt;br /&gt;
“A single death is a tragedy; a million deaths is a statistic.”&lt;br /&gt;
&lt;br /&gt;
“Those who vote decide nothing. Those who count the vote decide everything.”&lt;br /&gt;
&lt;br /&gt;
“Education is a weapon, whose effect depends on who holds it in his hands and at whom it is aimed.”&lt;br /&gt;
&lt;br /&gt;
“When there’s a person, there’s a problem. When there’s no person, there’s no problem.”&lt;br /&gt;
&lt;br /&gt;
“Quantity has a quality all its own.”&lt;br /&gt;
&lt;br /&gt;
“The Pope! How many divisions has he got?”&lt;br /&gt;
&lt;br /&gt;
“In the Soviet army it takes more courage to retreat than advance.”&lt;br /&gt;
&lt;br /&gt;
==Stout, Rex==&lt;br /&gt;
&amp;quot;On the way uptown in the roadster, I reflected that there was one obvious lever to use on Helen Frost to pry her in the direction I wanted her; and I'm a great one for the obvious, because it saves a lot of fiddling around. I decided to use it.&amp;quot; Rex Stout, ''The Red Box,'' Chapter 7 (1937) (Nero Wolfe mystery)&lt;br /&gt;
&lt;br /&gt;
==Strauss, Johann==&lt;br /&gt;
[http://www.aria-database.com/translations/fledermaus.txt Die Fliedermaus], libretto in German and English:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Nein, mit solchen Advokaten			No, with advocates like this&lt;br /&gt;
Ist verkauft man und verraten,			One is sold short and betrayed,&lt;br /&gt;
Da verliert man die Geduld.			Making one lose patience.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
BLIND:&lt;br /&gt;
Rekurrieren, appellieren			Petition,	appeal,&lt;br /&gt;
Reklamieren, revidieren,			Complain, review,&lt;br /&gt;
Reziepieren, subvertieren,			Prescribe, subvert,&lt;br /&gt;
Devolvieren, involvieren,			Devolve,  involve, &lt;br /&gt;
Protestieren, liquidieren,			Protest, liquidate,&lt;br /&gt;
Exzerptieren, extorquieren			Excerpt, extort,&lt;br /&gt;
Arbitrieren, resümieren!			Arbitrate, summarize!&lt;br /&gt;
Exkulpieren, inkulpieren,			Exculpate, inculpate&lt;br /&gt;
kalkulieren, konzipieren			Calculate, draft&lt;br /&gt;
Und Sie müssen triumphieren!			And you must triumph!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
EISENSTEIN:&lt;br /&gt;
Ach, wie rührt mich dies!			Ah, how this stirs me!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ALFRED:&lt;br /&gt;
Glücklich ist, wer vergisst,			Happy is the person who forgets,&lt;br /&gt;
Was doch nicht zu ändern ist.			What can't be altered anyway.&lt;br /&gt;
&lt;br /&gt;
From Die Fliedermaus: Glücklich ist, wer vergisst, Was doch nicht zu ändern ist.		&lt;br /&gt;
(Happy he, who forgets, What, can't be altered  anyway.)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SUMMERS, Larry==&lt;br /&gt;
*[http://www.harvard.edu/president/speeches/summers_2003/prayer.php Summers, Lawrence H. 2003. “Economics and Moral Questions.” Morning Prayers address, Memorial Church, September  15. Reprinted in Harvard Magazine, November–December 2003.]&lt;br /&gt;
{{Quotation|&lt;br /&gt;
 “We all have only so much altruism in us. Economists like me think of altruism as a valuable and rare good that needs conserving. Far better to conserve it by designing a system in which people’s wants will be satisfied by individuals being selfish, and saving that altruism for our families, our friends, and the many social problems in this world that markets cannot solve.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==TABARROK, Alex==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
A price increase is a message about scarcity.  Price controls are like shooting the messenger.&amp;quot; &lt;br /&gt;
quoted in May 5, 2008 issue of Forbes.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sub&amp;gt;Subscript text&amp;lt;/sub&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Traldi, Oliver== &lt;br /&gt;
{{Quotation| I've never heard a good argument for why a long-gone philosopher's problematic views matter for evaluating their plausible ones. People seem to have this sense that problematic-ness kind of like infects someone's whole corpus somehow. That's just conspiracist contagion reasoning. --Twitter (2021)}}&lt;br /&gt;
&lt;br /&gt;
==Trotsky, Leon==&lt;br /&gt;
{{Quotation| You may not be interested in war, but war is interested in you.}}&lt;br /&gt;
&lt;br /&gt;
==TRUMP,Donald==&lt;br /&gt;
Trump tonight at Mar a Lago on transgender sports: “This lady was trying to set her record and then this dude shows up…” &lt;br /&gt;
8:44 PM · May 4, 2022. (https://twitter.com/RaheemKassam/status/1522014323371085824)&lt;br /&gt;
&lt;br /&gt;
==Twain, Mark==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
&amp;quot;When I was a boy of fourteen, my father was so ignorant I could hardly stand to have the old man around. But when I got to be twenty-one, I was astonished at how much he had learned in seven years.&amp;quot;   Mark Twain, &amp;quot;Old Times on the Mississippi&amp;quot; ''Atlantic Monthly,'' 1874.}}&lt;br /&gt;
&lt;br /&gt;
*[https://quoteinvestigator.com/2013/01/17/put-off/ A parody of Ben Franklin] by Twain. I heard it in a better version than Twain's: &amp;quot;Never put off till tomorrow what you can put off till the day after tomorrow.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==Valery, Paul==&lt;br /&gt;
&amp;quot;Un poème n'est jamais fini, seulement abandonné.&amp;quot;  &amp;lt;br&amp;gt;&lt;br /&gt;
A poem is never finished; it's always an accident that puts a stop to it—i.e. gives it to the public.&lt;br /&gt;
Often quoted in W. H. Auden' s paraphrase, ‘A poem is never finished, only abandoned’ . &amp;lt;.br&amp;gt;&lt;br /&gt;
See also &amp;quot;Lecode n'est jamais fini, seulement termine&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
''Littérature'' (1930).&lt;br /&gt;
&lt;br /&gt;
==Sarah Vaughan==&lt;br /&gt;
Nobody works on easy street...&amp;lt;br&amp;gt;&lt;br /&gt;
When opportunity comes knockin'&amp;lt;br&amp;gt;&lt;br /&gt;
You just keep on with your rockin'&amp;lt;br&amp;gt;&lt;br /&gt;
'Cause you know your fortune's made&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.azlyrics.com/lyrics/sarahvaughan/easystreet.html&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Wang, John==&lt;br /&gt;
@j0hnwang&lt;br /&gt;
&lt;br /&gt;
Web2: &amp;quot;If you're not paying for it, you are the product.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Web3: &amp;quot;If you don't understand the source of yield, you are the yield.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Whyvert==&lt;br /&gt;
{{Quotation| &lt;br /&gt;
The Age of Science draws to a close; there dawns the Age of Silence.&lt;br /&gt;
--https://twitter.com/whyvert/status/1359273098663575560}}&lt;br /&gt;
&lt;br /&gt;
==  ==&lt;br /&gt;
==Yeats, William==&lt;br /&gt;
The first half of [https://www.poetryfoundation.org/poems/43290/the-second-coming &amp;quot;The Second Coming&amp;quot;]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Turning and turning in the widening gyre   &lt;br /&gt;
The falcon cannot hear the falconer;&lt;br /&gt;
Things fall apart; the centre cannot hold;&lt;br /&gt;
Mere anarchy is loosed upon the world,&lt;br /&gt;
The blood-dimmed tide is loosed, and everywhere   &lt;br /&gt;
The ceremony of innocence is drowned;&lt;br /&gt;
The best lack all conviction, while the worst   &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
The best lack all conviction, while the worst &lt;br /&gt;
Are full of passionate intensity.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Young, Faron==&lt;br /&gt;
From the song [https://www.azlyrics.com/lyrics/faronyoung/occasionalwife.html &amp;quot;Occasional Wife&amp;quot;:]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;It needs more than just an occasional piece of your life&amp;lt;br&amp;gt;&lt;br /&gt;
A home just can't stand when it has an occasional wife.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Yglesias, Matthew== &lt;br /&gt;
There are big tranches of the world where people do redefinitions and treat that as doing analysis. April 8 tweet.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==The Z-Man==&lt;br /&gt;
&amp;quot;For the American ruling class, society is just a Walmart in the middle of a ghetto riot. The winner is the one who manages to carry off the most stuff before the store burns down.&amp;quot; https://www.takimag.com/article/the-politics-of-smash-and-grab/&lt;br /&gt;
&lt;br /&gt;
==Zhu, Yuanyi==&lt;br /&gt;
{{Quotation|  &lt;br /&gt;
War and Peace is a byword for hard highbrow literature, but if you think about it it's basically a long adventure novel with lots of explosions.-- @yuanyi_z}}&lt;br /&gt;
----&lt;br /&gt;
 ***************************  --&amp;gt;&lt;br /&gt;
==For the Future==&lt;br /&gt;
Later maybe I will go to this format: &lt;br /&gt;
&lt;br /&gt;
*[[Quotations:A|A]]: Alcorn, Anonymous, Astral Codex Ten.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:B|B]]: Bayly, Joseph; Bayly, Timothy; BBC.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:C|C]]: CANNON,   CHESTERTON,  Connolly,  Cox.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:D|D]]: Dawry,  Dennett,  Dick,  DIPLOCK,  Domingos.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:E|E]]: 	Enzensbergert.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:F|F]]: 	Feynman,  	Flanagan,  	Follows.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:G|G]]: 	Gelman,  Genghis Khan, Goethe,	GOLDMAN,  Grant.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:H|H]]: Hippocrates&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:I|I]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:J|J]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:K|K]]:	KASCHUTA,  Kennedy.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:L|L]]: Lenin,   Lloyd_Jones,&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:M|M]]:  Martyn, Machiavelli,  Macaulay.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:N|N]]: Napoleon.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:O|O]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:P|P]]:	Paglia,  	Prince Philip.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Q|Q]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:R|R]]:	Rasmusen,  	Rumsfeld, 	Ryle.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:S|S]]: 	Schumpeter, Joseph Silverglate	Sowell, Thomas	Stalin, Joseph Stout, Rex&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:T|T]]: 	TABARROK,	Trotsky.&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:U|U]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:V|V]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:W|W]]: Whyvert&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:X|X]]:&lt;br /&gt;
&lt;br /&gt;
*[[Quotations:Y|Y]]: Yeats,  Yglesias.&lt;br /&gt;
 &lt;br /&gt;
*[[Quotations:Z|Z]]: The Z-Man,	Zhu.&lt;br /&gt;
   &lt;br /&gt;
  ***************************  --&amp;gt;&lt;br /&gt;
&amp;lt;!-- This is a comment &lt;br /&gt;
&amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;  &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 ***************************  --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Articles_to_read&amp;diff=5647</id>
		<title>Articles to read</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Articles_to_read&amp;diff=5647"/>
		<updated>2022-05-27T16:32:29Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Easy Reading */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Easy Reading== &lt;br /&gt;
*[https://www-cambridge-org.proxyiub.uits.iu.edu/core/journals/macroeconomic-dynamics/article/an-interview-with-paul-a-samuelson/27D1B2FC3BDBD93E211E5210A2D911CD Samuelson on postwar economic history of thought] (2003 or so)&lt;br /&gt;
&lt;br /&gt;
*[https://razib.substack.com/p/hungarians-as-the-ghost-of-the-magyar?s=w Rzib on Magyars]&lt;br /&gt;
&lt;br /&gt;
*''Chessman v. Nainby,'' 93 Eng. Rep. 819, 821 (1726) (find it) &lt;br /&gt;
&lt;br /&gt;
*[https://www.scribd.com/document/49102936/Leo-Strauss-Remarks-at-Farewell-to-E-C-Banfield-on-Departure-from-Chicago-1959 Strauss on Banfield (1959)]READ&lt;br /&gt;
&lt;br /&gt;
*Dubois, [https://www.jstor.org/stable/2292742?seq=1 article praising Hitler]&lt;br /&gt;
&lt;br /&gt;
*[https://reason.com/volokh/2022/01/21/will-the-en-banc-9th-circuit-extend-the-second-amendments-losing-streak-to-51-cases/   Gun control 9th Circuit faux en banc opinion]READ&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
*[https://www.aei.org/wp-content/uploads/2011/10/Murray%20Intelligence.pdf Murray on going to college] (after his book was publisehd)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
*[https://www.theatlantic.com/business/archive/2014/02/how-to-save-marriage-in-america/283732/  Rich peopel get married] Atlatnic, (2022)&lt;br /&gt;
&lt;br /&gt;
*[https://www.mindingthecampus.org/2022/03/17/unmasking-the-campaign-against-white-supremacy-culture-in-science/  &amp;quot;Unmasking the Campaign against “White Supremacy Culture” in Science&amp;quot;] (2022) Minding the Campus. &lt;br /&gt;
&lt;br /&gt;
*[https://iea.org.uk/north-koreas-western-fellow-travellers/ &amp;quot;North Korea’s Western fellow travellers,&amp;quot;] KRISTIAN NIEMIETZ 29 SEPTEMBER 2017.&lt;br /&gt;
&lt;br /&gt;
*[https://journals.sagepub.com/stoken/default+domain/10.1177%2F15291006211051956-FREE/full#_i28 &amp;quot;The Science of Visual Data Communication: What Works,&amp;quot;] Steven L. Franconeri, Lace M. Padilla, Priti Shah (2021). &lt;br /&gt;
&lt;br /&gt;
*[https://thefederalist.com/2022/03/18/spygate-101-a-primer-on-the-russia-collusion-hoaxs-years-long-plot-to-take-down-trump/ pygate-101-a-primer-on-the-russia-collusion-hoaxs-years-long-plot-to-take-down-trump], Margot Cleveland, March 2022. &lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4060431 Vischer on Christian Nationalism being opposed to the rule of law,] probably a  stupid article worth reading to understand the liberal mindset. &lt;br /&gt;
&lt;br /&gt;
*[https://www.newyorker.com/magazine/2022/03/21/literatures-most-controversial-nobel-laureate PeterHandke, literatures-most-controversial-nobel-laureate ] New Yorker (2022). &lt;br /&gt;
&lt;br /&gt;
*[http://www.harvard.edu/president/speeches/summers_2003/prayer.php Summers, Lawrence H. 2003. “Economics and Moral Questions.” Morning Prayers address, Memorial Church, September  15. Reprinted in ''Harvard Magazine,'' November–December 2003.]&lt;br /&gt;
&lt;br /&gt;
*[https://www.nytimes.com/2019/01/17/magazine/ancient-dna-paleogenomics.html DNA in the South Pacific]&lt;br /&gt;
&lt;br /&gt;
*[https://quillette.com/2020/01/04/build-your-own-intellectual-oasis/ Bill Frezza &amp;quot;Build Your Own Intellectual Oasis,&amp;quot;]&lt;br /&gt;
 &lt;br /&gt;
*[https://pubs.aeaweb.org/doi/pdfplus/10.1257/jep.27.4.121 Sandel JEP on altruisma and economics]&lt;br /&gt;
 &lt;br /&gt;
*Mann’s most important commentary on Wagner was an address to the Goethe Society of Munich in February 1933 on the fiftieth anniversary of the composer’s death. Entitled 'The Sufferings and Greatness of Richard Wagner',&lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3908595 New Formalism], Paul Miller, Notre Dame.&lt;br /&gt;
 &lt;br /&gt;
*[https://www.foxnews.com/politics/afghanistan-military-officials-distracted-woke-issues?fbclid=IwAR1CNfgX_YU7tbty4qJVfzYlbTkXHItaF2fcWvsCWXB-vrPEsJdf3gU21ok  Afghanistan-military-officials-distracted-woke-issues?]&lt;br /&gt;
&lt;br /&gt;
*[https://www.supremecourt.gov/DocketPDF/19/19-1392/185344/20210729162610813_Dobbs%20Amicus%20FINAL%20PDFA.pdf Jonathan Mitchell] amicus to SC on an abortion case in 2021]&lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3839768 Salop on vertical merger guidelines.] Looks wrong; if so, needs refuting. &lt;br /&gt;
&lt;br /&gt;
*[https://astralcodexten.substack.com/p/peer-review-request-depression Astral Codex Ten on Depression]&lt;br /&gt;
&lt;br /&gt;
*[https://vita.had.co.nz/papers/boxplots.pdf Boxplots]&lt;br /&gt;
&lt;br /&gt;
*[https://www.res.org.uk/resources-page/res2021-lunchtime-chat-the-state-of-economic-science.html Coyle and Tirole  podcast] (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Gender_neutrality_in_languages_with_grammatical_gender#Hebrew &amp;quot;Gender_neutrality_in_languages_with_grammatical_gender,&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*[https://www.irishtimes.com/news/zimbabwe-s-banana-left-legacy-of-disgrace-1.392631 &amp;quot;Zimbabwe's Banana left legacy of disgrace,&amp;quot; Mark Steyn, Nov 17, 2003, and  the [https://twitter.com/whyvert/status/1395491031420915713 ''Economist'' obituary], and [https://nehandaradio.com/2020/11/18/canaan-bananas-son-michael-collapses-and-dies-in-the-uk/ his son], the fraudster.  &lt;br /&gt;
&lt;br /&gt;
*  [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3714750 Sunstein's paper] on Hayek and pscyhology. &lt;br /&gt;
&lt;br /&gt;
*[https://poseidon01.ssrn.com/delivery.php?ID=261087081122066127114071098095108071052087053042027060078069091126091092081027009022019114028045009056121073013118004101000027098080071048000104079091115023106017109028073060091097102074117105122030115083106076023123064126091118031027092015115006071020&amp;amp;EXT=pdf&amp;amp;INDEX=TRUE &amp;quot;UNDERSTANDING THE MISUNDERSTOOD: MAPPING THE SCOPE OF A DEITY’S RIGHTS IN INDIA ,&amp;quot;]  Anujay Shrivastava &amp;amp; Yashowardhan Tiwari :&lt;br /&gt;
&amp;quot;It has been recognized that an idol of a Hindu Temple is a juridical person&lt;br /&gt;
or juristic entity18 and is often commonly referred to as a “deity”.19 The title&lt;br /&gt;
to properties and endowments can vest in deities such as a Hindu idol, who&lt;br /&gt;
has to act through a human agency (such as the Shebait).20 A Hindu idol not&lt;br /&gt;
only has the power of suing and being sued, but can be treated as an&lt;br /&gt;
“individual” who can be assessed for tax liability.&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
*[https://www.bloomberg.com/news/features/2021-05-05/how-jeff-bezos-beat-the-tabloids-the-untold-story-of-money-sex-and-power &amp;quot;The Untold Story of How Jeff Bezos Beat the Tabloids: When a gossip rag went after the CEO, he retaliated with the brutal, brilliant efficiency he used to build his business empire. In an exclusive excerpt from the new book Amazon Unbound comes an unrivaled tale of money, sex, and power.&amp;quot;] ''Bloomberg.'' &lt;br /&gt;
&lt;br /&gt;
*[https://www.cracked.com/blog/6-types-apologies-that-arent-apologies-at-all/  &amp;quot;6 Types of Apologies That Aren't Apologies at All,&amp;quot;] ''Cracked'' (2012). &lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3836060 &amp;quot;The Islamic Waqf: Instrument of Unequal Security, Worldly and Otherworldly,&amp;quot;  29 Apr 2021, Fatih Serkant Adiguzel  and Timur Kuran.&lt;br /&gt;
&lt;br /&gt;
*[https://www.connecticutmag.com/issues/features/how-the-coming-of-a-conservative-midwestern-college-divided-a-small-ct-town/article_3b86fb78-e3d6-11ea-8eda-53fc5dea576b.html &amp;quot;How the coming of a conservative Midwestern college divided a small CT town: S. Prestley Blake, the co-founder of the Friendly's restaurant chain, donated his Somers estate to Michigan's Hillsdale College. The school has grand plans to open an adult-learning center on the property, whose centerpiece is a replica of Thomas Jefferson's Monticello. But questions about the school's religious bona fides which pushed the deal through have left a bad taste in some residents' mouths,&amp;quot;] ''Connecticut Magazine,''  Christopher Hoffman Aug 26, 2020.&lt;br /&gt;
 &lt;br /&gt;
*[https://www.jstor.org/stable/1558729 &amp;quot;John W. Tukey: His Life and Professional Contributions,&amp;quot;  David R. Brillinger, ''The Annals of Statistics'' , Dec., 2002, Vol. 30, No. 6 (Dec., 2002), pp. 1535-1575.&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*G. A. Cohen, [https://link-springer-com.proxyiub.uits.iu.edu/content/pdf/10.1023/A:1009836317343.pdf  &amp;quot;If You’re an Egalitarian, How Come You’re so Rich?,&amp;quot;] ''Journal of Ethics'' 4, no. 1–2 (2000): 1–26.&lt;br /&gt;
&lt;br /&gt;
*[https://www.jstor.org/stable/1147700 “Labor Racketeering: The Mafia and the Unions,” ]James B. Jacobs and Ellen Peters, ''Crime and Justice,''  30 (2003),  229-282 (54 pages) .&lt;br /&gt;
&lt;br /&gt;
*[https://www.brainpickings.org/2013/05/03/advice-on-writing/ &amp;quot;Timeless Advice on Writing: The Collected Wisdom of Great Writers: Hemingway, Didion, Baldwin, Fitzgerald, Sontag, Vonnegut, Bradbury, Morrison, Orwell, Le Guin, Woolf, and other titans of literature.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*[https://wiki.lesswrong.com/wiki/A_Human%27s_Guide_to_Words &amp;quot;A Human's Guide to Words,&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*Ramseyer, JM (1995). &amp;quot;Oko v. Sako: Kyogen and litigation in medieval Japan&amp;quot;. Law in Japan (0458-8584), 25 , p. 135.&lt;br /&gt;
&lt;br /&gt;
*Legarre, S. (2007). &amp;quot;The historical background of the police power. ''University of Pennsylvania Journal of Constitutional Law,'' 9(3), 745-796.&lt;br /&gt;
&lt;br /&gt;
*https://slatestarcodex.com/2013/03/03/reactionary-philosophy-in-an-enormous-planet-sized-nutshell/&lt;br /&gt;
&lt;br /&gt;
==Hard Reading==&lt;br /&gt;
*[https://outofmydepths.com/2020/12/31/a-divine-and-supernatural-light-by-jonathan-edwards/ Divine Light] sermon of Jonathan Edwards&lt;br /&gt;
&lt;br /&gt;
*[https://osf.io/ygw8e/ Andrew Little on Persuasion] (2022)&lt;br /&gt;
&lt;br /&gt;
*[https://www.fox.temple.edu/wp-content/uploads/2021/07/Efron-2020-JASA-wdiscussion.pdf Efron 2020 survey]&lt;br /&gt;
&lt;br /&gt;
*[https://deliverypdf.ssrn.com/delivery.php?ID=167106127002030067067102022103008089022020095078034062005090091014029070004000025117052006044120112038124031097114016071023096041091082060074091011066016103123004006003112012121117083123004106024016066095085019066117021026127102002108097124002084&amp;amp;EXT=pdf&amp;amp;INDEX=TRUE John Lott on 2020 election] and &lt;br /&gt;
[https://www.semanticscholar.org/paper/No-evidence-for-systematic-voter-fraud%3A-A-guide-to-Eggers-Garro/1fe01cea7962e678037725baa837c3dcbaa14d9c Eggers and Grimmer and somone] (2021) on the other side. &lt;br /&gt;
&lt;br /&gt;
*[https://notesonmathematics.wordpress.com/2013/04/05/real-numbers-are-uncountable/ Cantor's proof that the real numbers are uncountable]&lt;br /&gt;
&lt;br /&gt;
*[https://arxiv.org/pdf/1809.09328.pdf Bergstrom et al.  on diamond plots vs. rectangle plots]&lt;br /&gt;
&lt;br /&gt;
*[http://econphd.econwiki.com/notes.htm Lecture Notes Online] link page.  &lt;br /&gt;
&lt;br /&gt;
*[https://sites.duke.edu/collardwexler/files/2015/01/predation_sugar_industry.pdf  &amp;quot;Predation and its rate of return: the sugar ndustry, 1887-1914], RAND Journal,  David Genesove, Wallace P. Mullin .&lt;br /&gt;
&lt;br /&gt;
*[https://poseidon01.ssrn.com/delivery.php?ID=933078022002122097005123100109005112015082062038033030120099095096069090097009089085034019003061029120125092110013095020076065021059074001067096066002024126122071004052039021006022016108112118119031025081011067015075003014011088107102110110122020092025&amp;amp;EXT=pdf&amp;amp;INDEX=TRUE  &amp;quot;The Economic Geography of Global Warming,&amp;quot;]  José Luis Cruz and Esteban Rossi-Hansberg (OCTOBER 2021).&lt;br /&gt;
&lt;br /&gt;
*[https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0034731 &amp;quot;Executive Functions Predict the Success of Top-Soccer Players,] Torbjörn Vestberg,Roland Gustafson,Liselotte Maurex,Martin Ingvar,Predrag Petrovic , April 4, 2012, https://doi.org/10.1371/journal.pone.0034731.&lt;br /&gt;
&lt;br /&gt;
*[https://www.osti.gov/servlets/purl/7350252#page=11 &amp;quot;Usable Resistan.t/Robust Techniques of Analysis,&amp;quot;] John W. Tukey (1975). &lt;br /&gt;
&lt;br /&gt;
*[https://www.annualreviews.org/doi/abs/10.1146/annurev-statistics-031219-041051 &amp;quot;Statistical Significance,&amp;quot;] ''Annual Review of Statistics and Its Application'', D. R. Cox (2020). &lt;br /&gt;
&lt;br /&gt;
*Henry Kyburg, [https://www.jstor.org/stable/30226172  &amp;quot;Subjective Probability: Criticisms, Reflections, and Problems&amp;quot;] . &lt;br /&gt;
&lt;br /&gt;
*Henry Kyburg, &amp;quot;Are there Degrees of Belief?&amp;quot; ''Journal of Applied Logic,'' 1(3-4), 139-149, 2003.&lt;br /&gt;
&lt;br /&gt;
*Henry Kyburg, &amp;quot;Keynes as Philosopher&amp;quot; ''History of Political Economy,'' 27 (Supplement): 7–32, 1995.&lt;br /&gt;
&lt;br /&gt;
*Dostoevsky, [https://rvb.ru/dostoevski/01text/vol14/03journal_81/337.htm &amp;quot;II. ВОЗМОЖНО ЛЬ У НАС СПРАШИВАТЬ ЕВРОПЕЙСКИХ ФИНАНСОВ?&amp;quot;] probably use Google translate. &lt;br /&gt;
&lt;br /&gt;
*[https://www.tandfonline.com/doi/full/10.1080/01973533.2020.1756817  &amp;quot;Student Evaluations of Teaching Encourages Poor Teaching and Contributes to Grade Inflation: A Theoretical and Empirical Analysis,&amp;quot;]  Wolfgang Stroebe, ''Basic and Applied Social Psychology,'' 2020.&lt;br /&gt;
&lt;br /&gt;
*[https://web.stanford.edu/~rehall/HallJones2007.pdf  &amp;quot;THE VALUE OF LIFE AND THE RISE IN HEALTH SPENDING,&amp;quot;] ROBERT E. HALL AND CHARLES I. JONES (2007). &lt;br /&gt;
&lt;br /&gt;
*[https://www-jstor-org.proxyiub.uits.iu.edu/stable/pdf/43654017.pdf  &amp;quot;How Censorship in China Allows Government Criticism but Silences Collective Expression,&amp;quot;] GARY KING, JENNIFER PAN and MARGARET E. ROBERTS  ''The American Political Science Review'', May 2013, Vol. 107, No. 2 (May 2013),326-343 .&lt;br /&gt;
&lt;br /&gt;
*[https://doi.org/10.3982/ECTA12675 &amp;quot;Sampling‐Based versus Design‐Based Uncertainty in Regression Analysis,&amp;quot;] Alberto Abadie  Susan Athey  Guido W. Imbens  Jeffrey M. Wooldridge  05 February 2020 .&lt;br /&gt;
&lt;br /&gt;
*[https://journals-sagepub-com.proxyiub.uits.iu.edu/doi/pdf/10.1111/j.1745-6916.2006.00019.x &amp;quot;Study of Mathematically Precocious Youth After 35 Years Uncovering Antecedents for the Development of  Math-Science Expertise,&amp;quot;] (2006) David Lubinski and Camilla Persson Benbow.&lt;br /&gt;
&lt;br /&gt;
*[https://www.dropbox.com/s/o120sormtbw9w10/fraud_extended_public.pdf  No Evidence for Voter Fraud: A Guide to Statistical Claims About the 2020 Election&amp;quot;] Andrew C. Eggersa, Haritz Garrob, and Justin GrimmercFebruary 3, 2021.&lt;br /&gt;
&lt;br /&gt;
*[https://emilkirkegaard.dk/en/2021/02/recent-evidence-on-dysgenic-trends-february-2021/ &amp;quot;Recent evidence on dysgenic trends (February 2021) &amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*[http://www.stat.columbia.edu/~gelman/research/published/standardizing7.pdf &amp;quot;Scaling regression inputs by dividing by two standard deviations,&amp;quot; ]STATISTICS IN MEDICINE Statist. Med. 2008; 27:2865–2873 Published online 24 October 2007 in Wiley InterScience (www.interscience.wiley.com) DOI: 10.1002/sim.3107. Andrew Gelman.&lt;br /&gt;
&lt;br /&gt;
*[https://pubs.aeaweb.org/doi/pdfplus/10.1257/aer.20170279 &amp;quot;Religion, Division of Labor, and Conflict: Anti-semitism in Germany over 600 Years&amp;quot;], Sascha O. Becker Luigi Pascali&lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3757669| &amp;quot;If You Grant It, They Will Come: The Enduring Legal Legacy of Migratory Divorce&amp;quot;]  61 Pages  22 Jan 2021, Michael J. Higdon.&lt;br /&gt;
&lt;br /&gt;
*Henry E. Smith, [http://www.law.harvard.edu/programs/olin_center/papers/pdf/Smith_1051.pdf  &amp;quot;Equity as Meta-Law, &amp;quot;] 12/2020; forthcoming in Yale Law Journal.&lt;br /&gt;
Abstract: With the merger of law and equity almost complete, the idea of equity as a special part of our legal system or a mode of decision-making has fallen out of view. This Article argues that much of equity is best understood as performing a vital function. Equity and related parts of the law solve complex and uncertain problems—including interdependent behavior and misuses of legal rules by opportunists—and do so in a characteristic fashion: as meta-law. From unconscionability to injunctions, equity makes reference to, supplements, and sometimes overrides the result that law would otherwise produce, while primary law operates without reference to equity. Equity operates on a domain of fraud, accident, and mistake, and employs triggers such as bad faith and disproportionate hardship to toggle into a “meta”-mode of more open-ended scrutiny. This Article provides a theoretical account of how a hybrid law, consisting of relatively simple and general primary-level law and relatively intense and directed second-order equity can regulate behavior better through these specialized modes than would homogeneous law alone. The Article tests this theory on the ostensibly most unpromising aspects of equity, the traditional equitable maxims, as well as equitable fraud, defenses, and remedies. Equity as meta-law sheds light on how the fusion of law and equity spawned multifactor balancing tests, polarized interpretation, and led to the confusion of equity with standards, discretion, purely public law, and “mere” remedies. Viewing equity as meta-law also improves on the tradeoff between formalism and contextualism and ultimately promotes the rule of law.&lt;br /&gt;
&lt;br /&gt;
*[https://static1.squarespace.com/static/5e6033a4ea02d801f37e15bb/t/6008c722ea949843b4a024e4/1611188002639/nber_portfolio_keynote_paper.pdf COCHRANE: ]   MUST READ&lt;br /&gt;
&lt;br /&gt;
*[https://www.jstor.org/stable/2798802 &amp;quot;The Religious Commissions of the Bakongo,&amp;quot;] Wyatt MacGaffey ''Man'' , Mar., 1970, New Series, Vol. 5, No. 1 (Mar., 1970), pp. 27-38 &lt;br /&gt;
&lt;br /&gt;
*Fiva, J H, and D M Smith (2018), “Political dynasties and the incumbency advantage in party-centered environments”, ''American Political Science Review'' 112(3): 1–7.&lt;br /&gt;
 &lt;br /&gt;
*Folke, O, T Persson and J Rickne (2017), “Dynastic political rents? Economic benefits to relatives of top politicians”, ''Economic Journal'' 127(605): 495–517.&lt;br /&gt;
&lt;br /&gt;
*Acemoglu, D, G De Feo, G D De Luca and G Russo (2020), “War, socialism and the rise of Fascism: An empirical exploration”, NBER Working Paper 27854.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Political Economy==&lt;br /&gt;
*[https://www-nber-org.proxyiub.uits.iu.edu/papers/w11397 &amp;quot;Equilibrium Impotence: Why the States and Not the American National Government Financed Economic Development in the Antebellum Era,&amp;quot;] Wallis and Weingast. &lt;br /&gt;
&lt;br /&gt;
*[https://www.sciencedirect.com/science/article/abs/pii/S0047272714000929 &amp;quot;The cost of racial animus on a black candidate: Evidence using Google search data?&amp;quot;]  Seth Stephens-Davidowitz,   2014, Pages 26-40, ''Journal of Public Economics.'' &lt;br /&gt;
&lt;br /&gt;
*[https://www.jstor.org/stable/43669490 &amp;quot;The Faces of Judicial Independence: Democratic versus Bureaucratic Accountability in Judicial Selection, Training, and Promotion in South Korea and Taiwan,&amp;quot;]  NEIL CHISHOLM ''The American Journal of Comparative Law'' , FALL 2014, Vol. 62, No. 4 (FALL 2014), pp. 893-949 &lt;br /&gt;
&lt;br /&gt;
*Cagé, J, A Dagorret, P Grosjean, and S Jha (2020b), [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3753869 “Heroes and Villains: The Effects of Combat Heroism on Autocratic Values and Nazi Collaboration in France,”] CEPR Discussion Paper no. 15613. &lt;br /&gt;
&lt;br /&gt;
*Lacroix, J, P-G Méon and K Oosterlinck (2019), [https://www.eh.net/eha/wp-content/uploads/2019/06/Oosterlinck.pdf “A positive effect of political dynasties: The case of France’s 1940 Enabling Act”,] CEPR Discussion Paper 13871. &lt;br /&gt;
&lt;br /&gt;
*[https://doi.org/10.1016/j.jce.2019.03.002 &amp;quot;The Paradox of Power: Principal-agent problems and administrative capacity in Imperial China (and other absolutist regimes)&amp;quot;],  Debin Ma Jared Rubin  Journal of Comparative Economics Volume 47, Issue 2, June 2019, Pages 277-294 Journal of Comparative Economics.&lt;br /&gt;
&lt;br /&gt;
==BOOKS==&lt;br /&gt;
*Machete Season, about Rwanda massacres&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*Dal Bó, E, P Dal Bó and J Snyder (2009), “Political dynasties”, Review of Economic Studies 76(1): 115–42.&lt;br /&gt;
&lt;br /&gt;
*Ma, D (2004). &amp;quot;Growth, institutions and knowledge: a review and reflection on the historiography of 18th–20th century China&amp;quot;. Australian economic history review (0004-8992), 44 (3), p. 259.&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;From Divergence to Convergence: Reevaluating the History Behind China's Economic&lt;br /&gt;
Boom,&amp;quot; Loren Brandt, Debin Ma and Thomas G. Rawski, Journal of Economic Literature , MARCH 2014, Vol. 52, No. 1   pp.&lt;br /&gt;
45-123. https://www.jstor.org/stable/24433858&lt;br /&gt;
&lt;br /&gt;
*States and Development: Early Modern India, China, and the Great Divergence&lt;br /&gt;
Bishnupriya Gupta Debin Ma Tirthankar Roy&lt;br /&gt;
  20 September 2016.&lt;br /&gt;
&lt;br /&gt;
*LAW AND ECONOMY IN&lt;br /&gt;
TRADITIONAL CHINA: A &amp;quot;LEGAL&lt;br /&gt;
ORIGIN&amp;quot; PERSPECTIVE ON THE&lt;br /&gt;
GREAT DIVERGENCE,&amp;quot;&lt;br /&gt;
Debin Ma ,  https://personal.lse.ac.uk/MAD1/ma_pdf_files/DP8385.pdf.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Foreign Education, Ideology, and the&lt;br /&gt;
Fall of Imperial China,&amp;quot;&lt;br /&gt;
James Kai-sing KUNG† Alina Yue WANG‡&lt;br /&gt;
https://www.aeaweb.org/aea/2021conference/program/pdf/13683_paper_dhQ7DbF9.pdf?display. This paper is an example of one with links between text mentions of papers and the reference section. But not two-way. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Millet, Rice, and Isolation:&lt;br /&gt;
Origins and Persistence of the World’s Most Enduring Mega-State,&amp;quot;&lt;br /&gt;
James Kai-sing Kung=&lt;br /&gt;
, Omer ¨ Ozak &lt;br /&gt;
, Louis Putterman§&lt;br /&gt;
, and Shuang Shi¶&lt;br /&gt;
December 20, 2020.  https://www.aeaweb.org/aea/2021conference/program/pdf/13681_paper_96AHSRfe.pdf?display . Covered in the Frieden Tuesday Lunch. &lt;br /&gt;
{{Quotation| We propose and empirically test a theory for the endogenous formation and persistence of large&lt;br /&gt;
states, using China as an example. We suggest that the relative timing of the emergence of agricultural societies and their distance to each other set off a race between autochthonous state-building&lt;br /&gt;
projects and the expansion of neighboring (proto-)states. Using a novel dataset on the Chinese&lt;br /&gt;
state’s historical presence, the timing of agricultural adoption, social complexity, climate, and geography across 1×1 degree grid cells in East Asia, we provide empirical support for this hypothesis.&lt;br /&gt;
Specifically, we find that on average, cells that adopted agriculture earlier or were close to the earliest archaic state in East Asia (Erlitou) remained longer under Sinitic control. In contrast, earlier&lt;br /&gt;
adoption of agriculture decreased the persistent control of the Chinese state in cells farther than&lt;br /&gt;
2.8 weeks of travel from Erlitou.}}&lt;br /&gt;
-------&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Words&amp;diff=5646</id>
		<title>Words</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Words&amp;diff=5646"/>
		<updated>2022-05-27T16:29:23Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Flatus */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; https://twitter.com/BrilliantMaps/status/1449114106200535041&lt;br /&gt;
&lt;br /&gt;
==NEW WORDS NEEDED==&lt;br /&gt;
*{{Quotation|I taught misrepresentation/fraud yesterday; and midway through our analysis of the famous case Vokes v. Arthur Murray dance studio, I realized that the gullible, pathetic, 2-left-footed widow in that case -- Audrey Vokes -- was younger than I am now. Confused  }}&lt;br /&gt;
 &lt;br /&gt;
:{{Quotation|Replying to @ProfEricTalley}}&lt;br /&gt;
:{{Quotation|If I were the mainstream media, I would now report that Columbia University admits that it teaches misrepresentation and fraud.  }}&lt;br /&gt;
:{{Quotation|(What is the word for that self-reflexive sentence?-someone who fraudulently accuses someone else of fraud? Useful term for Russiagate too.)}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
----&lt;br /&gt;
==Acrid==&lt;br /&gt;
Unpleasantly sharp, pungent, or bitter. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Ad hominem==&lt;br /&gt;
{{Quotation|  Yes...when JMac made a statement about the nature of the Son of God that was very, very off and he publicly acknowledged it before the entire world. Let's take a peak at your life and see what we can find. What are you hiding Dennis? Unbelievable. The level of hypocrisy is sick.&lt;br /&gt;
&lt;br /&gt;
The sin of &amp;quot;Dennis Swanson&amp;quot; is a different subject, and not as interesting.  &lt;br /&gt;
There should be a name for this.  &lt;br /&gt;
&amp;quot;Ad hominem&amp;quot; doesn't quite fit.  &lt;br /&gt;
Nor &amp;quot;ad hominem libellum&amp;quot; &lt;br /&gt;
Nor &amp;quot;ad hominem innuedum&amp;quot;More like &amp;quot;ad hominem conjecturum&amp;quot; But my grammar may be off.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Adiaphora==&lt;br /&gt;
The plural of   adiaphoron,  a thing that exists outside of moral law, neither condemned nor approved by morality;  “indifferent things,”  neither right nor wrong, spiritually neutral.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Anscombe's Quartet==&lt;br /&gt;
[https://en.wikipedia.org/wiki/Anscombe%27s_quartet The Wikipedia article on it.]&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;https://upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Anscombe%27s_quartet_3.svg/850px-Anscombe%27s_quartet_3.svg.png&amp;quot; height= 120 align=left&amp;gt;&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Antifaschistischer Schutzwall ==&lt;br /&gt;
&amp;quot;Anti-fascist protection dike&amp;quot; or &amp;quot;rampart&amp;quot;, the Berlin Wall's official name in East Germany.  https://en.wikipedia.org/wiki/Berlin_Wall&lt;br /&gt;
&lt;br /&gt;
==Arcsine(x)==&lt;br /&gt;
In the unit circle, &amp;quot;the arc whose  sine is x&amp;quot; is the same as &amp;quot;the angle whose sine is x&amp;quot;, because the  length of the arc of the circle is a measure of the angle.  In Mexico the functions was also called angsin, meaning &amp;quot;angle whose sine is...&amp;quot;   https://math.stackexchange.com/questions/33175/etymology-of-arccos-arcsin-arctan&lt;br /&gt;
&lt;br /&gt;
==Argumentum ad Verecundiam==&lt;br /&gt;
The fallacy of argument from inappropriate authority: an appeal to the testimony of an authority outside of the authority's special field of expertise. https://philosophy.lander.edu/logic/authority.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
==[[Baizhuo]]==&lt;br /&gt;
{{Quotation| WIKIPEDIA: Baizuo (/ˈbaɪˌdzwɔː/, /baɪˈzwoʊ/; Chinese: 白左; pinyin: báizuǒ, Mandarin pronunciation: [pǎi.tswò], literally White Left)[1][2] is a Chinese neologism and political epithet used to refer to Western leftist ideologies primarily espoused by white leftists.[3] The term baizuo is related to the term shèngmǔ (圣母, 聖母, literally &amp;quot;Blessed Mother&amp;quot;) or shèngmǔbiǎo (圣母婊, 聖母婊, literally &amp;quot;Blessed Mother of Bitch&amp;quot;), a sarcastic reference to those whose political opinions are perceived as being guided by emotions or a hypocritical show of selflessness and empathy. &lt;br /&gt;
&lt;br /&gt;
The term baizuo was apparently coined in a 2010 article published on Renren Network by user Li Shuo, entitled The Fake Morality of the Western White Left and the Chinese Patriotic Scientists (西方白左和中国爱国科学家的伪道德), initially used as a general critique of certain socialist values in the American left.[3] No further use of the term is known until 2013, where on Chinese forum Zhihu through 2013–2015, the term evolved to criticize some people among the left who seemingly advocate for positive slogans like peace and equality to boast their sense of moral superiority, but are ignorant of real-world consequences, and utilize destructive behavior like political sacrifice and identity politics. &lt;br /&gt;
&lt;br /&gt;
Substantial use in Chinese Internet culture began in early 2016, at first at MIT BBS, a bulletin board system used by many Chinese in the U.S., during the 2016 United States presidential election.}}&lt;br /&gt;
&lt;br /&gt;
==Beautilicious==&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Cadence==&lt;br /&gt;
{{Quotation| [https://en.wiktionary.org/wiki/cadence#English  From Wiktionary:] &amp;lt;br&amp;gt;&lt;br /&gt;
1. The act or state of declining or sinking. &amp;lt;br&amp;gt;&lt;br /&gt;
2. Balanced, rhythmic flow. &amp;lt;br&amp;gt;&lt;br /&gt;
3. The measure or beat of movement. &amp;lt;br&amp;gt;&lt;br /&gt;
4. The general inflection or modulation of the voice, or of any sound. &amp;lt;br&amp;gt;&lt;br /&gt;
5. (music) A progression of at least two chords which conclude a piece of music, section or musical phrases within it. Sometimes referred to analogously as musical punctuation.&amp;lt;br&amp;gt;&lt;br /&gt;
6. (music) A cadenza, or closing embellishment; a pause before the end of a strain, which the performer may fill with a flight of fancy.&amp;lt;br&amp;gt;&lt;br /&gt;
7. (speech) A fall in inflection of a speaker’s voice, such as at the end of a sentence.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Camel case== &lt;br /&gt;
A variable-naming style that separates the parts of a name with capitals, as in FirstSecondThird. See also: pothole case, kebab case.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Chesterton's Fence==&lt;br /&gt;
{{Quotation|  “In the matter of reforming things, as distinct from deforming them, there is one plain and simple principle; a principle which will probably be called a paradox. There exists in such a case a certain institution or law; let us say, for the sake of simplicity, a fence or gate erected across a road. The more modern type of reformer goes gaily up to it and says, ‘I don’t see the use of this; let us clear it away.’ To which the more intelligent type of reformer will do well to answer: “If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.” &lt;br /&gt;
Chesterton is not alone in the observation. It is found throughout our literature and theatre. In Robert Bolt’s “A Man for All Seasons” Sir Thomas More uses a similar argument to famously challenge his reformist son-in-law. The poet Robert Frost comes to the same conclusion in “Mending Wall.” Scripture is replete with its warning, beginning in Proverbs 22:28, “Do not move an ancient boundary stone that your fathers have placed.” }}--[https://mailchi.mp/inpolicy/2022-and-chestertons-fence-488333?e=bda54c6080  &amp;quot;Chesterton's Fence&amp;quot;] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Combatativeness==&lt;br /&gt;
&amp;quot;Combativeness&amp;quot; is a word.  So is &amp;quot;combatative&amp;quot;..  : Is &amp;quot;combatativeness&amp;quot; an existing word?  Should it be?  Is it better than &amp;quot;combativeness&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
==CHYMPS==&lt;br /&gt;
{{Quotation| CHYMPS is the acronym for the top political science PhD programs in the United States. It is the political science PhD equivalent to HYS (Harvard, Yale, Stanford) for law schools and HSW (Harvard, Stanford, Wharton) for business schools. CHYMPS stands for:&amp;lt;br&amp;gt;&lt;br /&gt;
Cal-Berkeley&amp;lt;br&amp;gt;&lt;br /&gt;
Harvard&amp;lt;br&amp;gt;&lt;br /&gt;
Yale&amp;lt;br&amp;gt;&lt;br /&gt;
Michigan&amp;lt;br&amp;gt;&lt;br /&gt;
Princeton&amp;lt;br&amp;gt;&lt;br /&gt;
Stanford.&lt;br /&gt;
&lt;br /&gt;
[https://qph.fs.quoracdn.net/main-qimg-a443ef9dd190e688bf05648a48e463e7 image of network]&lt;br /&gt;
&lt;br /&gt;
The acronym was originally Hypes-Bomb (Harvard, Yale, Princeton, Stanford, Berkeley, MIT) as a shorthand for the top political science departments (perhaps pejorative, as in overhyped but famous political science schools).&lt;br /&gt;
&lt;br /&gt;
Hypes-Bomb then morphed to CHYMPS since it’s catchier.&lt;br /&gt;
&lt;br /&gt;
CHYMPS then became the updated HYP as an acronym for the most prestigious schools in the US generally (see Urban Dictionary entry from 2009), though it’s causing some confusion among Columbia, Cornell, Caltech, and University of Chicago fans who feel that “C” should stand for them, not Cal-Berkeley (just a bias against public schools IMO, since Cal is clearly superior to the other “C” schools, at least at the graduate level).&amp;lt;br&amp;gt;&lt;br /&gt;
--https://www.quora.com/What-is-the-origin-of-the-CHYMPS-Cal-Berkeley-Harvard-Yale-MIT-Princeton-and-Stanford }}&lt;br /&gt;
&lt;br /&gt;
==Contradictorily==  &lt;br /&gt;
&amp;quot;In selling stock, the filer is not  ''contradictorily'' asserting it is solvent; the *buyers* are saying that.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Crazytown==&lt;br /&gt;
 &amp;quot;I feel like I'm in crazytown when I express distress about taxation - literally people forcibly taking away your property - and ppl act like I'm the crazy one.&amp;quot; [https://twitter.com/Aella_Girl/status/1386021135112839171 A tweet] (2021).&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
==[[Deificatio]]==&lt;br /&gt;
&amp;quot;Deificatio hominis&amp;quot; or just &amp;quot;deificatio&amp;quot; is the Latin term used in theology for the idea of a man trying to become more like God. It might be exactly the same idea as &amp;quot;sanctification&amp;quot;; I'm not sure.  Often people say &amp;quot;deification&amp;quot;, which is bad terminology. It already has a main meaning, and that main meaning is completely different, almost opposite, since it is to make something into an idol, treating it as God. The idea here is not to set yourself up  falsely as God, but to make yourself slightly more like God and diminish your own contrary will.  The  [https://en.wikipedia.org/wiki/Theosis_(Eastern_Christian_theology)#:~:text=Theosis%2C%20or%20deification%20(deification%20may,and%20the%20Byzantine%20Catholic%20Churches. Greek term “Theosis”] is better, maybe; I don’t  grasp the Eastern Orthodox concept very well.  “Sanctification” is good. “Divinization” is okay, but  sounds too much like “divining”, as in fortune-telling.&lt;br /&gt;
&lt;br /&gt;
==Degringolade==&lt;br /&gt;
A rapid decline or deterioration in a situation.&lt;br /&gt;
&lt;br /&gt;
==Derangement==&lt;br /&gt;
From [https://twitter.com/AndrewM_Webb/status/1168597790127284224 Twitter]: &amp;quot;A permutation that leaves no element in-place is called a 'derangement'.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Devolution==&lt;br /&gt;
Devolution can mean either the reverse of evolution or the devolving of power, two quite distinct meanings. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Doctrine of Double Effect==  &lt;br /&gt;
&amp;quot;The doctrine (or principle) of double effect is often invoked to explain the permissibility of an action that causes a serious harm, such as the death of a human being, as a side effect of promoting some good end. According to the principle of double effect, sometimes it is permissible to cause a harm as a side effect (or “double effect”) of bringing about a good result even though it would not be permissible to cause such a harm as a means to bringing about the same good end.&amp;quot;  [https://plato.stanford.edu/entries/double-effect/#:~:text=According%20to%20the%20principle%20of,about%20the%20same%20good%20end. &amp;quot;Doctrine of Double Effect,&amp;quot;] Stanford dictionary.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Drafty Version of a Paper==&lt;br /&gt;
“Very drafty version”: I like that, and will use it myself. You eventually will insulate it from criticism. &amp;quot;Tilly Goes to Church: The Religious and Medieval Roots of State&lt;br /&gt;
Formation in Europe, &amp;quot; Anna Grzymala-Busse,  Stanford University,  August 31, 2020.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Enantiomer==&lt;br /&gt;
&amp;quot;Enantiomers, also known as optical isomers, are two stereoisomers that are related to each other by a reflection: they are mirror images of each other that are non-superposable. Human hands are a macroscopic analog of this.&amp;quot; --[https://en.wikipedia.org/wiki/Stereoisomerism#:~:text=Enantiomers%2C%20also%20known%20as%20optical,opposite%20configuration%20in%20the%20other &amp;quot;Steroisomerism,&amp;quot;] ''Wikipedia.'' &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Enunciative and Enunciatory==&lt;br /&gt;
I think these mean &amp;quot;enunciating well&amp;quot;, but I haven't been able to find out, googling. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Epiphany==&lt;br /&gt;
One meaning in Greek  of ἐπιφάνεια  is, from [https://www.studylight.org/lexicons/eng/greek/2015.html Liddel-Scott-Jones, ]&lt;br /&gt;
&amp;quot; in war, sudden appearance of an enemy, Aen.Tact. 31.8, Plb. 1.54.2, Ascl. Tact. 12.10(pl.), Onos. 22.3 (pl.).&amp;quot;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==The Fallacy of Equivocation==&lt;br /&gt;
Using a term with one meaning in the premise, and another in the conclusion. [http://fallacyoftheweek.professorsykes.com/fallacy-types/equivocation/ From Professorsykes.com:] &amp;lt;br&amp;gt;&lt;br /&gt;
“Noisy children are a real pain. Two aspirin will make any pain go away. Therefore, two aspirin will make noisy children go away.”&lt;br /&gt;
&lt;br /&gt;
==Eructation==&lt;br /&gt;
A  belch.&lt;br /&gt;
A violent bursting forth or ejection of matter from the earth.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Fiat Abuse==&lt;br /&gt;
A debate team term.  &amp;quot;Fiat abuse is where you try to prevent debate not only on whether you could actually enact a policy (that's what you can &amp;quot;fiat&amp;quot; into existence) but also the policy's workability.  So, if you were debating Communism, you might be able to fiat a Communist revolution- &amp;quot;if the workers revolted, would it be good&amp;quot;, but you can't fiat the moneyed classes giving up all their private property voluntarily. One of the problems with Communism is they'd resist!&amp;quot;  Dilan Esper&lt;br /&gt;
@dilanesper&lt;br /&gt;
&lt;br /&gt;
==Flatus==&lt;br /&gt;
Gas generated in or expelled from the digestive tract, especially the stomach or intestines.&lt;br /&gt;
&lt;br /&gt;
==The Flypaper Effect==&lt;br /&gt;
&amp;quot;The flypaper effect is '''a concept from the field of public finance''' that suggests that a government grant to a recipient municipality increases the level of local public spending more than an increase in local income of an equivalent size.  '''When a dollar of exogenous grants to a community leads to significantly greater public spending than an equivalent dollar of citizen income: money sticks where it hits, like a fly to flypaper'''. Grants to the government will stay in the hands of the government and income to individuals will stay with these individuals.&amp;quot;  https://en.wikipedia.org/wiki/Flypaper_effect&lt;br /&gt;
&lt;br /&gt;
==Fugacity==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
1. The noun for being fleeting, evanescent.&amp;lt;br&amp;gt;&lt;br /&gt;
2. A  coefficient for a real-world gas which makes the ideal gas equation be true. The fugacity of an ideal gas is 1. The fugacity of real-world gases is between 0 and 1, e.g. the fugacity of nitrogen is about .93.  &amp;lt;br&amp;gt;&lt;br /&gt;
This came up in Ben's Thermodynamics class. &amp;lt;br&amp;gt;&lt;br /&gt;
I would like there to be the word  &amp;quot;Fugacitaceous&amp;quot; too,  for the sound of it, but that's a neologism.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
==Googleability or Googlability==  &lt;br /&gt;
A measure of how easy it is to find information about a person on the Web. &lt;br /&gt;
   Which spelling is better?&lt;br /&gt;
----&lt;br /&gt;
==Gluckschmerz==&lt;br /&gt;
Pain at seeing someone else's good fortune, analogous to Schadenfreude. But it's fake German. See  this [https://twitter.com/TomVaid/status/1442500467158765574 twitter thread].&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
==The Javert Paradox==&lt;br /&gt;
{{Quotation| The Javert Paradox: Suppose you find a problem with published work. If you just point it out once or twice, the authors of the work are likely to do nothing. But if you really pursue the problem, then you look like a Javert.&lt;br /&gt;
-- [https://statmodeling.stat.columbia.edu/2009/05/24/handy_statistic/ Andrew Gelman]}}&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
==[https://en.wikipedia.org/wiki/Kairos  '''Kairos.''']== &lt;br /&gt;
καιρός. &amp;quot;a passing instant when an opening appears which must be driven through with force if success is to be achieved.&amp;quot;  &lt;br /&gt;
&lt;br /&gt;
{{quotation| While chronos is quantitative, kairos has a qualitative, permanent nature.&amp;lt;ref&amp;gt; [http://www.perseus.tufts.edu/hopper/text?doc=Perseus%3Atext%3A1999.04.0057%3Aentry%3Dkairo%2Fs1 Henry George Liddell, Robert Scott, A Greek-English Lexicon ]&amp;lt;/ref&amp;gt; ''Kairos'' also means ''weather'' in Modern Greek... In weaving, kairos denotes the moment in which the shuttle could be passed through threads on the  loom.&amp;quot;&amp;lt;ref&amp;gt;Stephenson,Hunter W. (2005) &amp;quot;Forecasting Opportunity: Kairos, Production, and Writing, p.4. University Press of America: Oxford&amp;lt;/ref&amp;gt; ...&amp;quot;Kairos&amp;quot; (used 86 times in the New Testament) refers to an opportune time, a &amp;quot;moment&amp;quot; or a &amp;quot;season&amp;quot; such as &amp;quot;harvest time,&amp;quot;  whereas &amp;quot;chronos&amp;quot; (used 54 times) refers to a specific amount of time, such as a day or an hour (e.g. Acts 13:18 and 27:9).}}&lt;br /&gt;
 &lt;br /&gt;
==Katz==&lt;br /&gt;
Short for &amp;quot;Kohen Tzedeq (&amp;quot;priest of justice&amp;quot;/&amp;quot;authentic priest&amp;quot;) or Kohen Tzadok (meaning the name-bearer is of patrilineal descent of the Kohanim sons of Zadok)&amp;quot;, Wikipedia says. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Kebab case==&lt;br /&gt;
A variable-naming style that separates the parts of a name with dashes, as in first-second-third. See also: camel case, pothole case.&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==Lunate epsilon==&lt;br /&gt;
The lunate epsilon (tex: $\epsilon$) is the moon-shaped one  that I like to use for something very small because it looks smaller. The &amp;quot;reverse-3&amp;quot; form is the uglier squiggly one that has the advantage of one-stroke cursive writing on the blackboard. See the [https://en.wikipedia.org/wiki/Epsilon Wikipedia entry].&lt;br /&gt;
&lt;br /&gt;
==To Lustrate==&lt;br /&gt;
To purify by expiatory sacrifice, ceremonial washing, or some other ritual action.&lt;br /&gt;
&amp;quot;a soul lustrated in the baptismal waters&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Mnemonic==&lt;br /&gt;
Mnemonic (plural mnemonics): Anything (especially in verbal form) used to help remember something.&lt;br /&gt;
:How do you spell mnemonic?&amp;lt;br&amp;gt;&lt;br /&gt;
:It's practically demonic.&amp;lt;br&amp;gt;&lt;br /&gt;
:You put an M before the N;&amp;lt;br&amp;gt;&lt;br /&gt;
:And then it's just phenomic.&lt;br /&gt;
&lt;br /&gt;
==Mokita==&lt;br /&gt;
&amp;quot;Mokita is a Papua New Guinean term for something that everyone knows but no one talks about.&amp;quot; https://twitter.com/charlesmurray/status/1439993770519445508?s=03.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;quot;Earl Hunt, the eminent psychometrician, invoked that word in his review of TBC many, many years ago.&amp;quot;--Charles Murray, https://twitter.com/charlesmurray/status/1439993770519445508?s=03.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Nuisance parameter==&lt;br /&gt;
A nuisance parameter is any parameter which is not of immediate interest but must be accounted for in the analysis of the parameter of interest. The classic example is the variance of distribution when the mean is of primary interest. [https://buff.ly/2RVnaMH Wikipedia's article].&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Obrazovanshchina==&lt;br /&gt;
&amp;quot;Obrazovanshchina (Russian: образованщина, 'educationdom', 'educaties',[1] 'smatterers') is a Russian ironical, derogatory term for a category of people with superficial education who lack the higher ethics of an educated person.[2] The term was introduced by Alexander Solzhenitsyn in his 1974 essay &amp;quot;Obrazovanshchina&amp;quot; (translated as &amp;quot;The Smatterers&amp;quot;) as a criticism of the transformation of the Russian intelligentsia, which, in his opinion had lost high ethical values.&amp;quot; https://en.m.wikipedia.org/wiki/Obrazovanshchina&lt;br /&gt;
&lt;br /&gt;
==On the Record==&lt;br /&gt;
{{Quotation|&lt;br /&gt;
AP's guidelines for &amp;quot;Off the record&amp;quot;, &amp;quot;Background&amp;quot; and &amp;quot;Deep Background&amp;quot;&lt;br /&gt;
Published 2011-08-01&lt;br /&gt;
&lt;br /&gt;
Not everyone understands “off the record” or “on background” to mean the same things. Before any interview in which any degree of anonymity is expected, there should be a discussion in which the ground rules are set explicitly.&lt;br /&gt;
These are the AP’s definitions:&lt;br /&gt;
&lt;br /&gt;
On the record: The information can be used with no caveats, quoting the source by name.&lt;br /&gt;
&lt;br /&gt;
Off the record: The information cannot be used for publication.&lt;br /&gt;
&lt;br /&gt;
Background: The information can be published but only under conditions negotiated with the source. Generally, the sources do not want their names published but will agree to a description of their position. AP reporters should object vigorously when a source wants to brief a group of reporters on background and try to persuade the source to put the briefing on the record. These background briefings have become routine in many venues, especially with government officials.&lt;br /&gt;
&lt;br /&gt;
Deep background: The information can be used but without attribution. The source does not want to be identified in any way, even on condition of anonymity.  &lt;br /&gt;
https://blog.chrislkeller.com/aps-guidelines-for-off-the-record-background/}}&lt;br /&gt;
&lt;br /&gt;
==Overfeatures==&lt;br /&gt;
I'd like to popularize the word &amp;quot;overfeatured&amp;quot; to mean software, cars, or any other product that has too many bells and whistles. These can either actively degrade usability, or make it too hard to figure out simple uses.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Per curiam==&lt;br /&gt;
A way for a court to sign a judicial opinion. &amp;quot;Traditionally, the per curiam was used to signal that a case was&lt;br /&gt;
uncontroversial, obvious, and did not require a substantial opinion...  These early&lt;br /&gt;
opinions often comprised only a sentence or two, rarely more than a&lt;br /&gt;
paragraph, and never displayed disagreement among the Justices.&lt;br /&gt;
Beginning in 1909 with Justice Oliver Wendell Holmes, whose&lt;br /&gt;
strongly worded separate opinions earned him the moniker &amp;quot;the Great&lt;br /&gt;
Dissenter,&amp;quot; per curiam opinions began to feature dissents... The per curiam&lt;br /&gt;
not only allowed the Court to quickly adjudicate these more&lt;br /&gt;
substantive cases but also to signify to the public that the issues in&lt;br /&gt;
them were easily resolved and required little explanation.&amp;quot;&lt;br /&gt;
[https://digitalcommons.wcl.american.edu/facsch_lawrev/425/ &amp;quot;Hiding Behind the Cloak of Invisibility: The Supreme Court and Per Curiam Opinions,&amp;quot;]&lt;br /&gt;
Ira Robbins (2012). &lt;br /&gt;
&lt;br /&gt;
==Pothole case==&lt;br /&gt;
A variable-naming style that separates the parts of a name with underscores, as in first_second_third. See also: camel case, kebab case.&lt;br /&gt;
&lt;br /&gt;
==Plaque==&lt;br /&gt;
1. an ornamental tablet,&lt;br /&gt;
2. A sticky bacterial deposit on teeth.&lt;br /&gt;
&lt;br /&gt;
==Pronunciamento==&lt;br /&gt;
{{Quotation| A pronunciamiento (Spanish: [pɾonunθjaˈmjento], Portuguese: pronunciamento [pɾunũsiɐˈmẽtu]; &amp;quot;proclamation , announcement or declaration&amp;quot;) is a form of military rebellion or coup d'état particularly associated with Spain, Portugal and Latin America, especially in the 19th century.}}&lt;br /&gt;
https://en.wikipedia.org/wiki/Pronunciamiento&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Psephology==&lt;br /&gt;
The statistical study of elections and voting. &lt;br /&gt;
&lt;br /&gt;
==PUMP AND DUMP==&lt;br /&gt;
1. The stock manipulation trick of using rumor or purchase to inflate a stock's purchase and then selling it. https://en.wikipedia.org/wiki/Pump_and_dump.  2. The political dirty trick of getting a crowd so excited that it charges off to wreck a  building or kill someone, so it gets in trouble and discredits the movement, and then quietly leaving before the arrests and shooting.  3. A Full Service Company Offering Residential &amp;amp; Commercial Septic Services. https://www.pumpndumpusa.com/.&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==RAREBIT== &lt;br /&gt;
Ambrose Bierce (1911): &amp;quot;Rarebit n. A Welsh rabbit, in the speech of the humorless, who point out that it is not a rabbit. To whom it may be solemnly explained that the comestible known as toad in the hole is really not a toad, and that ris de veau à la financière is not the smile of a calf prepared after the recipe of a she banker.&amp;quot;&lt;br /&gt;
== ==&lt;br /&gt;
 &lt;br /&gt;
==Spitster== &lt;br /&gt;
A double-cup invention for eating sunflower seeds, peanuts, or pistachios. https://www.prweb.com/releases/2012/3/prweb9254850.htm&lt;br /&gt;
&lt;br /&gt;
==Steelmanning==&lt;br /&gt;
Presenting one's opponent's arguments as well as possible, even if that's not the way they presented them. Chicago's Professor  [https://reason.com/volokh/2021/05/12/steelmanning-and-interpretive-charity/?utm_source=dlvr.it&amp;amp;utm_medium=twitter Will Baude says,]&lt;br /&gt;
&amp;quot;Indeed, I now sometimes test a version of this skill on my exams, asking students to write up both sides of an argument, with the rule that their grade will be based on the quality of the worse of the two arguments.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Traumata==&lt;br /&gt;
An alternative to &amp;quot;traumas&amp;quot; as a plural  for &amp;quot;trauma&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==The Unpronounceable Case==&lt;br /&gt;
[https://www.supremecourt.gov/opinions/20pdf/19-968_8nj9.pdf    Uzuegbunam v. Preczewski], US Supreme Court (2020) may supplant whatever case has traditionally held this title.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Unterschlepper==&lt;br /&gt;
Neologism from [https://stljewishlight.org/news/news-local/yiddish-word-of-the-week-schlep-or-schlepper/ &amp;quot;schlepper&amp;quot;]. &lt;br /&gt;
{{Quotation| From Yiddish שלעפּן (“to drag”); from High German schleppen (“to drag”)– “to carry”-&amp;lt;br&amp;gt;&lt;br /&gt;
1) a servant who carries things&amp;lt;br&amp;gt;&lt;br /&gt;
2)  a porter&amp;lt;br&amp;gt;&lt;br /&gt;
3) a pejorative insult for an individual who wanders aimlessly&amp;lt;br&amp;gt;&lt;br /&gt;
4) One who acts in a slovenly, lazy, or sloppy manner. Kind of like the modern idiom of “slacker”. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Synonyms in academia  are  &amp;quot;assistant dean&amp;quot;, &amp;quot;deanlet&amp;quot; and &amp;quot;deanlette&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Vatic==&lt;br /&gt;
Describing or predicting what will happen in the future.&lt;br /&gt;
&lt;br /&gt;
----- &lt;br /&gt;
== Valley of the Clueles: Das Tal der Ahnungslosen==&lt;br /&gt;
The valley in East Germany that could not be reached by Voice of America radio. &amp;quot;regions in the northeast to Greifswald and in the southeast of the GDR in the former district of Dresden... about 15 % of the population of the GDR...The term is now used for local communities or areas in Germany with missing or poorly developed broadband Internet access,&amp;quot;  from [https://memim.com/tal-der-ahnungslosen.html Tal der Ahnungslosen].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Wokeschaltung==&lt;br /&gt;
The Woke pressure to bring everything in society into conformity or else crush it, by analogy to the Nazi gleichschaltung. Perhaps coined by Curtis Yarvin in [https://graymirror.substack.com/p/big-tech-has-no-power-at-all?s=r &amp;quot;Big tech has no power at all: The basics of tech censorship and the structure of the cathedral,&amp;quot;] (2021).&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Zornhau==&lt;br /&gt;
A zornhau (wrath hew) is the diagonal cut sword cut from shoulder to opposite waist known as &amp;quot;kesa-giri&amp;quot; in Japan. It is said to be  historically the most effective at killing people. See https://allthetropes.fandom.com/wiki/Diagonal_Cut and https://danielagnewauthor.com/2017/04/27/the-zornhau-ort-its-simpler-than-you-think/. &lt;br /&gt;
&lt;br /&gt;
------------------------------------------&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Articles_to_read&amp;diff=5645</id>
		<title>Articles to read</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Articles_to_read&amp;diff=5645"/>
		<updated>2022-05-26T21:30:34Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Easy Reading */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Easy Reading== &lt;br /&gt;
&lt;br /&gt;
*[https://razib.substack.com/p/hungarians-as-the-ghost-of-the-magyar?s=w Rzib on Magyars]&lt;br /&gt;
&lt;br /&gt;
*''Chessman v. Nainby,'' 93 Eng. Rep. 819, 821 (1726) (find it) &lt;br /&gt;
&lt;br /&gt;
*[https://www.scribd.com/document/49102936/Leo-Strauss-Remarks-at-Farewell-to-E-C-Banfield-on-Departure-from-Chicago-1959 Strauss on Banfield (1959)]READ&lt;br /&gt;
&lt;br /&gt;
*Dubois, [https://www.jstor.org/stable/2292742?seq=1 article praising Hitler]&lt;br /&gt;
&lt;br /&gt;
*[https://reason.com/volokh/2022/01/21/will-the-en-banc-9th-circuit-extend-the-second-amendments-losing-streak-to-51-cases/   Gun control 9th Circuit faux en banc opinion]READ&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
*[https://www.aei.org/wp-content/uploads/2011/10/Murray%20Intelligence.pdf Murray on going to college] (after his book was publisehd)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
*[https://www.theatlantic.com/business/archive/2014/02/how-to-save-marriage-in-america/283732/  Rich peopel get married] Atlatnic, (2022)&lt;br /&gt;
&lt;br /&gt;
*[https://www.mindingthecampus.org/2022/03/17/unmasking-the-campaign-against-white-supremacy-culture-in-science/  &amp;quot;Unmasking the Campaign against “White Supremacy Culture” in Science&amp;quot;] (2022) Minding the Campus. &lt;br /&gt;
&lt;br /&gt;
*[https://iea.org.uk/north-koreas-western-fellow-travellers/ &amp;quot;North Korea’s Western fellow travellers,&amp;quot;] KRISTIAN NIEMIETZ 29 SEPTEMBER 2017.&lt;br /&gt;
&lt;br /&gt;
*[https://journals.sagepub.com/stoken/default+domain/10.1177%2F15291006211051956-FREE/full#_i28 &amp;quot;The Science of Visual Data Communication: What Works,&amp;quot;] Steven L. Franconeri, Lace M. Padilla, Priti Shah (2021). &lt;br /&gt;
&lt;br /&gt;
*[https://thefederalist.com/2022/03/18/spygate-101-a-primer-on-the-russia-collusion-hoaxs-years-long-plot-to-take-down-trump/ pygate-101-a-primer-on-the-russia-collusion-hoaxs-years-long-plot-to-take-down-trump], Margot Cleveland, March 2022. &lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4060431 Vischer on Christian Nationalism being opposed to the rule of law,] probably a  stupid article worth reading to understand the liberal mindset. &lt;br /&gt;
&lt;br /&gt;
*[https://www.newyorker.com/magazine/2022/03/21/literatures-most-controversial-nobel-laureate PeterHandke, literatures-most-controversial-nobel-laureate ] New Yorker (2022). &lt;br /&gt;
&lt;br /&gt;
*[http://www.harvard.edu/president/speeches/summers_2003/prayer.php Summers, Lawrence H. 2003. “Economics and Moral Questions.” Morning Prayers address, Memorial Church, September  15. Reprinted in ''Harvard Magazine,'' November–December 2003.]&lt;br /&gt;
&lt;br /&gt;
*[https://www.nytimes.com/2019/01/17/magazine/ancient-dna-paleogenomics.html DNA in the South Pacific]&lt;br /&gt;
&lt;br /&gt;
*[https://quillette.com/2020/01/04/build-your-own-intellectual-oasis/ Bill Frezza &amp;quot;Build Your Own Intellectual Oasis,&amp;quot;]&lt;br /&gt;
 &lt;br /&gt;
*[https://pubs.aeaweb.org/doi/pdfplus/10.1257/jep.27.4.121 Sandel JEP on altruisma and economics]&lt;br /&gt;
 &lt;br /&gt;
*Mann’s most important commentary on Wagner was an address to the Goethe Society of Munich in February 1933 on the fiftieth anniversary of the composer’s death. Entitled 'The Sufferings and Greatness of Richard Wagner',&lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3908595 New Formalism], Paul Miller, Notre Dame.&lt;br /&gt;
 &lt;br /&gt;
*[https://www.foxnews.com/politics/afghanistan-military-officials-distracted-woke-issues?fbclid=IwAR1CNfgX_YU7tbty4qJVfzYlbTkXHItaF2fcWvsCWXB-vrPEsJdf3gU21ok  Afghanistan-military-officials-distracted-woke-issues?]&lt;br /&gt;
&lt;br /&gt;
*[https://www.supremecourt.gov/DocketPDF/19/19-1392/185344/20210729162610813_Dobbs%20Amicus%20FINAL%20PDFA.pdf Jonathan Mitchell] amicus to SC on an abortion case in 2021]&lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3839768 Salop on vertical merger guidelines.] Looks wrong; if so, needs refuting. &lt;br /&gt;
&lt;br /&gt;
*[https://astralcodexten.substack.com/p/peer-review-request-depression Astral Codex Ten on Depression]&lt;br /&gt;
&lt;br /&gt;
*[https://vita.had.co.nz/papers/boxplots.pdf Boxplots]&lt;br /&gt;
&lt;br /&gt;
*[https://www.res.org.uk/resources-page/res2021-lunchtime-chat-the-state-of-economic-science.html Coyle and Tirole  podcast] (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Gender_neutrality_in_languages_with_grammatical_gender#Hebrew &amp;quot;Gender_neutrality_in_languages_with_grammatical_gender,&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*[https://www.irishtimes.com/news/zimbabwe-s-banana-left-legacy-of-disgrace-1.392631 &amp;quot;Zimbabwe's Banana left legacy of disgrace,&amp;quot; Mark Steyn, Nov 17, 2003, and  the [https://twitter.com/whyvert/status/1395491031420915713 ''Economist'' obituary], and [https://nehandaradio.com/2020/11/18/canaan-bananas-son-michael-collapses-and-dies-in-the-uk/ his son], the fraudster.  &lt;br /&gt;
&lt;br /&gt;
*  [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3714750 Sunstein's paper] on Hayek and pscyhology. &lt;br /&gt;
&lt;br /&gt;
*[https://poseidon01.ssrn.com/delivery.php?ID=261087081122066127114071098095108071052087053042027060078069091126091092081027009022019114028045009056121073013118004101000027098080071048000104079091115023106017109028073060091097102074117105122030115083106076023123064126091118031027092015115006071020&amp;amp;EXT=pdf&amp;amp;INDEX=TRUE &amp;quot;UNDERSTANDING THE MISUNDERSTOOD: MAPPING THE SCOPE OF A DEITY’S RIGHTS IN INDIA ,&amp;quot;]  Anujay Shrivastava &amp;amp; Yashowardhan Tiwari :&lt;br /&gt;
&amp;quot;It has been recognized that an idol of a Hindu Temple is a juridical person&lt;br /&gt;
or juristic entity18 and is often commonly referred to as a “deity”.19 The title&lt;br /&gt;
to properties and endowments can vest in deities such as a Hindu idol, who&lt;br /&gt;
has to act through a human agency (such as the Shebait).20 A Hindu idol not&lt;br /&gt;
only has the power of suing and being sued, but can be treated as an&lt;br /&gt;
“individual” who can be assessed for tax liability.&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
*[https://www.bloomberg.com/news/features/2021-05-05/how-jeff-bezos-beat-the-tabloids-the-untold-story-of-money-sex-and-power &amp;quot;The Untold Story of How Jeff Bezos Beat the Tabloids: When a gossip rag went after the CEO, he retaliated with the brutal, brilliant efficiency he used to build his business empire. In an exclusive excerpt from the new book Amazon Unbound comes an unrivaled tale of money, sex, and power.&amp;quot;] ''Bloomberg.'' &lt;br /&gt;
&lt;br /&gt;
*[https://www.cracked.com/blog/6-types-apologies-that-arent-apologies-at-all/  &amp;quot;6 Types of Apologies That Aren't Apologies at All,&amp;quot;] ''Cracked'' (2012). &lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3836060 &amp;quot;The Islamic Waqf: Instrument of Unequal Security, Worldly and Otherworldly,&amp;quot;  29 Apr 2021, Fatih Serkant Adiguzel  and Timur Kuran.&lt;br /&gt;
&lt;br /&gt;
*[https://www.connecticutmag.com/issues/features/how-the-coming-of-a-conservative-midwestern-college-divided-a-small-ct-town/article_3b86fb78-e3d6-11ea-8eda-53fc5dea576b.html &amp;quot;How the coming of a conservative Midwestern college divided a small CT town: S. Prestley Blake, the co-founder of the Friendly's restaurant chain, donated his Somers estate to Michigan's Hillsdale College. The school has grand plans to open an adult-learning center on the property, whose centerpiece is a replica of Thomas Jefferson's Monticello. But questions about the school's religious bona fides which pushed the deal through have left a bad taste in some residents' mouths,&amp;quot;] ''Connecticut Magazine,''  Christopher Hoffman Aug 26, 2020.&lt;br /&gt;
 &lt;br /&gt;
*[https://www.jstor.org/stable/1558729 &amp;quot;John W. Tukey: His Life and Professional Contributions,&amp;quot;  David R. Brillinger, ''The Annals of Statistics'' , Dec., 2002, Vol. 30, No. 6 (Dec., 2002), pp. 1535-1575.&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*G. A. Cohen, [https://link-springer-com.proxyiub.uits.iu.edu/content/pdf/10.1023/A:1009836317343.pdf  &amp;quot;If You’re an Egalitarian, How Come You’re so Rich?,&amp;quot;] ''Journal of Ethics'' 4, no. 1–2 (2000): 1–26.&lt;br /&gt;
&lt;br /&gt;
*[https://www.jstor.org/stable/1147700 “Labor Racketeering: The Mafia and the Unions,” ]James B. Jacobs and Ellen Peters, ''Crime and Justice,''  30 (2003),  229-282 (54 pages) .&lt;br /&gt;
&lt;br /&gt;
*[https://www.brainpickings.org/2013/05/03/advice-on-writing/ &amp;quot;Timeless Advice on Writing: The Collected Wisdom of Great Writers: Hemingway, Didion, Baldwin, Fitzgerald, Sontag, Vonnegut, Bradbury, Morrison, Orwell, Le Guin, Woolf, and other titans of literature.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*[https://wiki.lesswrong.com/wiki/A_Human%27s_Guide_to_Words &amp;quot;A Human's Guide to Words,&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*Ramseyer, JM (1995). &amp;quot;Oko v. Sako: Kyogen and litigation in medieval Japan&amp;quot;. Law in Japan (0458-8584), 25 , p. 135.&lt;br /&gt;
&lt;br /&gt;
*Legarre, S. (2007). &amp;quot;The historical background of the police power. ''University of Pennsylvania Journal of Constitutional Law,'' 9(3), 745-796.&lt;br /&gt;
&lt;br /&gt;
*https://slatestarcodex.com/2013/03/03/reactionary-philosophy-in-an-enormous-planet-sized-nutshell/&lt;br /&gt;
&lt;br /&gt;
==Hard Reading==&lt;br /&gt;
*[https://outofmydepths.com/2020/12/31/a-divine-and-supernatural-light-by-jonathan-edwards/ Divine Light] sermon of Jonathan Edwards&lt;br /&gt;
&lt;br /&gt;
*[https://osf.io/ygw8e/ Andrew Little on Persuasion] (2022)&lt;br /&gt;
&lt;br /&gt;
*[https://www.fox.temple.edu/wp-content/uploads/2021/07/Efron-2020-JASA-wdiscussion.pdf Efron 2020 survey]&lt;br /&gt;
&lt;br /&gt;
*[https://deliverypdf.ssrn.com/delivery.php?ID=167106127002030067067102022103008089022020095078034062005090091014029070004000025117052006044120112038124031097114016071023096041091082060074091011066016103123004006003112012121117083123004106024016066095085019066117021026127102002108097124002084&amp;amp;EXT=pdf&amp;amp;INDEX=TRUE John Lott on 2020 election] and &lt;br /&gt;
[https://www.semanticscholar.org/paper/No-evidence-for-systematic-voter-fraud%3A-A-guide-to-Eggers-Garro/1fe01cea7962e678037725baa837c3dcbaa14d9c Eggers and Grimmer and somone] (2021) on the other side. &lt;br /&gt;
&lt;br /&gt;
*[https://notesonmathematics.wordpress.com/2013/04/05/real-numbers-are-uncountable/ Cantor's proof that the real numbers are uncountable]&lt;br /&gt;
&lt;br /&gt;
*[https://arxiv.org/pdf/1809.09328.pdf Bergstrom et al.  on diamond plots vs. rectangle plots]&lt;br /&gt;
&lt;br /&gt;
*[http://econphd.econwiki.com/notes.htm Lecture Notes Online] link page.  &lt;br /&gt;
&lt;br /&gt;
*[https://sites.duke.edu/collardwexler/files/2015/01/predation_sugar_industry.pdf  &amp;quot;Predation and its rate of return: the sugar ndustry, 1887-1914], RAND Journal,  David Genesove, Wallace P. Mullin .&lt;br /&gt;
&lt;br /&gt;
*[https://poseidon01.ssrn.com/delivery.php?ID=933078022002122097005123100109005112015082062038033030120099095096069090097009089085034019003061029120125092110013095020076065021059074001067096066002024126122071004052039021006022016108112118119031025081011067015075003014011088107102110110122020092025&amp;amp;EXT=pdf&amp;amp;INDEX=TRUE  &amp;quot;The Economic Geography of Global Warming,&amp;quot;]  José Luis Cruz and Esteban Rossi-Hansberg (OCTOBER 2021).&lt;br /&gt;
&lt;br /&gt;
*[https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0034731 &amp;quot;Executive Functions Predict the Success of Top-Soccer Players,] Torbjörn Vestberg,Roland Gustafson,Liselotte Maurex,Martin Ingvar,Predrag Petrovic , April 4, 2012, https://doi.org/10.1371/journal.pone.0034731.&lt;br /&gt;
&lt;br /&gt;
*[https://www.osti.gov/servlets/purl/7350252#page=11 &amp;quot;Usable Resistan.t/Robust Techniques of Analysis,&amp;quot;] John W. Tukey (1975). &lt;br /&gt;
&lt;br /&gt;
*[https://www.annualreviews.org/doi/abs/10.1146/annurev-statistics-031219-041051 &amp;quot;Statistical Significance,&amp;quot;] ''Annual Review of Statistics and Its Application'', D. R. Cox (2020). &lt;br /&gt;
&lt;br /&gt;
*Henry Kyburg, [https://www.jstor.org/stable/30226172  &amp;quot;Subjective Probability: Criticisms, Reflections, and Problems&amp;quot;] . &lt;br /&gt;
&lt;br /&gt;
*Henry Kyburg, &amp;quot;Are there Degrees of Belief?&amp;quot; ''Journal of Applied Logic,'' 1(3-4), 139-149, 2003.&lt;br /&gt;
&lt;br /&gt;
*Henry Kyburg, &amp;quot;Keynes as Philosopher&amp;quot; ''History of Political Economy,'' 27 (Supplement): 7–32, 1995.&lt;br /&gt;
&lt;br /&gt;
*Dostoevsky, [https://rvb.ru/dostoevski/01text/vol14/03journal_81/337.htm &amp;quot;II. ВОЗМОЖНО ЛЬ У НАС СПРАШИВАТЬ ЕВРОПЕЙСКИХ ФИНАНСОВ?&amp;quot;] probably use Google translate. &lt;br /&gt;
&lt;br /&gt;
*[https://www.tandfonline.com/doi/full/10.1080/01973533.2020.1756817  &amp;quot;Student Evaluations of Teaching Encourages Poor Teaching and Contributes to Grade Inflation: A Theoretical and Empirical Analysis,&amp;quot;]  Wolfgang Stroebe, ''Basic and Applied Social Psychology,'' 2020.&lt;br /&gt;
&lt;br /&gt;
*[https://web.stanford.edu/~rehall/HallJones2007.pdf  &amp;quot;THE VALUE OF LIFE AND THE RISE IN HEALTH SPENDING,&amp;quot;] ROBERT E. HALL AND CHARLES I. JONES (2007). &lt;br /&gt;
&lt;br /&gt;
*[https://www-jstor-org.proxyiub.uits.iu.edu/stable/pdf/43654017.pdf  &amp;quot;How Censorship in China Allows Government Criticism but Silences Collective Expression,&amp;quot;] GARY KING, JENNIFER PAN and MARGARET E. ROBERTS  ''The American Political Science Review'', May 2013, Vol. 107, No. 2 (May 2013),326-343 .&lt;br /&gt;
&lt;br /&gt;
*[https://doi.org/10.3982/ECTA12675 &amp;quot;Sampling‐Based versus Design‐Based Uncertainty in Regression Analysis,&amp;quot;] Alberto Abadie  Susan Athey  Guido W. Imbens  Jeffrey M. Wooldridge  05 February 2020 .&lt;br /&gt;
&lt;br /&gt;
*[https://journals-sagepub-com.proxyiub.uits.iu.edu/doi/pdf/10.1111/j.1745-6916.2006.00019.x &amp;quot;Study of Mathematically Precocious Youth After 35 Years Uncovering Antecedents for the Development of  Math-Science Expertise,&amp;quot;] (2006) David Lubinski and Camilla Persson Benbow.&lt;br /&gt;
&lt;br /&gt;
*[https://www.dropbox.com/s/o120sormtbw9w10/fraud_extended_public.pdf  No Evidence for Voter Fraud: A Guide to Statistical Claims About the 2020 Election&amp;quot;] Andrew C. Eggersa, Haritz Garrob, and Justin GrimmercFebruary 3, 2021.&lt;br /&gt;
&lt;br /&gt;
*[https://emilkirkegaard.dk/en/2021/02/recent-evidence-on-dysgenic-trends-february-2021/ &amp;quot;Recent evidence on dysgenic trends (February 2021) &amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*[http://www.stat.columbia.edu/~gelman/research/published/standardizing7.pdf &amp;quot;Scaling regression inputs by dividing by two standard deviations,&amp;quot; ]STATISTICS IN MEDICINE Statist. Med. 2008; 27:2865–2873 Published online 24 October 2007 in Wiley InterScience (www.interscience.wiley.com) DOI: 10.1002/sim.3107. Andrew Gelman.&lt;br /&gt;
&lt;br /&gt;
*[https://pubs.aeaweb.org/doi/pdfplus/10.1257/aer.20170279 &amp;quot;Religion, Division of Labor, and Conflict: Anti-semitism in Germany over 600 Years&amp;quot;], Sascha O. Becker Luigi Pascali&lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3757669| &amp;quot;If You Grant It, They Will Come: The Enduring Legal Legacy of Migratory Divorce&amp;quot;]  61 Pages  22 Jan 2021, Michael J. Higdon.&lt;br /&gt;
&lt;br /&gt;
*Henry E. Smith, [http://www.law.harvard.edu/programs/olin_center/papers/pdf/Smith_1051.pdf  &amp;quot;Equity as Meta-Law, &amp;quot;] 12/2020; forthcoming in Yale Law Journal.&lt;br /&gt;
Abstract: With the merger of law and equity almost complete, the idea of equity as a special part of our legal system or a mode of decision-making has fallen out of view. This Article argues that much of equity is best understood as performing a vital function. Equity and related parts of the law solve complex and uncertain problems—including interdependent behavior and misuses of legal rules by opportunists—and do so in a characteristic fashion: as meta-law. From unconscionability to injunctions, equity makes reference to, supplements, and sometimes overrides the result that law would otherwise produce, while primary law operates without reference to equity. Equity operates on a domain of fraud, accident, and mistake, and employs triggers such as bad faith and disproportionate hardship to toggle into a “meta”-mode of more open-ended scrutiny. This Article provides a theoretical account of how a hybrid law, consisting of relatively simple and general primary-level law and relatively intense and directed second-order equity can regulate behavior better through these specialized modes than would homogeneous law alone. The Article tests this theory on the ostensibly most unpromising aspects of equity, the traditional equitable maxims, as well as equitable fraud, defenses, and remedies. Equity as meta-law sheds light on how the fusion of law and equity spawned multifactor balancing tests, polarized interpretation, and led to the confusion of equity with standards, discretion, purely public law, and “mere” remedies. Viewing equity as meta-law also improves on the tradeoff between formalism and contextualism and ultimately promotes the rule of law.&lt;br /&gt;
&lt;br /&gt;
*[https://static1.squarespace.com/static/5e6033a4ea02d801f37e15bb/t/6008c722ea949843b4a024e4/1611188002639/nber_portfolio_keynote_paper.pdf COCHRANE: ]   MUST READ&lt;br /&gt;
&lt;br /&gt;
*[https://www.jstor.org/stable/2798802 &amp;quot;The Religious Commissions of the Bakongo,&amp;quot;] Wyatt MacGaffey ''Man'' , Mar., 1970, New Series, Vol. 5, No. 1 (Mar., 1970), pp. 27-38 &lt;br /&gt;
&lt;br /&gt;
*Fiva, J H, and D M Smith (2018), “Political dynasties and the incumbency advantage in party-centered environments”, ''American Political Science Review'' 112(3): 1–7.&lt;br /&gt;
 &lt;br /&gt;
*Folke, O, T Persson and J Rickne (2017), “Dynastic political rents? Economic benefits to relatives of top politicians”, ''Economic Journal'' 127(605): 495–517.&lt;br /&gt;
&lt;br /&gt;
*Acemoglu, D, G De Feo, G D De Luca and G Russo (2020), “War, socialism and the rise of Fascism: An empirical exploration”, NBER Working Paper 27854.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Political Economy==&lt;br /&gt;
*[https://www-nber-org.proxyiub.uits.iu.edu/papers/w11397 &amp;quot;Equilibrium Impotence: Why the States and Not the American National Government Financed Economic Development in the Antebellum Era,&amp;quot;] Wallis and Weingast. &lt;br /&gt;
&lt;br /&gt;
*[https://www.sciencedirect.com/science/article/abs/pii/S0047272714000929 &amp;quot;The cost of racial animus on a black candidate: Evidence using Google search data?&amp;quot;]  Seth Stephens-Davidowitz,   2014, Pages 26-40, ''Journal of Public Economics.'' &lt;br /&gt;
&lt;br /&gt;
*[https://www.jstor.org/stable/43669490 &amp;quot;The Faces of Judicial Independence: Democratic versus Bureaucratic Accountability in Judicial Selection, Training, and Promotion in South Korea and Taiwan,&amp;quot;]  NEIL CHISHOLM ''The American Journal of Comparative Law'' , FALL 2014, Vol. 62, No. 4 (FALL 2014), pp. 893-949 &lt;br /&gt;
&lt;br /&gt;
*Cagé, J, A Dagorret, P Grosjean, and S Jha (2020b), [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3753869 “Heroes and Villains: The Effects of Combat Heroism on Autocratic Values and Nazi Collaboration in France,”] CEPR Discussion Paper no. 15613. &lt;br /&gt;
&lt;br /&gt;
*Lacroix, J, P-G Méon and K Oosterlinck (2019), [https://www.eh.net/eha/wp-content/uploads/2019/06/Oosterlinck.pdf “A positive effect of political dynasties: The case of France’s 1940 Enabling Act”,] CEPR Discussion Paper 13871. &lt;br /&gt;
&lt;br /&gt;
*[https://doi.org/10.1016/j.jce.2019.03.002 &amp;quot;The Paradox of Power: Principal-agent problems and administrative capacity in Imperial China (and other absolutist regimes)&amp;quot;],  Debin Ma Jared Rubin  Journal of Comparative Economics Volume 47, Issue 2, June 2019, Pages 277-294 Journal of Comparative Economics.&lt;br /&gt;
&lt;br /&gt;
==BOOKS==&lt;br /&gt;
*Machete Season, about Rwanda massacres&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*Dal Bó, E, P Dal Bó and J Snyder (2009), “Political dynasties”, Review of Economic Studies 76(1): 115–42.&lt;br /&gt;
&lt;br /&gt;
*Ma, D (2004). &amp;quot;Growth, institutions and knowledge: a review and reflection on the historiography of 18th–20th century China&amp;quot;. Australian economic history review (0004-8992), 44 (3), p. 259.&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;From Divergence to Convergence: Reevaluating the History Behind China's Economic&lt;br /&gt;
Boom,&amp;quot; Loren Brandt, Debin Ma and Thomas G. Rawski, Journal of Economic Literature , MARCH 2014, Vol. 52, No. 1   pp.&lt;br /&gt;
45-123. https://www.jstor.org/stable/24433858&lt;br /&gt;
&lt;br /&gt;
*States and Development: Early Modern India, China, and the Great Divergence&lt;br /&gt;
Bishnupriya Gupta Debin Ma Tirthankar Roy&lt;br /&gt;
  20 September 2016.&lt;br /&gt;
&lt;br /&gt;
*LAW AND ECONOMY IN&lt;br /&gt;
TRADITIONAL CHINA: A &amp;quot;LEGAL&lt;br /&gt;
ORIGIN&amp;quot; PERSPECTIVE ON THE&lt;br /&gt;
GREAT DIVERGENCE,&amp;quot;&lt;br /&gt;
Debin Ma ,  https://personal.lse.ac.uk/MAD1/ma_pdf_files/DP8385.pdf.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Foreign Education, Ideology, and the&lt;br /&gt;
Fall of Imperial China,&amp;quot;&lt;br /&gt;
James Kai-sing KUNG† Alina Yue WANG‡&lt;br /&gt;
https://www.aeaweb.org/aea/2021conference/program/pdf/13683_paper_dhQ7DbF9.pdf?display. This paper is an example of one with links between text mentions of papers and the reference section. But not two-way. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Millet, Rice, and Isolation:&lt;br /&gt;
Origins and Persistence of the World’s Most Enduring Mega-State,&amp;quot;&lt;br /&gt;
James Kai-sing Kung=&lt;br /&gt;
, Omer ¨ Ozak &lt;br /&gt;
, Louis Putterman§&lt;br /&gt;
, and Shuang Shi¶&lt;br /&gt;
December 20, 2020.  https://www.aeaweb.org/aea/2021conference/program/pdf/13681_paper_96AHSRfe.pdf?display . Covered in the Frieden Tuesday Lunch. &lt;br /&gt;
{{Quotation| We propose and empirically test a theory for the endogenous formation and persistence of large&lt;br /&gt;
states, using China as an example. We suggest that the relative timing of the emergence of agricultural societies and their distance to each other set off a race between autochthonous state-building&lt;br /&gt;
projects and the expansion of neighboring (proto-)states. Using a novel dataset on the Chinese&lt;br /&gt;
state’s historical presence, the timing of agricultural adoption, social complexity, climate, and geography across 1×1 degree grid cells in East Asia, we provide empirical support for this hypothesis.&lt;br /&gt;
Specifically, we find that on average, cells that adopted agriculture earlier or were close to the earliest archaic state in East Asia (Erlitou) remained longer under Sinitic control. In contrast, earlier&lt;br /&gt;
adoption of agriculture decreased the persistent control of the Chinese state in cells farther than&lt;br /&gt;
2.8 weeks of travel from Erlitou.}}&lt;br /&gt;
-------&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Articles_to_read&amp;diff=5644</id>
		<title>Articles to read</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Articles_to_read&amp;diff=5644"/>
		<updated>2022-05-26T16:26:00Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Hard Reading */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
==Easy Reading== &lt;br /&gt;
&lt;br /&gt;
*[ https://razib.substack.com/p/hungarians-as-the-ghost-of-the-magyar?s=w Rzib on Magyars]&lt;br /&gt;
&lt;br /&gt;
*[https://www.scribd.com/document/49102936/Leo-Strauss-Remarks-at-Farewell-to-E-C-Banfield-on-Departure-from-Chicago-1959 Strauss on Banfield (1959)]READ&lt;br /&gt;
&lt;br /&gt;
*Dubois, [https://www.jstor.org/stable/2292742?seq=1 article praising Hitler]&lt;br /&gt;
&lt;br /&gt;
*[https://reason.com/volokh/2022/01/21/will-the-en-banc-9th-circuit-extend-the-second-amendments-losing-streak-to-51-cases/   Gun control 9th Circuit faux en banc opinion]READ&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
*[https://www.aei.org/wp-content/uploads/2011/10/Murray%20Intelligence.pdf Murray on going to college] (after his book was publisehd)&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
*[https://www.theatlantic.com/business/archive/2014/02/how-to-save-marriage-in-america/283732/  Rich peopel get married] Atlatnic, (2022)&lt;br /&gt;
&lt;br /&gt;
*[https://www.mindingthecampus.org/2022/03/17/unmasking-the-campaign-against-white-supremacy-culture-in-science/  &amp;quot;Unmasking the Campaign against “White Supremacy Culture” in Science&amp;quot;] (2022) Minding the Campus. &lt;br /&gt;
&lt;br /&gt;
*[https://iea.org.uk/north-koreas-western-fellow-travellers/ &amp;quot;North Korea’s Western fellow travellers,&amp;quot;] KRISTIAN NIEMIETZ 29 SEPTEMBER 2017.&lt;br /&gt;
&lt;br /&gt;
*[https://journals.sagepub.com/stoken/default+domain/10.1177%2F15291006211051956-FREE/full#_i28 &amp;quot;The Science of Visual Data Communication: What Works,&amp;quot;] Steven L. Franconeri, Lace M. Padilla, Priti Shah (2021). &lt;br /&gt;
&lt;br /&gt;
*[https://thefederalist.com/2022/03/18/spygate-101-a-primer-on-the-russia-collusion-hoaxs-years-long-plot-to-take-down-trump/ pygate-101-a-primer-on-the-russia-collusion-hoaxs-years-long-plot-to-take-down-trump], Margot Cleveland, March 2022. &lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4060431 Vischer on Christian Nationalism being opposed to the rule of law,] probably a  stupid article worth reading to understand the liberal mindset. &lt;br /&gt;
&lt;br /&gt;
*[https://www.newyorker.com/magazine/2022/03/21/literatures-most-controversial-nobel-laureate PeterHandke, literatures-most-controversial-nobel-laureate ] New Yorker (2022). &lt;br /&gt;
&lt;br /&gt;
*[http://www.harvard.edu/president/speeches/summers_2003/prayer.php Summers, Lawrence H. 2003. “Economics and Moral Questions.” Morning Prayers address, Memorial Church, September  15. Reprinted in ''Harvard Magazine,'' November–December 2003.]&lt;br /&gt;
&lt;br /&gt;
*[https://www.nytimes.com/2019/01/17/magazine/ancient-dna-paleogenomics.html DNA in the South Pacific]&lt;br /&gt;
&lt;br /&gt;
*[https://quillette.com/2020/01/04/build-your-own-intellectual-oasis/ Bill Frezza &amp;quot;Build Your Own Intellectual Oasis,&amp;quot;]&lt;br /&gt;
 &lt;br /&gt;
*[https://pubs.aeaweb.org/doi/pdfplus/10.1257/jep.27.4.121 Sandel JEP on altruisma and economics]&lt;br /&gt;
 &lt;br /&gt;
*Mann’s most important commentary on Wagner was an address to the Goethe Society of Munich in February 1933 on the fiftieth anniversary of the composer’s death. Entitled 'The Sufferings and Greatness of Richard Wagner',&lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3908595 New Formalism], Paul Miller, Notre Dame.&lt;br /&gt;
 &lt;br /&gt;
*[https://www.foxnews.com/politics/afghanistan-military-officials-distracted-woke-issues?fbclid=IwAR1CNfgX_YU7tbty4qJVfzYlbTkXHItaF2fcWvsCWXB-vrPEsJdf3gU21ok  Afghanistan-military-officials-distracted-woke-issues?]&lt;br /&gt;
&lt;br /&gt;
*[https://www.supremecourt.gov/DocketPDF/19/19-1392/185344/20210729162610813_Dobbs%20Amicus%20FINAL%20PDFA.pdf Jonathan Mitchell] amicus to SC on an abortion case in 2021]&lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3839768 Salop on vertical merger guidelines.] Looks wrong; if so, needs refuting. &lt;br /&gt;
&lt;br /&gt;
*[https://astralcodexten.substack.com/p/peer-review-request-depression Astral Codex Ten on Depression]&lt;br /&gt;
&lt;br /&gt;
*[https://vita.had.co.nz/papers/boxplots.pdf Boxplots]&lt;br /&gt;
&lt;br /&gt;
*[https://www.res.org.uk/resources-page/res2021-lunchtime-chat-the-state-of-economic-science.html Coyle and Tirole  podcast] (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://en.wikipedia.org/wiki/Gender_neutrality_in_languages_with_grammatical_gender#Hebrew &amp;quot;Gender_neutrality_in_languages_with_grammatical_gender,&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*[https://www.irishtimes.com/news/zimbabwe-s-banana-left-legacy-of-disgrace-1.392631 &amp;quot;Zimbabwe's Banana left legacy of disgrace,&amp;quot; Mark Steyn, Nov 17, 2003, and  the [https://twitter.com/whyvert/status/1395491031420915713 ''Economist'' obituary], and [https://nehandaradio.com/2020/11/18/canaan-bananas-son-michael-collapses-and-dies-in-the-uk/ his son], the fraudster.  &lt;br /&gt;
&lt;br /&gt;
*  [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3714750 Sunstein's paper] on Hayek and pscyhology. &lt;br /&gt;
&lt;br /&gt;
*[https://poseidon01.ssrn.com/delivery.php?ID=261087081122066127114071098095108071052087053042027060078069091126091092081027009022019114028045009056121073013118004101000027098080071048000104079091115023106017109028073060091097102074117105122030115083106076023123064126091118031027092015115006071020&amp;amp;EXT=pdf&amp;amp;INDEX=TRUE &amp;quot;UNDERSTANDING THE MISUNDERSTOOD: MAPPING THE SCOPE OF A DEITY’S RIGHTS IN INDIA ,&amp;quot;]  Anujay Shrivastava &amp;amp; Yashowardhan Tiwari :&lt;br /&gt;
&amp;quot;It has been recognized that an idol of a Hindu Temple is a juridical person&lt;br /&gt;
or juristic entity18 and is often commonly referred to as a “deity”.19 The title&lt;br /&gt;
to properties and endowments can vest in deities such as a Hindu idol, who&lt;br /&gt;
has to act through a human agency (such as the Shebait).20 A Hindu idol not&lt;br /&gt;
only has the power of suing and being sued, but can be treated as an&lt;br /&gt;
“individual” who can be assessed for tax liability.&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
*[https://www.bloomberg.com/news/features/2021-05-05/how-jeff-bezos-beat-the-tabloids-the-untold-story-of-money-sex-and-power &amp;quot;The Untold Story of How Jeff Bezos Beat the Tabloids: When a gossip rag went after the CEO, he retaliated with the brutal, brilliant efficiency he used to build his business empire. In an exclusive excerpt from the new book Amazon Unbound comes an unrivaled tale of money, sex, and power.&amp;quot;] ''Bloomberg.'' &lt;br /&gt;
&lt;br /&gt;
*[https://www.cracked.com/blog/6-types-apologies-that-arent-apologies-at-all/  &amp;quot;6 Types of Apologies That Aren't Apologies at All,&amp;quot;] ''Cracked'' (2012). &lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3836060 &amp;quot;The Islamic Waqf: Instrument of Unequal Security, Worldly and Otherworldly,&amp;quot;  29 Apr 2021, Fatih Serkant Adiguzel  and Timur Kuran.&lt;br /&gt;
&lt;br /&gt;
*[https://www.connecticutmag.com/issues/features/how-the-coming-of-a-conservative-midwestern-college-divided-a-small-ct-town/article_3b86fb78-e3d6-11ea-8eda-53fc5dea576b.html &amp;quot;How the coming of a conservative Midwestern college divided a small CT town: S. Prestley Blake, the co-founder of the Friendly's restaurant chain, donated his Somers estate to Michigan's Hillsdale College. The school has grand plans to open an adult-learning center on the property, whose centerpiece is a replica of Thomas Jefferson's Monticello. But questions about the school's religious bona fides which pushed the deal through have left a bad taste in some residents' mouths,&amp;quot;] ''Connecticut Magazine,''  Christopher Hoffman Aug 26, 2020.&lt;br /&gt;
 &lt;br /&gt;
*[https://www.jstor.org/stable/1558729 &amp;quot;John W. Tukey: His Life and Professional Contributions,&amp;quot;  David R. Brillinger, ''The Annals of Statistics'' , Dec., 2002, Vol. 30, No. 6 (Dec., 2002), pp. 1535-1575.&lt;br /&gt;
 &lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*G. A. Cohen, [https://link-springer-com.proxyiub.uits.iu.edu/content/pdf/10.1023/A:1009836317343.pdf  &amp;quot;If You’re an Egalitarian, How Come You’re so Rich?,&amp;quot;] ''Journal of Ethics'' 4, no. 1–2 (2000): 1–26.&lt;br /&gt;
&lt;br /&gt;
*[https://www.jstor.org/stable/1147700 “Labor Racketeering: The Mafia and the Unions,” ]James B. Jacobs and Ellen Peters, ''Crime and Justice,''  30 (2003),  229-282 (54 pages) .&lt;br /&gt;
&lt;br /&gt;
*[https://www.brainpickings.org/2013/05/03/advice-on-writing/ &amp;quot;Timeless Advice on Writing: The Collected Wisdom of Great Writers: Hemingway, Didion, Baldwin, Fitzgerald, Sontag, Vonnegut, Bradbury, Morrison, Orwell, Le Guin, Woolf, and other titans of literature.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*[https://wiki.lesswrong.com/wiki/A_Human%27s_Guide_to_Words &amp;quot;A Human's Guide to Words,&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*Ramseyer, JM (1995). &amp;quot;Oko v. Sako: Kyogen and litigation in medieval Japan&amp;quot;. Law in Japan (0458-8584), 25 , p. 135.&lt;br /&gt;
&lt;br /&gt;
*Legarre, S. (2007). &amp;quot;The historical background of the police power. ''University of Pennsylvania Journal of Constitutional Law,'' 9(3), 745-796.&lt;br /&gt;
&lt;br /&gt;
*https://slatestarcodex.com/2013/03/03/reactionary-philosophy-in-an-enormous-planet-sized-nutshell/&lt;br /&gt;
&lt;br /&gt;
==Hard Reading==&lt;br /&gt;
*[https://outofmydepths.com/2020/12/31/a-divine-and-supernatural-light-by-jonathan-edwards/ Divine Light] sermon of Jonathan Edwards&lt;br /&gt;
&lt;br /&gt;
*[https://osf.io/ygw8e/ Andrew Little on Persuasion] (2022)&lt;br /&gt;
&lt;br /&gt;
*[https://www.fox.temple.edu/wp-content/uploads/2021/07/Efron-2020-JASA-wdiscussion.pdf Efron 2020 survey]&lt;br /&gt;
&lt;br /&gt;
*[https://deliverypdf.ssrn.com/delivery.php?ID=167106127002030067067102022103008089022020095078034062005090091014029070004000025117052006044120112038124031097114016071023096041091082060074091011066016103123004006003112012121117083123004106024016066095085019066117021026127102002108097124002084&amp;amp;EXT=pdf&amp;amp;INDEX=TRUE John Lott on 2020 election] and &lt;br /&gt;
[https://www.semanticscholar.org/paper/No-evidence-for-systematic-voter-fraud%3A-A-guide-to-Eggers-Garro/1fe01cea7962e678037725baa837c3dcbaa14d9c Eggers and Grimmer and somone] (2021) on the other side. &lt;br /&gt;
&lt;br /&gt;
*[https://notesonmathematics.wordpress.com/2013/04/05/real-numbers-are-uncountable/ Cantor's proof that the real numbers are uncountable]&lt;br /&gt;
&lt;br /&gt;
*[https://arxiv.org/pdf/1809.09328.pdf Bergstrom et al.  on diamond plots vs. rectangle plots]&lt;br /&gt;
&lt;br /&gt;
*[http://econphd.econwiki.com/notes.htm Lecture Notes Online] link page.  &lt;br /&gt;
&lt;br /&gt;
*[https://sites.duke.edu/collardwexler/files/2015/01/predation_sugar_industry.pdf  &amp;quot;Predation and its rate of return: the sugar ndustry, 1887-1914], RAND Journal,  David Genesove, Wallace P. Mullin .&lt;br /&gt;
&lt;br /&gt;
*[https://poseidon01.ssrn.com/delivery.php?ID=933078022002122097005123100109005112015082062038033030120099095096069090097009089085034019003061029120125092110013095020076065021059074001067096066002024126122071004052039021006022016108112118119031025081011067015075003014011088107102110110122020092025&amp;amp;EXT=pdf&amp;amp;INDEX=TRUE  &amp;quot;The Economic Geography of Global Warming,&amp;quot;]  José Luis Cruz and Esteban Rossi-Hansberg (OCTOBER 2021).&lt;br /&gt;
&lt;br /&gt;
*[https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0034731 &amp;quot;Executive Functions Predict the Success of Top-Soccer Players,] Torbjörn Vestberg,Roland Gustafson,Liselotte Maurex,Martin Ingvar,Predrag Petrovic , April 4, 2012, https://doi.org/10.1371/journal.pone.0034731.&lt;br /&gt;
&lt;br /&gt;
*[https://www.osti.gov/servlets/purl/7350252#page=11 &amp;quot;Usable Resistan.t/Robust Techniques of Analysis,&amp;quot;] John W. Tukey (1975). &lt;br /&gt;
&lt;br /&gt;
*[https://www.annualreviews.org/doi/abs/10.1146/annurev-statistics-031219-041051 &amp;quot;Statistical Significance,&amp;quot;] ''Annual Review of Statistics and Its Application'', D. R. Cox (2020). &lt;br /&gt;
&lt;br /&gt;
*Henry Kyburg, [https://www.jstor.org/stable/30226172  &amp;quot;Subjective Probability: Criticisms, Reflections, and Problems&amp;quot;] . &lt;br /&gt;
&lt;br /&gt;
*Henry Kyburg, &amp;quot;Are there Degrees of Belief?&amp;quot; ''Journal of Applied Logic,'' 1(3-4), 139-149, 2003.&lt;br /&gt;
&lt;br /&gt;
*Henry Kyburg, &amp;quot;Keynes as Philosopher&amp;quot; ''History of Political Economy,'' 27 (Supplement): 7–32, 1995.&lt;br /&gt;
&lt;br /&gt;
*Dostoevsky, [https://rvb.ru/dostoevski/01text/vol14/03journal_81/337.htm &amp;quot;II. ВОЗМОЖНО ЛЬ У НАС СПРАШИВАТЬ ЕВРОПЕЙСКИХ ФИНАНСОВ?&amp;quot;] probably use Google translate. &lt;br /&gt;
&lt;br /&gt;
*[https://www.tandfonline.com/doi/full/10.1080/01973533.2020.1756817  &amp;quot;Student Evaluations of Teaching Encourages Poor Teaching and Contributes to Grade Inflation: A Theoretical and Empirical Analysis,&amp;quot;]  Wolfgang Stroebe, ''Basic and Applied Social Psychology,'' 2020.&lt;br /&gt;
&lt;br /&gt;
*[https://web.stanford.edu/~rehall/HallJones2007.pdf  &amp;quot;THE VALUE OF LIFE AND THE RISE IN HEALTH SPENDING,&amp;quot;] ROBERT E. HALL AND CHARLES I. JONES (2007). &lt;br /&gt;
&lt;br /&gt;
*[https://www-jstor-org.proxyiub.uits.iu.edu/stable/pdf/43654017.pdf  &amp;quot;How Censorship in China Allows Government Criticism but Silences Collective Expression,&amp;quot;] GARY KING, JENNIFER PAN and MARGARET E. ROBERTS  ''The American Political Science Review'', May 2013, Vol. 107, No. 2 (May 2013),326-343 .&lt;br /&gt;
&lt;br /&gt;
*[https://doi.org/10.3982/ECTA12675 &amp;quot;Sampling‐Based versus Design‐Based Uncertainty in Regression Analysis,&amp;quot;] Alberto Abadie  Susan Athey  Guido W. Imbens  Jeffrey M. Wooldridge  05 February 2020 .&lt;br /&gt;
&lt;br /&gt;
*[https://journals-sagepub-com.proxyiub.uits.iu.edu/doi/pdf/10.1111/j.1745-6916.2006.00019.x &amp;quot;Study of Mathematically Precocious Youth After 35 Years Uncovering Antecedents for the Development of  Math-Science Expertise,&amp;quot;] (2006) David Lubinski and Camilla Persson Benbow.&lt;br /&gt;
&lt;br /&gt;
*[https://www.dropbox.com/s/o120sormtbw9w10/fraud_extended_public.pdf  No Evidence for Voter Fraud: A Guide to Statistical Claims About the 2020 Election&amp;quot;] Andrew C. Eggersa, Haritz Garrob, and Justin GrimmercFebruary 3, 2021.&lt;br /&gt;
&lt;br /&gt;
*[https://emilkirkegaard.dk/en/2021/02/recent-evidence-on-dysgenic-trends-february-2021/ &amp;quot;Recent evidence on dysgenic trends (February 2021) &amp;quot;]&lt;br /&gt;
&lt;br /&gt;
*[http://www.stat.columbia.edu/~gelman/research/published/standardizing7.pdf &amp;quot;Scaling regression inputs by dividing by two standard deviations,&amp;quot; ]STATISTICS IN MEDICINE Statist. Med. 2008; 27:2865–2873 Published online 24 October 2007 in Wiley InterScience (www.interscience.wiley.com) DOI: 10.1002/sim.3107. Andrew Gelman.&lt;br /&gt;
&lt;br /&gt;
*[https://pubs.aeaweb.org/doi/pdfplus/10.1257/aer.20170279 &amp;quot;Religion, Division of Labor, and Conflict: Anti-semitism in Germany over 600 Years&amp;quot;], Sascha O. Becker Luigi Pascali&lt;br /&gt;
&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3757669| &amp;quot;If You Grant It, They Will Come: The Enduring Legal Legacy of Migratory Divorce&amp;quot;]  61 Pages  22 Jan 2021, Michael J. Higdon.&lt;br /&gt;
&lt;br /&gt;
*Henry E. Smith, [http://www.law.harvard.edu/programs/olin_center/papers/pdf/Smith_1051.pdf  &amp;quot;Equity as Meta-Law, &amp;quot;] 12/2020; forthcoming in Yale Law Journal.&lt;br /&gt;
Abstract: With the merger of law and equity almost complete, the idea of equity as a special part of our legal system or a mode of decision-making has fallen out of view. This Article argues that much of equity is best understood as performing a vital function. Equity and related parts of the law solve complex and uncertain problems—including interdependent behavior and misuses of legal rules by opportunists—and do so in a characteristic fashion: as meta-law. From unconscionability to injunctions, equity makes reference to, supplements, and sometimes overrides the result that law would otherwise produce, while primary law operates without reference to equity. Equity operates on a domain of fraud, accident, and mistake, and employs triggers such as bad faith and disproportionate hardship to toggle into a “meta”-mode of more open-ended scrutiny. This Article provides a theoretical account of how a hybrid law, consisting of relatively simple and general primary-level law and relatively intense and directed second-order equity can regulate behavior better through these specialized modes than would homogeneous law alone. The Article tests this theory on the ostensibly most unpromising aspects of equity, the traditional equitable maxims, as well as equitable fraud, defenses, and remedies. Equity as meta-law sheds light on how the fusion of law and equity spawned multifactor balancing tests, polarized interpretation, and led to the confusion of equity with standards, discretion, purely public law, and “mere” remedies. Viewing equity as meta-law also improves on the tradeoff between formalism and contextualism and ultimately promotes the rule of law.&lt;br /&gt;
&lt;br /&gt;
*[https://static1.squarespace.com/static/5e6033a4ea02d801f37e15bb/t/6008c722ea949843b4a024e4/1611188002639/nber_portfolio_keynote_paper.pdf COCHRANE: ]   MUST READ&lt;br /&gt;
&lt;br /&gt;
*[https://www.jstor.org/stable/2798802 &amp;quot;The Religious Commissions of the Bakongo,&amp;quot;] Wyatt MacGaffey ''Man'' , Mar., 1970, New Series, Vol. 5, No. 1 (Mar., 1970), pp. 27-38 &lt;br /&gt;
&lt;br /&gt;
*Fiva, J H, and D M Smith (2018), “Political dynasties and the incumbency advantage in party-centered environments”, ''American Political Science Review'' 112(3): 1–7.&lt;br /&gt;
 &lt;br /&gt;
*Folke, O, T Persson and J Rickne (2017), “Dynastic political rents? Economic benefits to relatives of top politicians”, ''Economic Journal'' 127(605): 495–517.&lt;br /&gt;
&lt;br /&gt;
*Acemoglu, D, G De Feo, G D De Luca and G Russo (2020), “War, socialism and the rise of Fascism: An empirical exploration”, NBER Working Paper 27854.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Political Economy==&lt;br /&gt;
*[https://www-nber-org.proxyiub.uits.iu.edu/papers/w11397 &amp;quot;Equilibrium Impotence: Why the States and Not the American National Government Financed Economic Development in the Antebellum Era,&amp;quot;] Wallis and Weingast. &lt;br /&gt;
&lt;br /&gt;
*[https://www.sciencedirect.com/science/article/abs/pii/S0047272714000929 &amp;quot;The cost of racial animus on a black candidate: Evidence using Google search data?&amp;quot;]  Seth Stephens-Davidowitz,   2014, Pages 26-40, ''Journal of Public Economics.'' &lt;br /&gt;
&lt;br /&gt;
*[https://www.jstor.org/stable/43669490 &amp;quot;The Faces of Judicial Independence: Democratic versus Bureaucratic Accountability in Judicial Selection, Training, and Promotion in South Korea and Taiwan,&amp;quot;]  NEIL CHISHOLM ''The American Journal of Comparative Law'' , FALL 2014, Vol. 62, No. 4 (FALL 2014), pp. 893-949 &lt;br /&gt;
&lt;br /&gt;
*Cagé, J, A Dagorret, P Grosjean, and S Jha (2020b), [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3753869 “Heroes and Villains: The Effects of Combat Heroism on Autocratic Values and Nazi Collaboration in France,”] CEPR Discussion Paper no. 15613. &lt;br /&gt;
&lt;br /&gt;
*Lacroix, J, P-G Méon and K Oosterlinck (2019), [https://www.eh.net/eha/wp-content/uploads/2019/06/Oosterlinck.pdf “A positive effect of political dynasties: The case of France’s 1940 Enabling Act”,] CEPR Discussion Paper 13871. &lt;br /&gt;
&lt;br /&gt;
*[https://doi.org/10.1016/j.jce.2019.03.002 &amp;quot;The Paradox of Power: Principal-agent problems and administrative capacity in Imperial China (and other absolutist regimes)&amp;quot;],  Debin Ma Jared Rubin  Journal of Comparative Economics Volume 47, Issue 2, June 2019, Pages 277-294 Journal of Comparative Economics.&lt;br /&gt;
&lt;br /&gt;
==BOOKS==&lt;br /&gt;
*Machete Season, about Rwanda massacres&lt;br /&gt;
&lt;br /&gt;
==Other==&lt;br /&gt;
*Dal Bó, E, P Dal Bó and J Snyder (2009), “Political dynasties”, Review of Economic Studies 76(1): 115–42.&lt;br /&gt;
&lt;br /&gt;
*Ma, D (2004). &amp;quot;Growth, institutions and knowledge: a review and reflection on the historiography of 18th–20th century China&amp;quot;. Australian economic history review (0004-8992), 44 (3), p. 259.&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;From Divergence to Convergence: Reevaluating the History Behind China's Economic&lt;br /&gt;
Boom,&amp;quot; Loren Brandt, Debin Ma and Thomas G. Rawski, Journal of Economic Literature , MARCH 2014, Vol. 52, No. 1   pp.&lt;br /&gt;
45-123. https://www.jstor.org/stable/24433858&lt;br /&gt;
&lt;br /&gt;
*States and Development: Early Modern India, China, and the Great Divergence&lt;br /&gt;
Bishnupriya Gupta Debin Ma Tirthankar Roy&lt;br /&gt;
  20 September 2016.&lt;br /&gt;
&lt;br /&gt;
*LAW AND ECONOMY IN&lt;br /&gt;
TRADITIONAL CHINA: A &amp;quot;LEGAL&lt;br /&gt;
ORIGIN&amp;quot; PERSPECTIVE ON THE&lt;br /&gt;
GREAT DIVERGENCE,&amp;quot;&lt;br /&gt;
Debin Ma ,  https://personal.lse.ac.uk/MAD1/ma_pdf_files/DP8385.pdf.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Foreign Education, Ideology, and the&lt;br /&gt;
Fall of Imperial China,&amp;quot;&lt;br /&gt;
James Kai-sing KUNG† Alina Yue WANG‡&lt;br /&gt;
https://www.aeaweb.org/aea/2021conference/program/pdf/13683_paper_dhQ7DbF9.pdf?display. This paper is an example of one with links between text mentions of papers and the reference section. But not two-way. &lt;br /&gt;
&lt;br /&gt;
&amp;quot;Millet, Rice, and Isolation:&lt;br /&gt;
Origins and Persistence of the World’s Most Enduring Mega-State,&amp;quot;&lt;br /&gt;
James Kai-sing Kung=&lt;br /&gt;
, Omer ¨ Ozak &lt;br /&gt;
, Louis Putterman§&lt;br /&gt;
, and Shuang Shi¶&lt;br /&gt;
December 20, 2020.  https://www.aeaweb.org/aea/2021conference/program/pdf/13681_paper_96AHSRfe.pdf?display . Covered in the Frieden Tuesday Lunch. &lt;br /&gt;
{{Quotation| We propose and empirically test a theory for the endogenous formation and persistence of large&lt;br /&gt;
states, using China as an example. We suggest that the relative timing of the emergence of agricultural societies and their distance to each other set off a race between autochthonous state-building&lt;br /&gt;
projects and the expansion of neighboring (proto-)states. Using a novel dataset on the Chinese&lt;br /&gt;
state’s historical presence, the timing of agricultural adoption, social complexity, climate, and geography across 1×1 degree grid cells in East Asia, we provide empirical support for this hypothesis.&lt;br /&gt;
Specifically, we find that on average, cells that adopted agriculture earlier or were close to the earliest archaic state in East Asia (Erlitou) remained longer under Sinitic control. In contrast, earlier&lt;br /&gt;
adoption of agriculture decreased the persistent control of the Chinese state in cells farther than&lt;br /&gt;
2.8 weeks of travel from Erlitou.}}&lt;br /&gt;
-------&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=The_Common_Carrier_Theory_of_Facebook&amp;diff=5643</id>
		<title>The Common Carrier Theory of Facebook</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=The_Common_Carrier_Theory_of_Facebook&amp;diff=5643"/>
		<updated>2022-05-26T13:29:07Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Ohio case */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
*I should reorganize to have pages on [[Section 230: The Platform Law]] and [[NetChoice v. Moody: Florida]] and [[Biden v. Knight: Thomas Dissent]].&lt;br /&gt;
&lt;br /&gt;
*[https://blog.ericgoldman.org/archives/2021/12/the-u-s-department-of-justice-defends-section-230s-constitutionality.htm Technology and Marketing Law Blog]&lt;br /&gt;
&lt;br /&gt;
* I should organize a Zoom conference of Common Carrier people for late January. Invite Goldman too. Private conference, no media, just learn. Like publshing each others' amicus briefs in advance.&lt;br /&gt;
&lt;br /&gt;
*[https://www.lawfareblog.com/are-facebook-and-google-state-actors &amp;quot;Are Facebook and Google State Actors?&amp;quot;] Lawfare,  Jed Rubenfeld , November 4, 2019.&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/AriCohn/status/1466061393233420289 Going to be tweeting through the House Energy &amp;amp; Commerce &amp;quot;Big Tech&amp;quot; hearing ]&lt;br /&gt;
&lt;br /&gt;
*[https://www.law.cornell.edu/uscode/text/47/230 47 U.S. Code 230], the big federal statute on Big Tech. &lt;br /&gt;
&lt;br /&gt;
(a)Findings&lt;br /&gt;
The Congress finds the following: &lt;br /&gt;
(1)The rapidly developing array of Internet and other interactive computer services available to individual Americans represent an extraordinary advance in the availability of educational and informational resources to our citizens.&lt;br /&gt;
(2)These services offer users a great degree of control over the information that they receive, as well as the potential for even greater control in the future as technology develops.&lt;br /&gt;
(3)The Internet and other interactive computer services offer a forum for a true diversity of political discourse, unique opportunities for cultural development, and myriad avenues for intellectual activity.&lt;br /&gt;
(4)The Internet and other interactive computer services have flourished, to the benefit of all Americans, with a minimum of government regulation.&lt;br /&gt;
(5)Increasingly Americans are relying on interactive media for a variety of political, educational, cultural, and entertainment services.&lt;br /&gt;
(b)Policy&lt;br /&gt;
It is the policy of the United States—&lt;br /&gt;
(1)to promote the continued development of the Internet and other interactive computer services and other interactive media;&lt;br /&gt;
(2)to preserve the vibrant and competitive free market that presently exists for the Internet and other interactive computer services, unfettered by Federal or State regulation;&lt;br /&gt;
(3)to encourage the development of technologies which maximize user control over what information is received by individuals, families, and schools who use the Internet and other interactive computer services;&lt;br /&gt;
(4)to remove disincentives for the development and utilization of blocking and filtering technologies that empower parents to restrict their children’s access to objectionable or inappropriate online material; and&lt;br /&gt;
(5)to ensure vigorous enforcement of Federal criminal laws to deter and punish trafficking in obscenity, stalking, and harassment by means of computer.&lt;br /&gt;
(c)Protection for “Good Samaritan” blocking and screening of offensive material&lt;br /&gt;
(1)Treatment of publisher or speaker&lt;br /&gt;
No provider or user of an interactive computer service shall be treated as the publisher or speaker of any information provided by another information content provider.&lt;br /&gt;
&lt;br /&gt;
(2)Civil liability&lt;br /&gt;
No provider or user of an interactive computer service shall be held liable on account of—&lt;br /&gt;
(A)any action voluntarily taken in good faith to restrict access to or availability of material that the provider or user considers to be obscene, lewd, lascivious, filthy, excessively violent, harassing, or otherwise objectionable, whether or not such material is constitutionally protected; or&lt;br /&gt;
(B)any action taken to enable or make available to information content providers or others the technical means to restrict access to material described in paragraph (1).[1]&lt;br /&gt;
(d)Obligations of interactive computer service&lt;br /&gt;
A provider of interactive computer service shall, at the time of entering an agreement with a customer for the provision of interactive computer service and in a manner deemed appropriate by the provider, notify such customer that parental control protections (such as computer hardware, software, or filtering services) are commercially available that may assist the customer in limiting access to material that is harmful to minors. Such notice shall identify, or provide the customer with access to information identifying, current providers of such protections.&lt;br /&gt;
&lt;br /&gt;
(e)Effect on other laws&lt;br /&gt;
(1)No effect on criminal law&lt;br /&gt;
Nothing in this section shall be construed to impair the enforcement of section 223 or 231 of this title, chapter 71 (relating to obscenity) or 110 (relating to sexual exploitation of children) of title 18, or any other Federal criminal statute.&lt;br /&gt;
&lt;br /&gt;
(2)No effect on intellectual property law&lt;br /&gt;
Nothing in this section shall be construed to limit or expand any law pertaining to intellectual property.&lt;br /&gt;
&lt;br /&gt;
(3)State law&lt;br /&gt;
Nothing in this section shall be construed to prevent any State from enforcing any State law that is consistent with this section. No cause of action may be brought and no liability may be imposed under any State or local law that is inconsistent with this section.&lt;br /&gt;
&lt;br /&gt;
(4)No effect on communications privacy law&lt;br /&gt;
Nothing in this section shall be construed to limit the application of the Electronic Communications Privacy Act of 1986 or any of the amendments made by such Act, or any similar State law.&lt;br /&gt;
&lt;br /&gt;
(5)No effect on sex trafficking law&lt;br /&gt;
Nothing in this section (other than subsection (c)(2)(A)) shall be construed to impair or limit—&lt;br /&gt;
(A)any claim in a civil action brought under section 1595 of title 18, if the conduct underlying the claim constitutes a violation of section 1591 of that title;&lt;br /&gt;
(B)any charge in a criminal prosecution brought under State law if the conduct underlying the charge would constitute a violation of section 1591 of title 18; or&lt;br /&gt;
(C)any charge in a criminal prosecution brought under State law if the conduct underlying the charge would constitute a violation of section 2421A of title 18, and promotion or facilitation of prostitution is illegal in the jurisdiction where the defendant’s promotion or facilitation of prostitution was targeted.&lt;br /&gt;
(f)Definitions&lt;br /&gt;
As used in this section:&lt;br /&gt;
(1)Internet&lt;br /&gt;
The term “Internet” means the international computer network of both Federal and non-Federal interoperable packet switched data networks.&lt;br /&gt;
&lt;br /&gt;
(2)Interactive computer service&lt;br /&gt;
The term “interactive computer service” means any information service, system, or access software provider that provides or enables computer access by multiple users to a computer server, including specifically a service or system that provides access to the Internet and such systems operated or services offered by libraries or educational institutions.&lt;br /&gt;
&lt;br /&gt;
(3)Information content provider&lt;br /&gt;
The term “information content provider” means any person or entity that is responsible, in whole or in part, for the creation or development of information provided through the Internet or any other interactive computer service.&lt;br /&gt;
&lt;br /&gt;
(4)Access software provider&lt;br /&gt;
The term “access software provider” means a provider of software (including client or server software), or enabling tools that do any one or more of the following:&lt;br /&gt;
(A)filter, screen, allow, or disallow content;&lt;br /&gt;
(B)pick, choose, analyze, or digest content; or&lt;br /&gt;
(C)transmit, receive, display, forward, cache, search, subset, organize, reorganize, or translate content.&lt;br /&gt;
(June 19, 1934, ch. 652, title II, § 230, as added Pub. L. 104–104, title V, § 509, Feb. 8, 1996, 110 Stat. 137; amended Pub. L. 105–277, div. C, title XIV, § 1404(a), Oct. 21, 1998, 112 Stat. 2681–739; Pub. L. 115–164, § 4(a), Apr. 11, 2018, 132 Stat. 1254.)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Ohio case==&lt;br /&gt;
*[https://rasmusen.org/special/common_carriers/ohio_case.pdf Here] it is.&lt;br /&gt;
&lt;br /&gt;
==Moody v. Netchoice (Florida vs. TechLords)==&lt;br /&gt;
&lt;br /&gt;
==  Paxton v. Netchoice (Texas vs. BigTech)==&lt;br /&gt;
*NetChoice LLC et al v. Paxton,    Judge Robert Pitman, Western District of Texas (Austin), CIVIL DOCKET FOR CASE #: 1:21-cv-00840.  In the 5th Circuit it is case 21-51178.&lt;br /&gt;
&lt;br /&gt;
*Professor Eric Goldman of Santa Clara Law has a [https://blog.ericgoldman.org/archives/2021/12/court-enjoins-texas-attempt-to-censor-social-media-and-the-opinion-is-a-major-development-in-internet-law-netchoice-v-paxton.htm nice summary and links to key documents]. See also the [https://netchoice.org/netchoice-and-ccia-v-paxton-resource-page/ netchoice.org] page. &lt;br /&gt;
&lt;br /&gt;
*[https://digitalcommons.law.scu.edu/cgi/viewcontent.cgi?article=3591&amp;amp;context=historical Netchoice opinion in District Court]&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*[https://blog.ericgoldman.org/archives/2021/11/catching-up-on-netchoice-v-paxton-the-challenge-to-texas-social-media-censorship-law.htm Goldman on Netchoice v. Paxton] nov. 2021. &lt;br /&gt;
&lt;br /&gt;
*[https://blog.ericgoldman.org/archives/2021/09/texas-enacts-social-media-censorship-law-to-benefit-anti-vaxxers-spammers.htm Goldman on Texas statute,] September 2021. &lt;br /&gt;
&lt;br /&gt;
*[https://netchoice.org/netchoice-and-ccia-v-paxton-resource-page/ Netchoice v. Paxton link page.]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
=== The  Texas Statute===&lt;br /&gt;
The statute is [https://capitol.texas.gov/tlodocs/872/billtext/pdf/HB00020F.pdf?fbclid=IwAR2T8jh6OcicifErYrbUzI5spLt4cDGzMH_RQ1pMdubg8luoM2VI8uIQzAU#navpanes=0 here]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Sec. 143A.002.  CENSORSHIP PROHIBITED. (a)  A social media platform or interactive computer service may not censor a user, a user's expression, or a user's ability to receive the expression of another person based on:&lt;br /&gt;
 	             (1)  the viewpoint of the user or another person;&lt;br /&gt;
 	             (2)  the viewpoint represented in the user's expression&lt;br /&gt;
 	or another person's expression; or&lt;br /&gt;
 	             (3)  a user's geographic location in this state or any part of this state.&lt;br /&gt;
 	       (b)  This section applies regardless of whether the&lt;br /&gt;
 	viewpoint is expressed on a social media platform or interactive&lt;br /&gt;
 	computer service or through any other medium.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Evidence==&lt;br /&gt;
*[https://amgreatness.com/2021/12/29/dr-robert-malone-renowned-physician-and-inventor-of-mrna-technology-permanently-banned-from-twitter/ &amp;quot;dr-robert-malone-renowned-physician-and-inventor-of-mrna-technology-permanently-banned-from-twitter/&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Facts==&lt;br /&gt;
*[https://pjmedia.com/news-and-politics/victoria-taft/2021/11/15/youtube-cuts-off-the-best-real-time-legal-coverage-of-rittenhouse-trial-and-immediately-regrets-it-n1533042  &amp;quot;youtube-cuts-off-the-best-real-time-legal-coverage-of-rittenhouse-trial-and-immediately-regrets-it,&amp;quot;] PJMedia (Nov. 15, 2021):&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Right after Assistant District Attorney Thomas Binger began his closing statement in the Kyle Rittenhouse Trial, YouTube cut off channels that were beating legacy media channels. Coincidence?&lt;br /&gt;
The Rekieta Law channel, which features multiple lawyers doing real-time analysis of the trial, often beat the number of people watching the PBS stream. The PBS stream is one of the more reliable ones available to YouTube users and was being used by several outlets.&lt;br /&gt;
After getting cut off, Nick Rekieta reminded YouTube that ten lawyers considered it a breach of contract.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Ticking off channels featuring dozens of lawyers seemed like a bad business plan. Within a few minutes, the stream was put back up after Rekieta reminded the tech giant that the courtroom coverage was public property and therefore not under copyright.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*[https://www.zerohedge.com/political/stunning-facebook-court-filing-admits-fact-checks-are-just-matter-opinion Stossel defamation case admission] by Facebook that its factcheckers are just opinion-listers. The [https://digitalcommons.law.scu.edu/cgi/viewcontent.cgi?article=3543&amp;amp;context=historical complaint] is this. The [https://wattsupwiththat.com/wp-content/uploads/2021/12/Facebook-admits-its-fact-check-is-opinion-page-2.pdf motion to dismiss]. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Statutory History==&lt;br /&gt;
*[https://s3.documentcloud.org/documents/7213938/2020-09-17-Cox-Wyden-FCC-Reply-Comments-Final-2.pdf &amp;quot;2020 09 17 Cox Wyden FCC Reply Comments], (2020). &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Regulations==&lt;br /&gt;
asdsdfsd&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Commentary==&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3961703 &amp;quot;Section 230’s Application to States’ Regulation of Social Media,] Eric Goldman,&lt;br /&gt;
Santa Clara Univ. Legal Studies Research Paper, 14 Nov 2021).&lt;br /&gt;
&lt;br /&gt;
*[https://www.techdirt.com/articles/20211030/01585247847/scale-content-moderation-is-unfathomable.shtml &amp;quot;The Scale Of Content Moderation Is Unfathomable: from the it's-way-more-than-you-think dept,&amp;quot;] TechDirt.com,  (Nov 2nd 2021)  Mike Masnick.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Litigation Strategy==&lt;br /&gt;
*  The idea is for someone to sue Facebook or Twitter for defamation. The plaintiff would be somebody, preferably not a public figure in any way, who was clearly defamed by someone posting on defendant's website (let's use Twitter for concreteness).  Twitter would move to dismiss on the grounds that they are immune by statute from liability for defamation by somebody posting on their website, and perhaps immune for some common law reason such as that they can't be expected to police content any more than somebody polices the graffiti on the wall of their warehouse. The response would be that Twitter has forfeited its  immunity because it actually *does* police content, and not just for obscenity, but for correctness of political content, so it has shown itself willing and able to do so.  THus, Twitter is actually a content provider with editorial control like  a magazine, not a neutral  software provider. This is a question of fact, which must be decided by a jury. &lt;br /&gt;
&lt;br /&gt;
The purpose would not be to win the particular lawsuit, but to establish in a court of law that Twitter is liable for defamatory content.  If this could get beyond motion to dismiss, it would allow Discovery of Twitter's internal documents  and practices and publicity about them at trial, even if it lost in the end. It would prepare the way for Twitter to be treated by courts and regulated by the government as a common carrier (though that of course raises the additional issue of whether it is a natural monopoly). &lt;br /&gt;
&lt;br /&gt;
A big thing is to find a test case which would not be dismissed for other reasons--- so it would be good to find defamation per se (false accusation of a crime, say), of a private figure,  with a false statement of fact not opinion, etc., which was widely circulated, with a plaintiff in a favorable state and federal circuit.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Caselaw==&lt;br /&gt;
*[https://blog.ericgoldman.org/ Eric Goldman's blog]&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/Section_230 Section 230 Twitter]&lt;br /&gt;
&lt;br /&gt;
*[https://courts.delaware.gov/Opinions/Download.aspx?id=316680 Page v. Oath], 2021 WL 528472 (Del. Superior Ct. Feb. 11, 2021).&lt;br /&gt;
&lt;br /&gt;
*[https://cases.justia.com/federal/district-courts/california/candce/5:2006cv03926/181461/117/0.pdf  IO Group v. Veoh Networks], 5:2006cv03926 (N.D. Cal. Aug. 27, 2008) . &lt;br /&gt;
&lt;br /&gt;
*[https://scholar.google.com/scholar_case?case=1958442027646479582 Blumenthal v. Drudge] (1998)&lt;br /&gt;
&lt;br /&gt;
* [https://digitalcommons.law.scu.edu/cgi/viewcontent.cgi?article=2950&amp;amp;context=historical  Downs v. Oath], 2019 WL 2209206 (S.D.N.Y. May 22, 2019)&lt;br /&gt;
&lt;br /&gt;
*[UMG Recordings, Inc. v. Veoh Networks, Inc]., 2008 WL 5423841 (C.D. Cal. Dec. 29, 2008) &lt;br /&gt;
----&lt;br /&gt;
===Judge Thomas (2021)===&lt;br /&gt;
[https://www.supremecourt.gov/opinions/20pdf/20-197_5ie6.pdf   Thomas, J. ]  in Biden v. Knight (2021):&lt;br /&gt;
{{Quotation| &lt;br /&gt;
If part of the problem is private, concentrated control over online content and platforms available to the public, then part of the solution may be found in doctrines that limit the right of a private company to exclude. Historically, at least two legal doctrines limited a company’s right to exclude. First, our legal system and its British predecessor have long subjected certain businesses, known as common carriers, to special regulations, including a general requirement to serve all comers. Candeub, Bargaining for Free Speech: Common Carriage, Network Neutrality, and Section 230, 22 ''Yale J. L. &amp;amp; Tech.'' 391, 398–403 (2020) (Candeub); see also Burdick, The Origin of the Peculiar Duties of Public Service Companies, Pt. 1, 11 ''Colum. L. Rev.'' 514 (1911). Justifications for these regulations have varied. Some scholars have argued that common-carrier regulations are justified only when a carrier possesses substantial market power. Candeub 404. Others have said that no substantial market power is needed so long as the company holds itself out as open to the public. Ibid.; see also ''Ingate v. Christie, 3 Car. &amp;amp; K''. 61, 63, 175 Eng. Rep. 463, 464 (N. P. 1850) (“[A] person [who] holds himself out to carry goods for everyone as a business . . . is a common carrier”). And this Court long ago suggested that regulations like those placed on common carriers may be justified, even for industries not historically recognized as common carriers, when “a business, by circumstances and its nature, . . . rise[s] from private to be of public concern.” See ''German Alliance Ins. Co. v. Lewis,'' 233 U. S. 389, 411 (1914) (affirming state regulation of fire insurance rates). At that point, a company’s “property is but its instrument, the means of rendering the service which has become of public interest.” Id., at 408.&lt;br /&gt;
&lt;br /&gt;
This latter definition of course is hardly helpful, for most things can be described as “of public interest.” But whatever may be said of other industries, there is clear historical precedent for regulating transportation and communications networks in a similar manner as traditional common carriers. Candeub 398–405. Telegraphs, for example, because they “resemble[d] railroad companies and other common carriers,” were “bound to serve all customers alike, without discrimination.” ''Primrose v. Western Union Telegraph Co''., 154 U. S. 1, 14 (1894).footnote 2&lt;br /&gt;
&lt;br /&gt;
Footnote 2 This Court has been inconsistent about whether telegraphs were common carriers. Compare ''Primrose'', 154 U. S., at 14, with ''Moore v. New York Cotton Exchange'', 270 U. S. 593, 605 (1926). But the Court has consistently recognized that ]y from certain types of suits”Footnote3 or to regulations that make it more difficult for other companies to compete with the carrier (such as franchise licenses). Ibid. By giving these companies special privileges, governments place them into a category distinct from other companies and closer to some functions, like the postal service, that the State has traditionally undertaken. Second, governments have limited a company’s right to exclude when that company is a public accommodation. This concept—related to common-carrier law—applies to companies that hold themselves out to the public but do not “carry” freight, passengers, or communications. See, e.g., ''Civil Rights Cases,'' 109 U. S. 3, 41–43 (1883) (Harlan, J., dissenting) (discussing places of public amusement). It also applies regardless of the company’s market power. See, e.g., 78 Stat. 243, 42 U. S. C. §2000a(a).&lt;br /&gt;
&lt;br /&gt;
Footnote 3T elegraphs, for example, historically received some protection from defamation suits. Unlike other entities that might retransmit defamatory content, they were liable only if they knew or had reason to know that a message they distributed was defamatory. Restatement (Second) of Torts §581 (1976); see also ''O’Brien v. Western Union Tel. Co.,'' 113 F. 2d 539, 542 (CA1 1940).&lt;br /&gt;
&lt;br /&gt;
B.&lt;br /&gt;
&lt;br /&gt;
Internet platforms of course have their own First Amendment interests, but regulations that might affect speech are valid if they would have been permissible at the time of the founding. See ''United States v. Stevens'', 559 U. S. 460, 468 (2010). The long history in this country and in England of restricting the exclusion right of common carriers and places of public accommodation may save similar regulations today from triggering heightened scrutiny—especially where a restriction would not prohibit the company from speaking or force the company to endorse the speech. See ''Turner Broadcasting System, Inc. v. FCC'', 512 U. S. 622, 684 (1994) (O’Connor, J., concurring in part and dissenting in part); ''PruneYard Shopping Center v. Robins'', 447 U. S. 74, 88 (1980). There is a fair argument that some digital platforms are sufficiently akin to common carriers or places of accommodation to be regulated in this manner.&lt;br /&gt;
&lt;br /&gt;
1.&lt;br /&gt;
&lt;br /&gt;
In many ways, digital platforms that hold themselves out to the public resemble traditional common carriers.&lt;br /&gt;
&lt;br /&gt;
Though digital instead of physical, they are at bottom communications networks, and they “carry” information from one user to another. A traditional telephone company laid physical wires to create a network connecting people. Digital platforms lay information infrastructure that can be controlled in much the same way. And unlike newspapers, digital platforms hold themselves out as organizations that focus on distributing the speech of the broader public. Federal law dictates that companies cannot “be treated as the publisher or speaker” of information that they merely distribute. 110 Stat. 137, 47 U. S. C. §230(c). The analogy to common carriers is even clearer for digital platforms that have dominant market share. Similar to utilities, today’s dominant digital platforms derive much of their value from network size. The Internet, of course, is a network. But these digital platforms are networks within that network. The Facebook suite of apps is valuable largely because 3 billion people use it. Google search—at 90% of the market share—is valuable relative to other search engines because more people use it, creating data that Google’s algorithm uses to refine and improve search results. These network effects entrench these companies. Ordinarily, the astronomical profit margins of these platforms—last year, Google brought in $182.5 billion total, $40.3 billion in net income—would induce new entrants into the market. That these companies have no comparable competitors highlights that the industries may have substantial barriers to entry.&lt;br /&gt;
&lt;br /&gt;
To be sure, much activity on the Internet derives value from network effects. But dominant digital platforms are different. Unlike decentralized digital spheres, such as the e-mail protocol, control of these networks is highly concentrated. Although both companies are public, one person controls Facebook (Mark Zuckerberg), and just two control Google (Larry Page and Sergey Brin). No small group of people controls e-mail.&lt;br /&gt;
&lt;br /&gt;
Much like with a communications utility, this concentration gives some digital platforms enormous control over speech. When a user does not already know exactly where to find something on the Internet—and users rarely do— Google is the gatekeeper between that user and the speech of others 90% of the time. It can suppress content by deindexing or downlisting a search result or by steering users away from certain content by manually altering autocomplete results. Grind, Schechner, McMillan, &amp;amp; West, How Google Interferes With Its Search Algorithms and Changes Your Results, ''Wall Street Journal,'' Nov. 15, 2019. Facebook and Twitter can greatly narrow a person’s information flow through similar means. And, as the distributor of the clear majority of e-books and about half of all physical books,Footnote4 Amazon can impose cataclysmic consequences on authors by, among other things, blocking a listing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
Footnote4 As of 2018, Amazon had 42% of the physical book market and 89% of the e-book market. Day &amp;amp; Gu, The Enormous Numbers Behind Amazon’s Market Reach, Bloomberg, Mar. 27, 2019.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It changes nothing that these platforms are not the sole means for distributing speech or information. A person always could choose to avoid the toll bridge or train and instead swim the Charles River or hike the Oregon Trail. But in assessing whether a company exercises substantial market power, what matters is whether the alternatives are comparable. For many of today’s digital platforms, nothing is.&lt;br /&gt;
&lt;br /&gt;
If the analogy between common carriers and digital platforms is correct, then an answer may arise for dissatisfied platform users who would appreciate not being blocked: laws that restrict the platform’s right to exclude. When a platform’s unilateral control is reduced, a government official’s account begins to better resemble a “government-controlled spac[e].” ''Mansky,'' 585 U. S., at ___ (slip op., at 7); see also Southeastern Promotions, 420 U. S., at 547, 555&lt;br /&gt;
(recognizing that a private space can become a public forum when leased to the government). Common-carrier regulations, although they directly restrain private companies, thus may have an indirect effect of subjecting government officials to suits that would not otherwise be cognizable under our public-forum jurisprudence. This analysis may help explain the Second Circuit’s intuition that part of Mr. Trump’s Twitter account was a public forum. But that intuition has problems. First, if market power is a predicate for common carriers (as some scholars suggest), nothing in the record evaluates Twitter’s market power. Second, and more problematic, neither the Second Circuit nor respondents have identified any regulation that restricts Twitter from removing an account that would otherwise be a “government-controlled space.”&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
&lt;br /&gt;
Even if digital platforms are not close enough to common carriers, legislatures might still be able to treat digital platforms like places of public accommodation. Although definitions between jurisdictions vary, a company ordinarily is a place of public accommodation if it provides “lodging, food, entertainment, or other services to the public . . . in general.” Black’s Law Dictionary 20 (11th ed. 2019) (defining “public accommodation”); accord, 42 U. S. C. §2000a(b)(3) (covering places of “entertainment”). Twitter and other digital platforms bear resemblance to that definition. This, too, may explain the Second Circuit’s intuition. Courts are split, however, about whether federal accommodations laws apply to anything other than “physical” locations. Compare, e.g., ''Doe v. Mutual of Omaha Ins. Co.'', 179 F. 3d 557, 559 (CA7 1999) (Title III of the Americans with Disabilities Act (ADA) covers websites), with ''Parker v. Metropolitan Life Ins. Co.'', 121 F. 3d 1006, 1010–1011 (CA6 1997) (en banc) (Title III of the ADA covers only physical places); see also 42 U. S. C. §§2000a(b)–(c) (discussing “physica[l] locat[ions]”).&lt;br /&gt;
&lt;br /&gt;
Once again, a doctrine, such as public accommodation, that reduces the power of a platform to unilaterally remove a government account might strengthen the argument that an account is truly government controlled and creates a public forum. See ''Southeastern Promotions'', 420 U. S., at 547, 555. But no party has identified any public accommodation restriction that applies here.&lt;br /&gt;
&lt;br /&gt;
II.&lt;br /&gt;
&lt;br /&gt;
The similarities between some digital platforms and common carriers or places of public accommodation may give legislators strong arguments for similarly regulating digital platforms. “[I]t stands to reason that if Congress may demand that telephone companies operate as common carriers, it can ask the same of ” digital platforms. ''Turner'', 512 U. S., at 684 (opinion of O’Connor, J.). That is especially true because the space constraints on digital platforms are practically nonexistent (unlike on cable companies), so a regulation restricting a digital platform’s right to exclude might not appreciably impede the platform from speaking.&lt;br /&gt;
&lt;br /&gt;
See id., at 675, 684 (noting restrictions on one-third of a cable company’s channels but recognizing that regulation may still be justified); ''PruneYard,'' 447 U. S., at 88. Yet Congress does not appear to have passed these kinds of regulations. To the contrary, it has given digital platforms “immunity from certain types of suits,” Candeub 403, with respect to content they distribute, 47 U. S. C. §230, but it has not imposed corresponding responsibilities, like nondiscrimination, that would matter here.&lt;br /&gt;
&lt;br /&gt;
None of this analysis means, however, that the First Amendment is irrelevant until a legislature imposes common carrier or public accommodation restrictions—only that the principal means for regulating digital platforms is through those methods. Some speech doctrines might still apply in limited circumstances, as this Court has recognized in the past.&lt;br /&gt;
&lt;br /&gt;
For example, although a “private entity is not ordinarily constrained by the First Amendment,” ''Halleck,'' 587 U. S., at ___, ___ (slip op., at 6, 9), it is if the government coerces or induces it to take action the government itself would not be permitted to do, such as censor expression of a lawful viewpoint. Ibid. Consider government threats. “People do not lightly disregard public officers’ thinly veiled threats to institute criminal proceedings against them if they do not come around.” ''Bantam Books, Inc. v. Sullivan'', 372 U. S. 58, 68 (1963). The government cannot accomplish through threats of adverse government action what the Constitution prohibits it from doing directly. See ibid.; ''Blum v. Yaretsky'', 457 U. S. 991, 1004–1005 (1982). Under this doctrine, plaintiffs might have colorable claims against a digital platform if it took adverse action against them in response to government threats.&lt;br /&gt;
&lt;br /&gt;
But no threat is alleged here. What threats would cause a private choice by a digital platform to “be deemed . . . that of the State” remains unclear. Id., at 1004.5 And no party  has sued Twitter. The question facing the courts below involved only whether a government actor violated the First Amendment by blocking another Twitter user. That issue turns, at least to some degree, on ownership and the right to exclude.&lt;br /&gt;
&lt;br /&gt;
Footnote 5  Threats directed at digital platforms can be especially problematic in the light of 47 U. S. C. §230, which some courts have misconstrued to give digital platforms immunity for bad-faith removal of third-party content. ''Malwarebytes, Inc. v. Enigma Software Group USA, LLC,'' 592 U. S. ___, ___–___ (2020) (THOMAS, J., statement respecting denial of certiorari) (slip op., at 7–8). This immunity eliminates the biggest deterrent— a private lawsuit—against caving to an unconstitutional government threat.&lt;br /&gt;
&lt;br /&gt;
For similar reasons, some commentators have suggested that immunity provisions like §230 could potentially violate the First Amendment to the extent those provisions pre-empt state laws that protect speech from private censorship. See Volokh, Might Federal Preemption of SpeechProtective State Laws Violate the First Amendment? ''The Volokh Conspiracy, Reason'', Jan. 23, 2021. According to that argument, when a State creates a private right and a federal statute pre-empts that state law, “the federal statute is the source of the power and authority by which any private rights are lost or sacrificed.” Railway Employees v.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Stossel v Meta==&lt;br /&gt;
Stossell, represented by Harmeet Dillon, sued Facebook (the Meta company) for defamation because they said their factcheckers found he lied in connection with posts at  Climate Feedback.  Facebook moved to dismiss, on grounds including that its factchecking was just opinion and that Section 230 gave it immunity anyway. &lt;br /&gt;
&lt;br /&gt;
Consider this in relation to the Texas Netchoice v. Paxton   case. There, the defense of the Big Tech companies is that they exercise editorial discretion, just like magazines, and hence for them to be required to be viewpoint-neutral would be compelled speech. In Stossel, Facebook's defence is that Climate Feedback provides the content, Facebook just passively accepts it. These are incompatible.  &lt;br /&gt;
&lt;br /&gt;
I hope that someone squarely presents the argument that Facebook has forfeited its Section 230 immunity by becoming an editor. Facebook will argue that it is immune anyway. That is to take the position that it could operate as a  webzine and  invite  free content   that it admits it knows is false and defamatory, and still be immune. Indeed, it could even invite people to submit defamatory posts, advertising,&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;Frustrated that you can't libel your private enemies because they'll sue? Publish here on Facebooks's Libelzine site! We're immune from suit, by Section 230.  Do it anonymously, with protonmail, and you'll be safe too. Note: we do  exercise  some editorial discretion. If you libel a Democrat, we won't let you publish.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This, I believe, is Big Tech's current interpretation of Section 230, though they do not advertise this implication. &lt;br /&gt;
&lt;br /&gt;
It goes even further. Under this interpretation, I think, it is not just Facebook that is immune, it is Climate Feedback, if they set themselves up cleverly. Facebook says Climate Feedback provided the content.  But did they? If Climate Feedback did not pay its authors, and merely let them post there, or even invited them but did not tell them what to write, then they are not agents of Climate Feedback and so Climate Feedback can push the liability off on the authors. Libelzine can be a stand-alone operation. I, Eric Rasmusen, could set up a website specifically devoted to defaming non-public persons, advertising that fact, and I would be immune from suit, by Section 230.  &lt;br /&gt;
 &lt;br /&gt;
We could perhaps go a step further, tho I haven't looked closely enough at the exceptions in Section 230 in writing this. How about if Eric Rasmusen sets up a site called Hit Man Central, where people could anonymously advertise their services as murderers for hire? I couldn't profit from it--- I would do it from pure malice-- and I could be subpoena'd for any info I had, but I'd be sure to explain to the content providers how to submit secretly and how to tell clients to get in touch with them.  &lt;br /&gt;
 &lt;br /&gt;
I do not know Section 230 law much, though I am rapidly learning. The statute itself is poorly written and ambiguous. One literal  interpretation  is that Facebook can indeed set up  Libelzine.  An opposite interpretation is  is that Section 230  says it does not displace state law, so it doesn't displace defamation law; it only clarifies that Facebook isn't liable for unintentionally allowing the posting of defamatory materials by someone unrelated to Facebook and unencouraged by them. &lt;br /&gt;
&lt;br /&gt;
The purpose of Section 230 seems pretty clear, though: to let internet service providers provide arms-length hosting without having to check all the content  in advance. It was to improve information flow, not to worsen it by legalizing defamation.  It did not contemplate service providers who operated like newspapers. &lt;br /&gt;
 &lt;br /&gt;
*[https://digitalcommons.law.scu.edu/cgi/viewcontent.cgi?article=3543&amp;amp;context=historical  Stossel complaint]&lt;br /&gt;
&lt;br /&gt;
*[https://wattsupwiththat.com/wp-content/uploads/2021/12/Facebook-admits-its-fact-check-is-opinion-page-2.pdf  MEta (facebook) motion to dismiss]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Examples of Tech Lord Censorship==&lt;br /&gt;
*[https://twitter.com/seanmdav/status/1510055681545719810 Google and Ukraine] (2022)&lt;br /&gt;
&lt;br /&gt;
==Political Bias==&lt;br /&gt;
*[https://twitter.com/HillelNeuer/status/1518736198361100290 Massive imbalance in campaign contributions].  Source: Data from Open Secrets, a nonprofit political spending database by the Center for Responsive Politics, published in Vox, October 31, 2018.&lt;br /&gt;
&lt;br /&gt;
==Parler's Destruction==&lt;br /&gt;
*[https://greenwald.substack.com/p/how-silicon-valley-in-a-show-of-monopolistic?s=w Greenwald on Parler]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
*[https://www.nationalreview.com/corner/is-big-tech-censorship-unconstitutional/  National Review on Cato]&lt;br /&gt;
&lt;br /&gt;
*[https://www.cato.org/blog/all-roads-lead-big-government-heritage-takes-big-tech Cato on Heritage on the Lords of Tech]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;&amp;quot;Public Forum&amp;quot; is a term of constitutional significance - it refers to the public space that the govt provides - not a private website  at which people congregate. Courts have repeatedly held that social media platforms are not subject to the &amp;quot;public forum doctrine.&amp;quot; But what if the government bans private companies from doing something, and then sets up their own public space? What about air waves TV and the FCC?&lt;br /&gt;
&lt;br /&gt;
*It would be quite possible to issue new versions of Windows or the Apple operating system that do not allow you to read articles criticizing the Biden Administration. In fact, they could be written to disallow writing such criticism on them. Do we want to allow that?  Think of secondary boycotts in labor law, or the prohibition on cartels in antitrust.&lt;br /&gt;
&lt;br /&gt;
*From [https://netchoice.org/wp-content/uploads/2021/06/NetChoice-v.-Moody-PI-decision.pdf NetChoice v. Moody:] {{Quotation|In Stratton Oakmont, Inc. v. Prodigy Services Co., 1995 WL 323710, at *3–4 (N.Y. Sup. Ct. May 24, 1995), an anonymous user posted allegedly defamatory content on an electronic bulletin board—an earlier version of what today might be called social media. The court said that if the provider of such a  bulletin board did not undertake to review posted content—much as a librarian does not undertake to review all the books in a library—the provider would not be deemed the publisher of a defamatory post, absent sufficient actual knowledge of the defamatory nature of the content at issue. On the facts of that case, though, the provider undertook to screen the posted content—to maintain a “family oriented” site. The court held this subjected the provider to liability as a publisher of the content. At least partly in response to that decision, which was deemed a threat to development of the internet, Congress enacted 47 U.S.C. § 230.}}&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody says that a platform can remove *any* material it considers objectionable, for any reason, including, in particular, that the content provider is someone running for office, under Section 230.  If read this way, it would rule out federal and state civil rights laws.&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: The plaintiffs say—correctly—that they use editorial judgment in making these decisions, much as more traditional media providers use editorial judgment when choosing what to put in or leave out of a publication or broadcast.&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|In Miami Herald Publishing Co. v. Tornillo, 418 U.S. 241 (1974), the Court rejected just such an argument, striking down a Florida statute requiring a newspaper to print a candidate’s reply to the newspaper’s unfavorable assertions. }}&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|Whatever might be said of the largest providers’ monopolistic conduct, the internet provides a greater opportunity for individuals to publish their views—and for candidates to communicate directly with voters—than existed before the internet arrived.}} But can you get viewers? You get crowded out.  It is like anyone being able to say anything they want, but being blocked from newspapers and prohibited from public spaces.&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|The third case on the plaintiffs’ side is Pacific Gas &amp;amp; Electric Co. v. Public Utilities Commission of California, 475 U.S. 1 (1986). There a public utility included in its billing envelopes its own viewpoint-laden newsletters. The state directed the utility to include in its billing envelopes four times per year a private watchdog organization’s newsletters setting out a viewpoint with which the utility disagreed. The Supreme Court held this unconstitutional. }}&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|Similarly, in PruneYard Shopping Center v. Robins, 447 U.S. 74 (1980), a shopping center refused to allow individuals to solicit petition signatures from members of the public at the shopping center. The California Supreme Court held the individuals had the right, under state law, to engage in the proposed activity. The ruling did not compel the shopping center to say anything at all, and the ruling did not prohibit the center from saying anything it wished, when and how it wished. The United States Supreme Court said it was unlikely anyone would attribute the solicitation activities to the shopping center and, with no state action compelling the center to speak or restricting it from doing so, there was no violation of the First Amendment.}}&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|Moreover, these statements are consistent with the statutory definition of “social media platform,” which extends only to, and thus makes the legislation applicable only to, large entities—those with $100 million in revenues or 100 million monthly participants. As the Supreme Court has recognized, discrimination between speakers is often a tell for content discrimination....The state has suggested no other basis for imposing these restrictions only on the largest providers. }}  Antitrust enters here, and natural monopoly.&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=The_Common_Carrier_Theory_of_Facebook&amp;diff=5642</id>
		<title>The Common Carrier Theory of Facebook</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=The_Common_Carrier_Theory_of_Facebook&amp;diff=5642"/>
		<updated>2022-05-26T13:28:38Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* NetChoice v. Paxton */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
*I should reorganize to have pages on [[Section 230: The Platform Law]] and [[NetChoice v. Moody: Florida]] and [[Biden v. Knight: Thomas Dissent]].&lt;br /&gt;
&lt;br /&gt;
*[https://blog.ericgoldman.org/archives/2021/12/the-u-s-department-of-justice-defends-section-230s-constitutionality.htm Technology and Marketing Law Blog]&lt;br /&gt;
&lt;br /&gt;
* I should organize a Zoom conference of Common Carrier people for late January. Invite Goldman too. Private conference, no media, just learn. Like publshing each others' amicus briefs in advance.&lt;br /&gt;
&lt;br /&gt;
*[https://www.lawfareblog.com/are-facebook-and-google-state-actors &amp;quot;Are Facebook and Google State Actors?&amp;quot;] Lawfare,  Jed Rubenfeld , November 4, 2019.&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/AriCohn/status/1466061393233420289 Going to be tweeting through the House Energy &amp;amp; Commerce &amp;quot;Big Tech&amp;quot; hearing ]&lt;br /&gt;
&lt;br /&gt;
*[https://www.law.cornell.edu/uscode/text/47/230 47 U.S. Code 230], the big federal statute on Big Tech. &lt;br /&gt;
&lt;br /&gt;
(a)Findings&lt;br /&gt;
The Congress finds the following: &lt;br /&gt;
(1)The rapidly developing array of Internet and other interactive computer services available to individual Americans represent an extraordinary advance in the availability of educational and informational resources to our citizens.&lt;br /&gt;
(2)These services offer users a great degree of control over the information that they receive, as well as the potential for even greater control in the future as technology develops.&lt;br /&gt;
(3)The Internet and other interactive computer services offer a forum for a true diversity of political discourse, unique opportunities for cultural development, and myriad avenues for intellectual activity.&lt;br /&gt;
(4)The Internet and other interactive computer services have flourished, to the benefit of all Americans, with a minimum of government regulation.&lt;br /&gt;
(5)Increasingly Americans are relying on interactive media for a variety of political, educational, cultural, and entertainment services.&lt;br /&gt;
(b)Policy&lt;br /&gt;
It is the policy of the United States—&lt;br /&gt;
(1)to promote the continued development of the Internet and other interactive computer services and other interactive media;&lt;br /&gt;
(2)to preserve the vibrant and competitive free market that presently exists for the Internet and other interactive computer services, unfettered by Federal or State regulation;&lt;br /&gt;
(3)to encourage the development of technologies which maximize user control over what information is received by individuals, families, and schools who use the Internet and other interactive computer services;&lt;br /&gt;
(4)to remove disincentives for the development and utilization of blocking and filtering technologies that empower parents to restrict their children’s access to objectionable or inappropriate online material; and&lt;br /&gt;
(5)to ensure vigorous enforcement of Federal criminal laws to deter and punish trafficking in obscenity, stalking, and harassment by means of computer.&lt;br /&gt;
(c)Protection for “Good Samaritan” blocking and screening of offensive material&lt;br /&gt;
(1)Treatment of publisher or speaker&lt;br /&gt;
No provider or user of an interactive computer service shall be treated as the publisher or speaker of any information provided by another information content provider.&lt;br /&gt;
&lt;br /&gt;
(2)Civil liability&lt;br /&gt;
No provider or user of an interactive computer service shall be held liable on account of—&lt;br /&gt;
(A)any action voluntarily taken in good faith to restrict access to or availability of material that the provider or user considers to be obscene, lewd, lascivious, filthy, excessively violent, harassing, or otherwise objectionable, whether or not such material is constitutionally protected; or&lt;br /&gt;
(B)any action taken to enable or make available to information content providers or others the technical means to restrict access to material described in paragraph (1).[1]&lt;br /&gt;
(d)Obligations of interactive computer service&lt;br /&gt;
A provider of interactive computer service shall, at the time of entering an agreement with a customer for the provision of interactive computer service and in a manner deemed appropriate by the provider, notify such customer that parental control protections (such as computer hardware, software, or filtering services) are commercially available that may assist the customer in limiting access to material that is harmful to minors. Such notice shall identify, or provide the customer with access to information identifying, current providers of such protections.&lt;br /&gt;
&lt;br /&gt;
(e)Effect on other laws&lt;br /&gt;
(1)No effect on criminal law&lt;br /&gt;
Nothing in this section shall be construed to impair the enforcement of section 223 or 231 of this title, chapter 71 (relating to obscenity) or 110 (relating to sexual exploitation of children) of title 18, or any other Federal criminal statute.&lt;br /&gt;
&lt;br /&gt;
(2)No effect on intellectual property law&lt;br /&gt;
Nothing in this section shall be construed to limit or expand any law pertaining to intellectual property.&lt;br /&gt;
&lt;br /&gt;
(3)State law&lt;br /&gt;
Nothing in this section shall be construed to prevent any State from enforcing any State law that is consistent with this section. No cause of action may be brought and no liability may be imposed under any State or local law that is inconsistent with this section.&lt;br /&gt;
&lt;br /&gt;
(4)No effect on communications privacy law&lt;br /&gt;
Nothing in this section shall be construed to limit the application of the Electronic Communications Privacy Act of 1986 or any of the amendments made by such Act, or any similar State law.&lt;br /&gt;
&lt;br /&gt;
(5)No effect on sex trafficking law&lt;br /&gt;
Nothing in this section (other than subsection (c)(2)(A)) shall be construed to impair or limit—&lt;br /&gt;
(A)any claim in a civil action brought under section 1595 of title 18, if the conduct underlying the claim constitutes a violation of section 1591 of that title;&lt;br /&gt;
(B)any charge in a criminal prosecution brought under State law if the conduct underlying the charge would constitute a violation of section 1591 of title 18; or&lt;br /&gt;
(C)any charge in a criminal prosecution brought under State law if the conduct underlying the charge would constitute a violation of section 2421A of title 18, and promotion or facilitation of prostitution is illegal in the jurisdiction where the defendant’s promotion or facilitation of prostitution was targeted.&lt;br /&gt;
(f)Definitions&lt;br /&gt;
As used in this section:&lt;br /&gt;
(1)Internet&lt;br /&gt;
The term “Internet” means the international computer network of both Federal and non-Federal interoperable packet switched data networks.&lt;br /&gt;
&lt;br /&gt;
(2)Interactive computer service&lt;br /&gt;
The term “interactive computer service” means any information service, system, or access software provider that provides or enables computer access by multiple users to a computer server, including specifically a service or system that provides access to the Internet and such systems operated or services offered by libraries or educational institutions.&lt;br /&gt;
&lt;br /&gt;
(3)Information content provider&lt;br /&gt;
The term “information content provider” means any person or entity that is responsible, in whole or in part, for the creation or development of information provided through the Internet or any other interactive computer service.&lt;br /&gt;
&lt;br /&gt;
(4)Access software provider&lt;br /&gt;
The term “access software provider” means a provider of software (including client or server software), or enabling tools that do any one or more of the following:&lt;br /&gt;
(A)filter, screen, allow, or disallow content;&lt;br /&gt;
(B)pick, choose, analyze, or digest content; or&lt;br /&gt;
(C)transmit, receive, display, forward, cache, search, subset, organize, reorganize, or translate content.&lt;br /&gt;
(June 19, 1934, ch. 652, title II, § 230, as added Pub. L. 104–104, title V, § 509, Feb. 8, 1996, 110 Stat. 137; amended Pub. L. 105–277, div. C, title XIV, § 1404(a), Oct. 21, 1998, 112 Stat. 2681–739; Pub. L. 115–164, § 4(a), Apr. 11, 2018, 132 Stat. 1254.)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Ohio case==&lt;br /&gt;
*[https://rasmusen.org/common_carriers/ohio_case.pdf Here] it is.&lt;br /&gt;
&lt;br /&gt;
==Moody v. Netchoice (Florida vs. TechLords)==&lt;br /&gt;
&lt;br /&gt;
==  Paxton v. Netchoice (Texas vs. BigTech)==&lt;br /&gt;
*NetChoice LLC et al v. Paxton,    Judge Robert Pitman, Western District of Texas (Austin), CIVIL DOCKET FOR CASE #: 1:21-cv-00840.  In the 5th Circuit it is case 21-51178.&lt;br /&gt;
&lt;br /&gt;
*Professor Eric Goldman of Santa Clara Law has a [https://blog.ericgoldman.org/archives/2021/12/court-enjoins-texas-attempt-to-censor-social-media-and-the-opinion-is-a-major-development-in-internet-law-netchoice-v-paxton.htm nice summary and links to key documents]. See also the [https://netchoice.org/netchoice-and-ccia-v-paxton-resource-page/ netchoice.org] page. &lt;br /&gt;
&lt;br /&gt;
*[https://digitalcommons.law.scu.edu/cgi/viewcontent.cgi?article=3591&amp;amp;context=historical Netchoice opinion in District Court]&lt;br /&gt;
  &lt;br /&gt;
&lt;br /&gt;
*[https://blog.ericgoldman.org/archives/2021/11/catching-up-on-netchoice-v-paxton-the-challenge-to-texas-social-media-censorship-law.htm Goldman on Netchoice v. Paxton] nov. 2021. &lt;br /&gt;
&lt;br /&gt;
*[https://blog.ericgoldman.org/archives/2021/09/texas-enacts-social-media-censorship-law-to-benefit-anti-vaxxers-spammers.htm Goldman on Texas statute,] September 2021. &lt;br /&gt;
&lt;br /&gt;
*[https://netchoice.org/netchoice-and-ccia-v-paxton-resource-page/ Netchoice v. Paxton link page.]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
=== The  Texas Statute===&lt;br /&gt;
The statute is [https://capitol.texas.gov/tlodocs/872/billtext/pdf/HB00020F.pdf?fbclid=IwAR2T8jh6OcicifErYrbUzI5spLt4cDGzMH_RQ1pMdubg8luoM2VI8uIQzAU#navpanes=0 here]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Sec. 143A.002.  CENSORSHIP PROHIBITED. (a)  A social media platform or interactive computer service may not censor a user, a user's expression, or a user's ability to receive the expression of another person based on:&lt;br /&gt;
 	             (1)  the viewpoint of the user or another person;&lt;br /&gt;
 	             (2)  the viewpoint represented in the user's expression&lt;br /&gt;
 	or another person's expression; or&lt;br /&gt;
 	             (3)  a user's geographic location in this state or any part of this state.&lt;br /&gt;
 	       (b)  This section applies regardless of whether the&lt;br /&gt;
 	viewpoint is expressed on a social media platform or interactive&lt;br /&gt;
 	computer service or through any other medium.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Evidence==&lt;br /&gt;
*[https://amgreatness.com/2021/12/29/dr-robert-malone-renowned-physician-and-inventor-of-mrna-technology-permanently-banned-from-twitter/ &amp;quot;dr-robert-malone-renowned-physician-and-inventor-of-mrna-technology-permanently-banned-from-twitter/&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Facts==&lt;br /&gt;
*[https://pjmedia.com/news-and-politics/victoria-taft/2021/11/15/youtube-cuts-off-the-best-real-time-legal-coverage-of-rittenhouse-trial-and-immediately-regrets-it-n1533042  &amp;quot;youtube-cuts-off-the-best-real-time-legal-coverage-of-rittenhouse-trial-and-immediately-regrets-it,&amp;quot;] PJMedia (Nov. 15, 2021):&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Right after Assistant District Attorney Thomas Binger began his closing statement in the Kyle Rittenhouse Trial, YouTube cut off channels that were beating legacy media channels. Coincidence?&lt;br /&gt;
The Rekieta Law channel, which features multiple lawyers doing real-time analysis of the trial, often beat the number of people watching the PBS stream. The PBS stream is one of the more reliable ones available to YouTube users and was being used by several outlets.&lt;br /&gt;
After getting cut off, Nick Rekieta reminded YouTube that ten lawyers considered it a breach of contract.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Ticking off channels featuring dozens of lawyers seemed like a bad business plan. Within a few minutes, the stream was put back up after Rekieta reminded the tech giant that the courtroom coverage was public property and therefore not under copyright.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
*[https://www.zerohedge.com/political/stunning-facebook-court-filing-admits-fact-checks-are-just-matter-opinion Stossel defamation case admission] by Facebook that its factcheckers are just opinion-listers. The [https://digitalcommons.law.scu.edu/cgi/viewcontent.cgi?article=3543&amp;amp;context=historical complaint] is this. The [https://wattsupwiththat.com/wp-content/uploads/2021/12/Facebook-admits-its-fact-check-is-opinion-page-2.pdf motion to dismiss]. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Statutory History==&lt;br /&gt;
*[https://s3.documentcloud.org/documents/7213938/2020-09-17-Cox-Wyden-FCC-Reply-Comments-Final-2.pdf &amp;quot;2020 09 17 Cox Wyden FCC Reply Comments], (2020). &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Regulations==&lt;br /&gt;
asdsdfsd&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Commentary==&lt;br /&gt;
*[https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3961703 &amp;quot;Section 230’s Application to States’ Regulation of Social Media,] Eric Goldman,&lt;br /&gt;
Santa Clara Univ. Legal Studies Research Paper, 14 Nov 2021).&lt;br /&gt;
&lt;br /&gt;
*[https://www.techdirt.com/articles/20211030/01585247847/scale-content-moderation-is-unfathomable.shtml &amp;quot;The Scale Of Content Moderation Is Unfathomable: from the it's-way-more-than-you-think dept,&amp;quot;] TechDirt.com,  (Nov 2nd 2021)  Mike Masnick.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Litigation Strategy==&lt;br /&gt;
*  The idea is for someone to sue Facebook or Twitter for defamation. The plaintiff would be somebody, preferably not a public figure in any way, who was clearly defamed by someone posting on defendant's website (let's use Twitter for concreteness).  Twitter would move to dismiss on the grounds that they are immune by statute from liability for defamation by somebody posting on their website, and perhaps immune for some common law reason such as that they can't be expected to police content any more than somebody polices the graffiti on the wall of their warehouse. The response would be that Twitter has forfeited its  immunity because it actually *does* police content, and not just for obscenity, but for correctness of political content, so it has shown itself willing and able to do so.  THus, Twitter is actually a content provider with editorial control like  a magazine, not a neutral  software provider. This is a question of fact, which must be decided by a jury. &lt;br /&gt;
&lt;br /&gt;
The purpose would not be to win the particular lawsuit, but to establish in a court of law that Twitter is liable for defamatory content.  If this could get beyond motion to dismiss, it would allow Discovery of Twitter's internal documents  and practices and publicity about them at trial, even if it lost in the end. It would prepare the way for Twitter to be treated by courts and regulated by the government as a common carrier (though that of course raises the additional issue of whether it is a natural monopoly). &lt;br /&gt;
&lt;br /&gt;
A big thing is to find a test case which would not be dismissed for other reasons--- so it would be good to find defamation per se (false accusation of a crime, say), of a private figure,  with a false statement of fact not opinion, etc., which was widely circulated, with a plaintiff in a favorable state and federal circuit.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Caselaw==&lt;br /&gt;
*[https://blog.ericgoldman.org/ Eric Goldman's blog]&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/Section_230 Section 230 Twitter]&lt;br /&gt;
&lt;br /&gt;
*[https://courts.delaware.gov/Opinions/Download.aspx?id=316680 Page v. Oath], 2021 WL 528472 (Del. Superior Ct. Feb. 11, 2021).&lt;br /&gt;
&lt;br /&gt;
*[https://cases.justia.com/federal/district-courts/california/candce/5:2006cv03926/181461/117/0.pdf  IO Group v. Veoh Networks], 5:2006cv03926 (N.D. Cal. Aug. 27, 2008) . &lt;br /&gt;
&lt;br /&gt;
*[https://scholar.google.com/scholar_case?case=1958442027646479582 Blumenthal v. Drudge] (1998)&lt;br /&gt;
&lt;br /&gt;
* [https://digitalcommons.law.scu.edu/cgi/viewcontent.cgi?article=2950&amp;amp;context=historical  Downs v. Oath], 2019 WL 2209206 (S.D.N.Y. May 22, 2019)&lt;br /&gt;
&lt;br /&gt;
*[UMG Recordings, Inc. v. Veoh Networks, Inc]., 2008 WL 5423841 (C.D. Cal. Dec. 29, 2008) &lt;br /&gt;
----&lt;br /&gt;
===Judge Thomas (2021)===&lt;br /&gt;
[https://www.supremecourt.gov/opinions/20pdf/20-197_5ie6.pdf   Thomas, J. ]  in Biden v. Knight (2021):&lt;br /&gt;
{{Quotation| &lt;br /&gt;
If part of the problem is private, concentrated control over online content and platforms available to the public, then part of the solution may be found in doctrines that limit the right of a private company to exclude. Historically, at least two legal doctrines limited a company’s right to exclude. First, our legal system and its British predecessor have long subjected certain businesses, known as common carriers, to special regulations, including a general requirement to serve all comers. Candeub, Bargaining for Free Speech: Common Carriage, Network Neutrality, and Section 230, 22 ''Yale J. L. &amp;amp; Tech.'' 391, 398–403 (2020) (Candeub); see also Burdick, The Origin of the Peculiar Duties of Public Service Companies, Pt. 1, 11 ''Colum. L. Rev.'' 514 (1911). Justifications for these regulations have varied. Some scholars have argued that common-carrier regulations are justified only when a carrier possesses substantial market power. Candeub 404. Others have said that no substantial market power is needed so long as the company holds itself out as open to the public. Ibid.; see also ''Ingate v. Christie, 3 Car. &amp;amp; K''. 61, 63, 175 Eng. Rep. 463, 464 (N. P. 1850) (“[A] person [who] holds himself out to carry goods for everyone as a business . . . is a common carrier”). And this Court long ago suggested that regulations like those placed on common carriers may be justified, even for industries not historically recognized as common carriers, when “a business, by circumstances and its nature, . . . rise[s] from private to be of public concern.” See ''German Alliance Ins. Co. v. Lewis,'' 233 U. S. 389, 411 (1914) (affirming state regulation of fire insurance rates). At that point, a company’s “property is but its instrument, the means of rendering the service which has become of public interest.” Id., at 408.&lt;br /&gt;
&lt;br /&gt;
This latter definition of course is hardly helpful, for most things can be described as “of public interest.” But whatever may be said of other industries, there is clear historical precedent for regulating transportation and communications networks in a similar manner as traditional common carriers. Candeub 398–405. Telegraphs, for example, because they “resemble[d] railroad companies and other common carriers,” were “bound to serve all customers alike, without discrimination.” ''Primrose v. Western Union Telegraph Co''., 154 U. S. 1, 14 (1894).footnote 2&lt;br /&gt;
&lt;br /&gt;
Footnote 2 This Court has been inconsistent about whether telegraphs were common carriers. Compare ''Primrose'', 154 U. S., at 14, with ''Moore v. New York Cotton Exchange'', 270 U. S. 593, 605 (1926). But the Court has consistently recognized that ]y from certain types of suits”Footnote3 or to regulations that make it more difficult for other companies to compete with the carrier (such as franchise licenses). Ibid. By giving these companies special privileges, governments place them into a category distinct from other companies and closer to some functions, like the postal service, that the State has traditionally undertaken. Second, governments have limited a company’s right to exclude when that company is a public accommodation. This concept—related to common-carrier law—applies to companies that hold themselves out to the public but do not “carry” freight, passengers, or communications. See, e.g., ''Civil Rights Cases,'' 109 U. S. 3, 41–43 (1883) (Harlan, J., dissenting) (discussing places of public amusement). It also applies regardless of the company’s market power. See, e.g., 78 Stat. 243, 42 U. S. C. §2000a(a).&lt;br /&gt;
&lt;br /&gt;
Footnote 3T elegraphs, for example, historically received some protection from defamation suits. Unlike other entities that might retransmit defamatory content, they were liable only if they knew or had reason to know that a message they distributed was defamatory. Restatement (Second) of Torts §581 (1976); see also ''O’Brien v. Western Union Tel. Co.,'' 113 F. 2d 539, 542 (CA1 1940).&lt;br /&gt;
&lt;br /&gt;
B.&lt;br /&gt;
&lt;br /&gt;
Internet platforms of course have their own First Amendment interests, but regulations that might affect speech are valid if they would have been permissible at the time of the founding. See ''United States v. Stevens'', 559 U. S. 460, 468 (2010). The long history in this country and in England of restricting the exclusion right of common carriers and places of public accommodation may save similar regulations today from triggering heightened scrutiny—especially where a restriction would not prohibit the company from speaking or force the company to endorse the speech. See ''Turner Broadcasting System, Inc. v. FCC'', 512 U. S. 622, 684 (1994) (O’Connor, J., concurring in part and dissenting in part); ''PruneYard Shopping Center v. Robins'', 447 U. S. 74, 88 (1980). There is a fair argument that some digital platforms are sufficiently akin to common carriers or places of accommodation to be regulated in this manner.&lt;br /&gt;
&lt;br /&gt;
1.&lt;br /&gt;
&lt;br /&gt;
In many ways, digital platforms that hold themselves out to the public resemble traditional common carriers.&lt;br /&gt;
&lt;br /&gt;
Though digital instead of physical, they are at bottom communications networks, and they “carry” information from one user to another. A traditional telephone company laid physical wires to create a network connecting people. Digital platforms lay information infrastructure that can be controlled in much the same way. And unlike newspapers, digital platforms hold themselves out as organizations that focus on distributing the speech of the broader public. Federal law dictates that companies cannot “be treated as the publisher or speaker” of information that they merely distribute. 110 Stat. 137, 47 U. S. C. §230(c). The analogy to common carriers is even clearer for digital platforms that have dominant market share. Similar to utilities, today’s dominant digital platforms derive much of their value from network size. The Internet, of course, is a network. But these digital platforms are networks within that network. The Facebook suite of apps is valuable largely because 3 billion people use it. Google search—at 90% of the market share—is valuable relative to other search engines because more people use it, creating data that Google’s algorithm uses to refine and improve search results. These network effects entrench these companies. Ordinarily, the astronomical profit margins of these platforms—last year, Google brought in $182.5 billion total, $40.3 billion in net income—would induce new entrants into the market. That these companies have no comparable competitors highlights that the industries may have substantial barriers to entry.&lt;br /&gt;
&lt;br /&gt;
To be sure, much activity on the Internet derives value from network effects. But dominant digital platforms are different. Unlike decentralized digital spheres, such as the e-mail protocol, control of these networks is highly concentrated. Although both companies are public, one person controls Facebook (Mark Zuckerberg), and just two control Google (Larry Page and Sergey Brin). No small group of people controls e-mail.&lt;br /&gt;
&lt;br /&gt;
Much like with a communications utility, this concentration gives some digital platforms enormous control over speech. When a user does not already know exactly where to find something on the Internet—and users rarely do— Google is the gatekeeper between that user and the speech of others 90% of the time. It can suppress content by deindexing or downlisting a search result or by steering users away from certain content by manually altering autocomplete results. Grind, Schechner, McMillan, &amp;amp; West, How Google Interferes With Its Search Algorithms and Changes Your Results, ''Wall Street Journal,'' Nov. 15, 2019. Facebook and Twitter can greatly narrow a person’s information flow through similar means. And, as the distributor of the clear majority of e-books and about half of all physical books,Footnote4 Amazon can impose cataclysmic consequences on authors by, among other things, blocking a listing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;small&amp;gt;&lt;br /&gt;
Footnote4 As of 2018, Amazon had 42% of the physical book market and 89% of the e-book market. Day &amp;amp; Gu, The Enormous Numbers Behind Amazon’s Market Reach, Bloomberg, Mar. 27, 2019.&amp;lt;/small&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It changes nothing that these platforms are not the sole means for distributing speech or information. A person always could choose to avoid the toll bridge or train and instead swim the Charles River or hike the Oregon Trail. But in assessing whether a company exercises substantial market power, what matters is whether the alternatives are comparable. For many of today’s digital platforms, nothing is.&lt;br /&gt;
&lt;br /&gt;
If the analogy between common carriers and digital platforms is correct, then an answer may arise for dissatisfied platform users who would appreciate not being blocked: laws that restrict the platform’s right to exclude. When a platform’s unilateral control is reduced, a government official’s account begins to better resemble a “government-controlled spac[e].” ''Mansky,'' 585 U. S., at ___ (slip op., at 7); see also Southeastern Promotions, 420 U. S., at 547, 555&lt;br /&gt;
(recognizing that a private space can become a public forum when leased to the government). Common-carrier regulations, although they directly restrain private companies, thus may have an indirect effect of subjecting government officials to suits that would not otherwise be cognizable under our public-forum jurisprudence. This analysis may help explain the Second Circuit’s intuition that part of Mr. Trump’s Twitter account was a public forum. But that intuition has problems. First, if market power is a predicate for common carriers (as some scholars suggest), nothing in the record evaluates Twitter’s market power. Second, and more problematic, neither the Second Circuit nor respondents have identified any regulation that restricts Twitter from removing an account that would otherwise be a “government-controlled space.”&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
&lt;br /&gt;
Even if digital platforms are not close enough to common carriers, legislatures might still be able to treat digital platforms like places of public accommodation. Although definitions between jurisdictions vary, a company ordinarily is a place of public accommodation if it provides “lodging, food, entertainment, or other services to the public . . . in general.” Black’s Law Dictionary 20 (11th ed. 2019) (defining “public accommodation”); accord, 42 U. S. C. §2000a(b)(3) (covering places of “entertainment”). Twitter and other digital platforms bear resemblance to that definition. This, too, may explain the Second Circuit’s intuition. Courts are split, however, about whether federal accommodations laws apply to anything other than “physical” locations. Compare, e.g., ''Doe v. Mutual of Omaha Ins. Co.'', 179 F. 3d 557, 559 (CA7 1999) (Title III of the Americans with Disabilities Act (ADA) covers websites), with ''Parker v. Metropolitan Life Ins. Co.'', 121 F. 3d 1006, 1010–1011 (CA6 1997) (en banc) (Title III of the ADA covers only physical places); see also 42 U. S. C. §§2000a(b)–(c) (discussing “physica[l] locat[ions]”).&lt;br /&gt;
&lt;br /&gt;
Once again, a doctrine, such as public accommodation, that reduces the power of a platform to unilaterally remove a government account might strengthen the argument that an account is truly government controlled and creates a public forum. See ''Southeastern Promotions'', 420 U. S., at 547, 555. But no party has identified any public accommodation restriction that applies here.&lt;br /&gt;
&lt;br /&gt;
II.&lt;br /&gt;
&lt;br /&gt;
The similarities between some digital platforms and common carriers or places of public accommodation may give legislators strong arguments for similarly regulating digital platforms. “[I]t stands to reason that if Congress may demand that telephone companies operate as common carriers, it can ask the same of ” digital platforms. ''Turner'', 512 U. S., at 684 (opinion of O’Connor, J.). That is especially true because the space constraints on digital platforms are practically nonexistent (unlike on cable companies), so a regulation restricting a digital platform’s right to exclude might not appreciably impede the platform from speaking.&lt;br /&gt;
&lt;br /&gt;
See id., at 675, 684 (noting restrictions on one-third of a cable company’s channels but recognizing that regulation may still be justified); ''PruneYard,'' 447 U. S., at 88. Yet Congress does not appear to have passed these kinds of regulations. To the contrary, it has given digital platforms “immunity from certain types of suits,” Candeub 403, with respect to content they distribute, 47 U. S. C. §230, but it has not imposed corresponding responsibilities, like nondiscrimination, that would matter here.&lt;br /&gt;
&lt;br /&gt;
None of this analysis means, however, that the First Amendment is irrelevant until a legislature imposes common carrier or public accommodation restrictions—only that the principal means for regulating digital platforms is through those methods. Some speech doctrines might still apply in limited circumstances, as this Court has recognized in the past.&lt;br /&gt;
&lt;br /&gt;
For example, although a “private entity is not ordinarily constrained by the First Amendment,” ''Halleck,'' 587 U. S., at ___, ___ (slip op., at 6, 9), it is if the government coerces or induces it to take action the government itself would not be permitted to do, such as censor expression of a lawful viewpoint. Ibid. Consider government threats. “People do not lightly disregard public officers’ thinly veiled threats to institute criminal proceedings against them if they do not come around.” ''Bantam Books, Inc. v. Sullivan'', 372 U. S. 58, 68 (1963). The government cannot accomplish through threats of adverse government action what the Constitution prohibits it from doing directly. See ibid.; ''Blum v. Yaretsky'', 457 U. S. 991, 1004–1005 (1982). Under this doctrine, plaintiffs might have colorable claims against a digital platform if it took adverse action against them in response to government threats.&lt;br /&gt;
&lt;br /&gt;
But no threat is alleged here. What threats would cause a private choice by a digital platform to “be deemed . . . that of the State” remains unclear. Id., at 1004.5 And no party  has sued Twitter. The question facing the courts below involved only whether a government actor violated the First Amendment by blocking another Twitter user. That issue turns, at least to some degree, on ownership and the right to exclude.&lt;br /&gt;
&lt;br /&gt;
Footnote 5  Threats directed at digital platforms can be especially problematic in the light of 47 U. S. C. §230, which some courts have misconstrued to give digital platforms immunity for bad-faith removal of third-party content. ''Malwarebytes, Inc. v. Enigma Software Group USA, LLC,'' 592 U. S. ___, ___–___ (2020) (THOMAS, J., statement respecting denial of certiorari) (slip op., at 7–8). This immunity eliminates the biggest deterrent— a private lawsuit—against caving to an unconstitutional government threat.&lt;br /&gt;
&lt;br /&gt;
For similar reasons, some commentators have suggested that immunity provisions like §230 could potentially violate the First Amendment to the extent those provisions pre-empt state laws that protect speech from private censorship. See Volokh, Might Federal Preemption of SpeechProtective State Laws Violate the First Amendment? ''The Volokh Conspiracy, Reason'', Jan. 23, 2021. According to that argument, when a State creates a private right and a federal statute pre-empts that state law, “the federal statute is the source of the power and authority by which any private rights are lost or sacrificed.” Railway Employees v.}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Stossel v Meta==&lt;br /&gt;
Stossell, represented by Harmeet Dillon, sued Facebook (the Meta company) for defamation because they said their factcheckers found he lied in connection with posts at  Climate Feedback.  Facebook moved to dismiss, on grounds including that its factchecking was just opinion and that Section 230 gave it immunity anyway. &lt;br /&gt;
&lt;br /&gt;
Consider this in relation to the Texas Netchoice v. Paxton   case. There, the defense of the Big Tech companies is that they exercise editorial discretion, just like magazines, and hence for them to be required to be viewpoint-neutral would be compelled speech. In Stossel, Facebook's defence is that Climate Feedback provides the content, Facebook just passively accepts it. These are incompatible.  &lt;br /&gt;
&lt;br /&gt;
I hope that someone squarely presents the argument that Facebook has forfeited its Section 230 immunity by becoming an editor. Facebook will argue that it is immune anyway. That is to take the position that it could operate as a  webzine and  invite  free content   that it admits it knows is false and defamatory, and still be immune. Indeed, it could even invite people to submit defamatory posts, advertising,&lt;br /&gt;
&lt;br /&gt;
:&amp;quot;Frustrated that you can't libel your private enemies because they'll sue? Publish here on Facebooks's Libelzine site! We're immune from suit, by Section 230.  Do it anonymously, with protonmail, and you'll be safe too. Note: we do  exercise  some editorial discretion. If you libel a Democrat, we won't let you publish.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This, I believe, is Big Tech's current interpretation of Section 230, though they do not advertise this implication. &lt;br /&gt;
&lt;br /&gt;
It goes even further. Under this interpretation, I think, it is not just Facebook that is immune, it is Climate Feedback, if they set themselves up cleverly. Facebook says Climate Feedback provided the content.  But did they? If Climate Feedback did not pay its authors, and merely let them post there, or even invited them but did not tell them what to write, then they are not agents of Climate Feedback and so Climate Feedback can push the liability off on the authors. Libelzine can be a stand-alone operation. I, Eric Rasmusen, could set up a website specifically devoted to defaming non-public persons, advertising that fact, and I would be immune from suit, by Section 230.  &lt;br /&gt;
 &lt;br /&gt;
We could perhaps go a step further, tho I haven't looked closely enough at the exceptions in Section 230 in writing this. How about if Eric Rasmusen sets up a site called Hit Man Central, where people could anonymously advertise their services as murderers for hire? I couldn't profit from it--- I would do it from pure malice-- and I could be subpoena'd for any info I had, but I'd be sure to explain to the content providers how to submit secretly and how to tell clients to get in touch with them.  &lt;br /&gt;
 &lt;br /&gt;
I do not know Section 230 law much, though I am rapidly learning. The statute itself is poorly written and ambiguous. One literal  interpretation  is that Facebook can indeed set up  Libelzine.  An opposite interpretation is  is that Section 230  says it does not displace state law, so it doesn't displace defamation law; it only clarifies that Facebook isn't liable for unintentionally allowing the posting of defamatory materials by someone unrelated to Facebook and unencouraged by them. &lt;br /&gt;
&lt;br /&gt;
The purpose of Section 230 seems pretty clear, though: to let internet service providers provide arms-length hosting without having to check all the content  in advance. It was to improve information flow, not to worsen it by legalizing defamation.  It did not contemplate service providers who operated like newspapers. &lt;br /&gt;
 &lt;br /&gt;
*[https://digitalcommons.law.scu.edu/cgi/viewcontent.cgi?article=3543&amp;amp;context=historical  Stossel complaint]&lt;br /&gt;
&lt;br /&gt;
*[https://wattsupwiththat.com/wp-content/uploads/2021/12/Facebook-admits-its-fact-check-is-opinion-page-2.pdf  MEta (facebook) motion to dismiss]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Examples of Tech Lord Censorship==&lt;br /&gt;
*[https://twitter.com/seanmdav/status/1510055681545719810 Google and Ukraine] (2022)&lt;br /&gt;
&lt;br /&gt;
==Political Bias==&lt;br /&gt;
*[https://twitter.com/HillelNeuer/status/1518736198361100290 Massive imbalance in campaign contributions].  Source: Data from Open Secrets, a nonprofit political spending database by the Center for Responsive Politics, published in Vox, October 31, 2018.&lt;br /&gt;
&lt;br /&gt;
==Parler's Destruction==&lt;br /&gt;
*[https://greenwald.substack.com/p/how-silicon-valley-in-a-show-of-monopolistic?s=w Greenwald on Parler]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
&lt;br /&gt;
*[https://www.nationalreview.com/corner/is-big-tech-censorship-unconstitutional/  National Review on Cato]&lt;br /&gt;
&lt;br /&gt;
*[https://www.cato.org/blog/all-roads-lead-big-government-heritage-takes-big-tech Cato on Heritage on the Lords of Tech]&lt;br /&gt;
&lt;br /&gt;
*&amp;quot;&amp;quot;Public Forum&amp;quot; is a term of constitutional significance - it refers to the public space that the govt provides - not a private website  at which people congregate. Courts have repeatedly held that social media platforms are not subject to the &amp;quot;public forum doctrine.&amp;quot; But what if the government bans private companies from doing something, and then sets up their own public space? What about air waves TV and the FCC?&lt;br /&gt;
&lt;br /&gt;
*It would be quite possible to issue new versions of Windows or the Apple operating system that do not allow you to read articles criticizing the Biden Administration. In fact, they could be written to disallow writing such criticism on them. Do we want to allow that?  Think of secondary boycotts in labor law, or the prohibition on cartels in antitrust.&lt;br /&gt;
&lt;br /&gt;
*From [https://netchoice.org/wp-content/uploads/2021/06/NetChoice-v.-Moody-PI-decision.pdf NetChoice v. Moody:] {{Quotation|In Stratton Oakmont, Inc. v. Prodigy Services Co., 1995 WL 323710, at *3–4 (N.Y. Sup. Ct. May 24, 1995), an anonymous user posted allegedly defamatory content on an electronic bulletin board—an earlier version of what today might be called social media. The court said that if the provider of such a  bulletin board did not undertake to review posted content—much as a librarian does not undertake to review all the books in a library—the provider would not be deemed the publisher of a defamatory post, absent sufficient actual knowledge of the defamatory nature of the content at issue. On the facts of that case, though, the provider undertook to screen the posted content—to maintain a “family oriented” site. The court held this subjected the provider to liability as a publisher of the content. At least partly in response to that decision, which was deemed a threat to development of the internet, Congress enacted 47 U.S.C. § 230.}}&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody says that a platform can remove *any* material it considers objectionable, for any reason, including, in particular, that the content provider is someone running for office, under Section 230.  If read this way, it would rule out federal and state civil rights laws.&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: The plaintiffs say—correctly—that they use editorial judgment in making these decisions, much as more traditional media providers use editorial judgment when choosing what to put in or leave out of a publication or broadcast.&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|In Miami Herald Publishing Co. v. Tornillo, 418 U.S. 241 (1974), the Court rejected just such an argument, striking down a Florida statute requiring a newspaper to print a candidate’s reply to the newspaper’s unfavorable assertions. }}&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|Whatever might be said of the largest providers’ monopolistic conduct, the internet provides a greater opportunity for individuals to publish their views—and for candidates to communicate directly with voters—than existed before the internet arrived.}} But can you get viewers? You get crowded out.  It is like anyone being able to say anything they want, but being blocked from newspapers and prohibited from public spaces.&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|The third case on the plaintiffs’ side is Pacific Gas &amp;amp; Electric Co. v. Public Utilities Commission of California, 475 U.S. 1 (1986). There a public utility included in its billing envelopes its own viewpoint-laden newsletters. The state directed the utility to include in its billing envelopes four times per year a private watchdog organization’s newsletters setting out a viewpoint with which the utility disagreed. The Supreme Court held this unconstitutional. }}&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|Similarly, in PruneYard Shopping Center v. Robins, 447 U.S. 74 (1980), a shopping center refused to allow individuals to solicit petition signatures from members of the public at the shopping center. The California Supreme Court held the individuals had the right, under state law, to engage in the proposed activity. The ruling did not compel the shopping center to say anything at all, and the ruling did not prohibit the center from saying anything it wished, when and how it wished. The United States Supreme Court said it was unlikely anyone would attribute the solicitation activities to the shopping center and, with no state action compelling the center to speak or restricting it from doing so, there was no violation of the First Amendment.}}&lt;br /&gt;
&lt;br /&gt;
*NetChoice v. Moody: {{Quotation|Moreover, these statements are consistent with the statutory definition of “social media platform,” which extends only to, and thus makes the legislation applicable only to, large entities—those with $100 million in revenues or 100 million monthly participants. As the Supreme Court has recognized, discrimination between speakers is often a tell for content discrimination....The state has suggested no other basis for imposing these restrictions only on the largest providers. }}  Antitrust enters here, and natural monopoly.&lt;br /&gt;
&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Joshua_Katz&amp;diff=5633</id>
		<title>Joshua Katz</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Joshua_Katz&amp;diff=5633"/>
		<updated>2022-05-25T17:07:58Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==2021==&lt;br /&gt;
*[https://www.realclearpolitics.com/articles/2021/10/27/8_at_princeton_assail_false_portrayal_of_prof_as_racist_146631.html Eight professors, 7 anonymous, criticize the Administration], October 27, 2021.&lt;br /&gt;
&lt;br /&gt;
*[https://www.dailyprincetonian.com/article/2021/02/alumni-allegations-princeton-joshua-katz  &amp;quot;Alumni allege history of inappropriate conduct with female students by Princeton professor Joshua Katz,&amp;quot;] Marie-Rose Sheinerman and Evelyn Doskoch, ''The Princetonian,'' &lt;br /&gt;
(February 4, 2021) but see the harsh criticisms of that article at  [https://princetoniansforfreespeech.com/editorial-mccarthyism-daily-princetonian &amp;quot;Editorial: &amp;quot;McCarthyism at the Daily Princetonian&amp;quot;,]  Princetonians for Free Speech and  the [https://princetoniansforfreespeech.com/letter-editor-which-daily-princetonian-has-ignored   Elizabeth Bogan letter] that the Princetonian wouldn't publish. &lt;br /&gt;
&lt;br /&gt;
*[https://www.theamericanconservative.com/dreher/how-low-did-princeton-go-joshua-t-katz-racism/  &amp;quot;How Low Did Princeton Go?,&amp;quot;]  Rod Dreher, ''The American Conservative'' (September 15, 2021). &lt;br /&gt;
&lt;br /&gt;
*[https://www.firstthings.com/article/2021/10/my-confessions &amp;quot;My Confessions,&amp;quot;] Joshua Katz, ''First Things'' (October 2021). &lt;br /&gt;
{{Quotation|&lt;br /&gt;
  Early in my career, however, I made a grave mistake, by which I mean something beyond the bounds of “merely” bad behavior, something sinful: I had a relationship with a student whom I was at the same time teaching. It was a consensual relationship between adults; it took place at a time when Princeton’s rules permitted students and faculty to engage in sexual contact, provided there was no pedagogical or supervisory conflict; and there was no Title IX violation. Still, it was a sin.&lt;br /&gt;
&lt;br /&gt;
It is a sin I lived with every day. It ate away at me. But I lived with it alone. Alone, that is, until weeks after the #MeToo movement took off in late 2017, when an anonymous complainant—not the woman ­herself—informed Princeton about the more-than-a-decade-old affair. The result was an internal investigation, which culminated in a one-year suspension without pay.&lt;br /&gt;
&lt;br /&gt;
Even before I knew that my life was about to change, I had begun reading theology and occasionally attending church (in that order—once a bookish academic, always a bookish academic). The fact is that I was sad, I was making a mess of my personal life, and I needed help.&lt;br /&gt;
&lt;br /&gt;
Then I learned of the investigation, learned that I would likely be suspended, and found myself in need of help on an entirely different level. I was on sabbatical in London at the time, and my future mother-in-law—I had only just begun dating her daughter, a former (yes, former) student of mine who was now at Cambridge—gave me the following firm instruction: Get myself to the Temple Church, whose Master (senior cleric), the Rev. Robin Griffith-Jones, she had heard preach a few years earlier in New York.&lt;br /&gt;
...&lt;br /&gt;
Two reporters at the main student newspaper spent seven months digging into my private life. Surmising that I had been suspended, they published an article about me in the first week of February that “threw away basic journalistic standards” (in the words of Princetonians for Free Speech) in its reliance on hearsay, innuendo, and hostile anonymous sources. }}&lt;br /&gt;
&lt;br /&gt;
==2022==&lt;br /&gt;
He was fired. [https://nypost.com/2022/05/20/princeton-president-recommends-firing-professor-who-was-under-sexual-misconduct-probe/amp/ New York Post] and [https://paw.princeton.edu/article/princeton-trustees-fire-classics-professor-joshua-katz Princeton Paw] an d[https://academeblog.org/2022/05/24/in-defense-of-joshua-katz/ Academe] (NAS); [https://www.nytimes.com/2022/05/23/us/princeton-fires-joshua-katz.html New York Times] (pro-Katz!); [https://www.msn.com/en-us/news/us/princeton-president-recommends-firing-professor-in-sexual-misconduct-probe/ar-AAXxCbx?ocid=uxbndlbing the Washington Post] is anti-Katz, about the only article I could find against him and thus useful.  Princetonians for Free Speech [https://princetoniansforfreespeech.com/statement-princetonians-free-speech-princetons-firing-classics-professor-joshua-katz-award-winning defended him].&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Joshua_Katz&amp;diff=5632</id>
		<title>Joshua Katz</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Joshua_Katz&amp;diff=5632"/>
		<updated>2022-05-25T17:01:21Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
*[https://www.realclearpolitics.com/articles/2021/10/27/8_at_princeton_assail_false_portrayal_of_prof_as_racist_146631.html Eight professors, 7 anonymous, criticize the Administration], October 27, 2021.&lt;br /&gt;
&lt;br /&gt;
*[https://www.dailyprincetonian.com/article/2021/02/alumni-allegations-princeton-joshua-katz  &amp;quot;Alumni allege history of inappropriate conduct with female students by Princeton professor Joshua Katz,&amp;quot;] Marie-Rose Sheinerman and Evelyn Doskoch, ''The Princetonian,'' &lt;br /&gt;
(February 4, 2021) but see the harsh criticisms of that article at  [https://princetoniansforfreespeech.com/editorial-mccarthyism-daily-princetonian &amp;quot;Editorial: &amp;quot;McCarthyism at the Daily Princetonian&amp;quot;,]  Princetonians for Free Speech and  the [https://princetoniansforfreespeech.com/letter-editor-which-daily-princetonian-has-ignored   Elizabeth Bogan letter] that the Princetonian wouldn't publish. &lt;br /&gt;
&lt;br /&gt;
*[https://www.theamericanconservative.com/dreher/how-low-did-princeton-go-joshua-t-katz-racism/  &amp;quot;How Low Did Princeton Go?,&amp;quot;]  Rod Dreher, ''The American Conservative'' (September 15, 2021). &lt;br /&gt;
&lt;br /&gt;
*[https://www.firstthings.com/article/2021/10/my-confessions &amp;quot;My Confessions,&amp;quot;] Joshua Katz, ''First Things'' (October 2021). &lt;br /&gt;
{{Quotation|&lt;br /&gt;
  Early in my career, however, I made a grave mistake, by which I mean something beyond the bounds of “merely” bad behavior, something sinful: I had a relationship with a student whom I was at the same time teaching. It was a consensual relationship between adults; it took place at a time when Princeton’s rules permitted students and faculty to engage in sexual contact, provided there was no pedagogical or supervisory conflict; and there was no Title IX violation. Still, it was a sin.&lt;br /&gt;
&lt;br /&gt;
It is a sin I lived with every day. It ate away at me. But I lived with it alone. Alone, that is, until weeks after the #MeToo movement took off in late 2017, when an anonymous complainant—not the woman ­herself—informed Princeton about the more-than-a-decade-old affair. The result was an internal investigation, which culminated in a one-year suspension without pay.&lt;br /&gt;
&lt;br /&gt;
Even before I knew that my life was about to change, I had begun reading theology and occasionally attending church (in that order—once a bookish academic, always a bookish academic). The fact is that I was sad, I was making a mess of my personal life, and I needed help.&lt;br /&gt;
&lt;br /&gt;
Then I learned of the investigation, learned that I would likely be suspended, and found myself in need of help on an entirely different level. I was on sabbatical in London at the time, and my future mother-in-law—I had only just begun dating her daughter, a former (yes, former) student of mine who was now at Cambridge—gave me the following firm instruction: Get myself to the Temple Church, whose Master (senior cleric), the Rev. Robin Griffith-Jones, she had heard preach a few years earlier in New York.&lt;br /&gt;
...&lt;br /&gt;
Two reporters at the main student newspaper spent seven months digging into my private life. Surmising that I had been suspended, they published an article about me in the first week of February that “threw away basic journalistic standards” (in the words of Princetonians for Free Speech) in its reliance on hearsay, innuendo, and hostile anonymous sources. }}&lt;br /&gt;
&lt;br /&gt;
*2022. He was fired. [https://nypost.com/2022/05/20/princeton-president-recommends-firing-professor-who-was-under-sexual-misconduct-probe/amp/ New York Post] and [https://paw.princeton.edu/article/princeton-trustees-fire-classics-professor-joshua-katz Princeton Paw] an d[https://academeblog.org/2022/05/24/in-defense-of-joshua-katz/ Academe] (NAS); [https://www.nytimes.com/2022/05/23/us/princeton-fires-joshua-katz.html New York Times] (pro-Katz!); [https://www.msn.com/en-us/news/us/princeton-president-recommends-firing-professor-in-sexual-misconduct-probe/ar-AAXxCbx?ocid=uxbndlbing the Washington Post] is anti-Katz, about the only article I could find against him and thus useful.  Princetonians for Free Speech [https://princetoniansforfreespeech.com/statement-princetonians-free-speech-princetons-firing-classics-professor-joshua-katz-award-winning defended him].&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5626</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5626"/>
		<updated>2022-05-24T22:07:09Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Research */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is reached by  http://rasmusen.org/rasmapedia. Top pages: '''[[Music]]''' and '''[[Quotations]]''' and '''[[Words]] ''' and [[Jokes]] and [[Anecdotes]]  and '''[[Books To Read]]''' and '''[[Articles to read]]''' and '''[[iu:main]]''' and [[Notes to Transfer Elsewhere]] and [[Memorable Articles]] and [[Videos]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Commands: &amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 20 align=left&amp;gt;&amp;lt;/html&amp;gt;  &lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
==[[Computers]] and  [[Images]] and [[Movies]] and  [[Candidates for Best Dozen Articles I've Read in 2022]]  ''and  the''  [[MIT Free Speech]] page. ==&lt;br /&gt;
&lt;br /&gt;
==Covid==&lt;br /&gt;
*[[Notes on Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Asymptomatic Spread]] and [[Attacks on covid dissenters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Blunders]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Civil Rights and Rule by Decree]] and [[covid]]  and  [[Covid Gear and Precautions]] and [[Covid Origins]] and [[Covid Party Line Flip Flops]] a&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Death rate]] and [[Covid Defective Thinking]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Epidemiology]] and [[Epidemiologists]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ivermectin]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Law]]   and [[Long Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Masks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid op-eds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pandemic Policy]] and [[Polls]] and  [[Pulse Oximeters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Statistics]] &lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Testing]] and [[Covid: treatments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vaccination]] and [[Ventilation]] and [[Vitamin D]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Economics==&lt;br /&gt;
*[[Notes on Economics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Articles to Read]] &lt;br /&gt;
----&lt;br /&gt;
*[[Business]]&lt;br /&gt;
----&lt;br /&gt;
*[[Coase Theorem Examples]] and [[The Common Carrier Theory of Facebook]]  and [[Contracts]] and [[Convertible Indexed Consols]]&lt;br /&gt;
----&lt;br /&gt;
*[[Data]] and [[Diseconomies of Scale]]&lt;br /&gt;
----&lt;br /&gt;
*[[The economics profession]]  and [[Economistical Arrogance]] and [[Economists--Current]] and  [[Entrepreneurs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Finance]] and [[Free Trade]] &lt;br /&gt;
----&lt;br /&gt;
*[[Game Theory]] and [[Getting a PhD in Economics]]   and [[Government Debt]] and  [[Government Failure]] and [[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[History of Economic Thought]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ Research]] and  [[Inflation]] and [[Insurance]] and  [[The Internet and Its Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Management]] and [[Mathematics]] and [[Minimum Wage]] (Card-Krueger New Jersey study)&lt;br /&gt;
----&lt;br /&gt;
*[[Paper Notes]] and [[Parler v. Amazon]] and  [[Paternalism]] and [[Personal investing]]  and [[Poverty]] and [[The economics profession]] and  [[The Prosperity of Ching China]]&lt;br /&gt;
----&lt;br /&gt;
*[[Recycling]] and [[Refereeing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Schumpeter]] and [[Seminar Notes]] and [[Socialism]] and [[Statistics]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Taxation in China 1650-1911]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vice]]&lt;br /&gt;
----&lt;br /&gt;
*[[The 2021 Texas Snowfall Electricity Crisis]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
*[[Notes on Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bloomington Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[Childrearing]] and [[Christian Colleges]] and [[College Majors]] and  [[Colleges]]&lt;br /&gt;
----&lt;br /&gt;
*[[DEI]] bureaucrats&lt;br /&gt;
----&lt;br /&gt;
*[[Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Failure]]&lt;br /&gt;
---- &lt;br /&gt;
*[[Good Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Indiana Free Speech Survey]] and [[IU Trustees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Private Schools]] and [[Proofs-- Bad Ones]] &lt;br /&gt;
----&lt;br /&gt;
*[[SAT Test]] and [[School Discipline]] and [[Sexual Abuse by Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Teaching]] and [[Test Prep]] and  [[Test Scores]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]] and [[Uni High]] and [[Unionized Schools]] and [[Universities]]  and [[University Reform]]&lt;br /&gt;
&lt;br /&gt;
==Law==&lt;br /&gt;
*[[Notes on Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Amy Chua]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
----&lt;br /&gt;
*[[Clothing]] and [[The Common Carrier Theory of Facebook]] and [[Con Law]] and [[Contracts]] and [[Copyright]] and [[Crime]]&lt;br /&gt;
----&lt;br /&gt;
*[[Defamation]] and [[Disbarring]] evil lawyers&lt;br /&gt;
----&lt;br /&gt;
*[[Embargo]] Contracts for News&lt;br /&gt;
----&lt;br /&gt;
*[[False Accusations]] and the [[FBI]] and [[FOIA]] and   [[Free Speech Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Hunter Biden's Admission to Yale Law School]] and  [[Hyperlink in Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Impeachment]] and [[The Indiana Legal Trust]]  and [[Injunctions--National]] and the [[IU Trustees]] and [[Intellectual property]] and [[International Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Lawyers]]  and  [[Legalism]] in religion  and  [[Leviticus]] and  [[Litigation Finance]]&lt;br /&gt;
----&lt;br /&gt;
*[[Meriwether Case of Administration Persecution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Natural Law]] and [[Nondisclosure Clauses]]&lt;br /&gt;
----&lt;br /&gt;
*[[Opium War Arsenic Poisoning]] and [[Oral Argument]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pardons]]  and   and  [[Parler company]]  and [[Patents]] and [[Poison Pills]] and  [[Police Shootings]] and  [[Police Tactics]] and  and [[Precedent]] and  [[Product Law: Fraud, Trademark, Copyright, Patent]] and [[Property Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ranking Law Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Settlements]] and  [[Settlement That Hurt the Public]]  and  [[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tax Law]]   and  [[Title IX Law]]  and [[Torts]] and   [[Transition Rules in Administrative Law]] and [[Trent Colbert]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]]  and [[University Governance]]&lt;br /&gt;
----&lt;br /&gt;
*[[What Is the Law?]]&lt;br /&gt;
----&lt;br /&gt;
*Yale Law School's [[Amy Chua]] and [[Trent Colbert]]. &lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Living==&lt;br /&gt;
*[[Notes on Living]]&lt;br /&gt;
----&lt;br /&gt;
*[[Advice]] and  [[Air Travel]] and [[Architecture]] and  [[Art]] &lt;br /&gt;
----&lt;br /&gt;
*'''[[Badly Designed Products]]''' and  [[Beauty]] and  [[Best Things of 2020]] and [[Best Things of 2021]] and [[Candidates for Best Dozen Articles I've Read in 2021]]  and  [[Bloomington Employers]] and [[Best Dozen Articles of 2022]]&lt;br /&gt;
----&lt;br /&gt;
*[[Card games]] and [[Social Class|Class]] and [[Computers]] and  [[Conversation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Death]] and [[Design]] and [[Dry Ice]] and [[Drinks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]] and [[Fishing]] and [[Food]]    and [[Friends]]&lt;br /&gt;
----&lt;br /&gt;
*[[Games]]  and  [[Gardening]]  and  [[Guns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Happiness]]  and  [[Hardware]]  and  [[Holidays]]  and  [[Hunting]]&lt;br /&gt;
----&lt;br /&gt;
*[[Inventions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Job Interviews]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Marriage]]  and  [[Movies]]    and  [[Musical Instruments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Obesity]]  and  [[Obituaries]] and [[An Old Man's Stories]] and [[Organization]]&lt;br /&gt;
----&lt;br /&gt;
*[[Parenting]]  and [[Parties]] and [[Places]] and  [[Places to Go]]   and  [[Presents]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Rugs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Search engines]]  and  [[Shopping]]  and  [[Sickness]]  and  [[Smoking]] and and [[Social Class]]  and  [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tools]]  and  [[TV]]&lt;br /&gt;
----&lt;br /&gt;
*[[Units of Measurement]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Politics==&lt;br /&gt;
*[[Notes on Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Biden Administration]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[The CIA]] and [[The Common Carrier Theory of Facebook]]  and  [[Communists]] and [[Conservatives]] and  [[Corruption]] and  [[Countries]] and [[Covid-19]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Deep State]] and [[Dictators]] and [[Diplomats]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Elections]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Filibusters]]  and [[Fraud in Government Programs]] and [[Free Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Government Design]] (constitutions, civil service, etc.) &lt;br /&gt;
----&lt;br /&gt;
*[[Hate hoaxes]] and [[History and Political Tactics for Our Time]]&lt;br /&gt;
----&lt;br /&gt;
*[[Identity Politics/Tribalism]] and [[Immigration]] and [[Impeachment]] and [[The Imperial Presidency]] and [[Indiana Politics]] and [[Inequality]] and [[Israel]]&lt;br /&gt;
----&lt;br /&gt;
*The January 6 incident:  [[2020 Capitol Crowd]] and  [[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Kamala Harris As   Prostitute]]&lt;br /&gt;
----&lt;br /&gt;
*[[Liberals]] and [[Letter to People Who Might Vote for Biden]]  and [[Liberals and Beauty]] and [[Luxury Beliefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Media]] and [[Military Spending]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Nation]] and [[Nixon]] and [[Nuclear power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Political philosophy]]   and  [[Political Prisoners in the US]] and [[Politicians]] and [[Politics generally]] and  [[Politics]]  and [[Polls]] and [[Pontius Pilate As Politician]]&lt;br /&gt;
*[[Practical Tips on Woke Mobbing]]&lt;br /&gt;
*[[The Press as an arm of the Democratic Party]]  &lt;br /&gt;
*[[Public Intellectuals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Race]] and   [[Redistricting]] and  [[Richard II, Rebellion, and Right]] and  [[Riker Book]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Social Policy]] and the [[Southern Poverty Law Center (SPLC)]] and  [[Subversion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tactics  to Fight Cancelling]] and [[&amp;quot;This Land Is My Land&amp;quot;]]&lt;br /&gt;
----&lt;br /&gt;
*[[U.K. Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vote Fraud]] and [[Voting]]&lt;br /&gt;
----&lt;br /&gt;
*[[War]] and [[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Religion==&lt;br /&gt;
*[[Notes on Religion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Anti-Semitism]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Bible]] and  [[Bible Translations]]  and [[Useful Bible Verses]] and   [[Bloomington Churches]] and [[Books]]&lt;br /&gt;
----&lt;br /&gt;
*[[Christian Business]] and [[Christian Colleges]] and [[Christmas]] and   [[Church Buildings]]   and  [[Church Discpline]]&lt;br /&gt;
----&lt;br /&gt;
*[[Deificatio]] and [[Dissolution of the Monasteries]] and [[Donations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ecclesiology]]    and  [[Ethics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Faith versus Works]] and  [[Forgiveness versus Justice]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Good Churches in Various Towns across America]] and  [[The Good Shepherd]]&lt;br /&gt;
----&lt;br /&gt;
*[[Head Coverings]] and [[Holidays]]  and  [[Hymns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Immortality]] and [[Inerrancy]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Law As an Expression of God's Character]] and   [[Legalism]]  and  [[Leviticus]]&lt;br /&gt;
----&lt;br /&gt;
*[[Making your own Christmas cards folding 8x11 paper]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Name of God]] and  [[The National Anthem as Idolatry]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pastors]]  and  [[Peter's Denial]]   and [[Polls: Religion]] and  [[Political Economy in the Bible]] and  [[Pontius Pilate As Politician]]  and  [[Prayer]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Religion in America]] and [[The Rites Controversy in China]]  and  [[Roman Catholicism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Theology]] and  [[The twelve days of Christmas]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
*[[Bankruptcy--Casey and Macey on Hertz and Absolute Priority]]&lt;br /&gt;
*[[Bankruptcy--Skeel on Christian Bankruptcy]]&lt;br /&gt;
*[[Equity-- Why Not Have Enough?]] and  [[Euclid]] and [[Evaluation in Organizations]]&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
*[[Heteroskedasticity]] and [[Hundred Flowers Bloom Model]] &lt;br /&gt;
*[[The Indiana Litigation Trust]] (formerly named [[The Indiana Legal Trust]])&lt;br /&gt;
*[[Nondisclosure Clauses]]&lt;br /&gt;
*[[An Old Man's Stories]] and [[Ostracism in Japan]] and [[Outliers]]&lt;br /&gt;
*[[Regulation Book]]&lt;br /&gt;
*[[Riker Book]]&lt;br /&gt;
*[[Shrinkage]]&lt;br /&gt;
*[[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]&lt;br /&gt;
*[[1933 Germany]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Science==&lt;br /&gt;
*[[Animals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cicadas]]  and  [[Covid-19]]&lt;br /&gt;
----&lt;br /&gt;
*[[The FDA]]&lt;br /&gt;
----&lt;br /&gt;
*[[Geology]]  and  [[Global Warming]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ]]&lt;br /&gt;
----&lt;br /&gt;
*[[Math]] and  [[Medicine]] and [[Mushrooms]]&lt;br /&gt;
----&lt;br /&gt;
*[[Nuclear Power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Plants]]  and  [[Pollution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Short Circuits]]&lt;br /&gt;
----&lt;br /&gt;
*[[Trees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Zeno's Paradox of Achilles and the Tortoise]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Thinking==&lt;br /&gt;
*[[Notes on Thinking]]&lt;br /&gt;
----&lt;br /&gt;
*[[ Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bayes's Rule]] and [[Bias]] and [[Bias in Research]]  and  [[Boasting]]   and  [[Books for My Children To Read]]  and  [[Books I Find Myself Reading Over and Over]]&lt;br /&gt;
----&lt;br /&gt;
*[[Comments]] on the Internet, and [[C. P. Snow, Good Judgement and Winston Churchill]]&lt;br /&gt;
----&lt;br /&gt;
*[[Definitions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ethics]]  and  [[The Exception That Proves the Rule]]  and  [[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Feeling versus Thinking]]  and  [[Francis Bacon's Four Idols]]     and  [[Freedom of Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Innovation]]  and [[Intelligence]]&lt;br /&gt;
----&lt;br /&gt;
*[[Man and Woman]]  and  [[Models and Heuristics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Persuasion]] and [[Psychology]]&lt;br /&gt;
----&lt;br /&gt;
*[[Randomness]] and [[Reading]] and [[Remembering to Think]]&lt;br /&gt;
----&lt;br /&gt;
*[[Self-Esteem]] and [[Selfishness]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Three Kinds of  Concluding: Logic, Intuition, Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Writing==&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]. See also  [[Coding]] and [[Tables of Numbers]] and [[Figures and Diagrams]] and [[Social media]]  and [https://www.rasmusen.org/blog1/c-p-snow-good-judgement-and-winston-churchill/  C. P. Snow, Good Judgement and Winston Churchill ] and [https://www.rasmusen.org/blog1/indefinite-pronouns/   Indefinite Pronouns ]  and [https://www.rasmusen.org/blog1/writing-right-right-away/  Writing Right Right Now.  ]  and [https://www.rasmusen.org/blog1/style-manual/   Writing Style.  ]  and [https://www.rasmusen.org/blog1/rewriting-abstracts/  Rewriting Abstracts ]  and [https://www.rasmusen.org/blog1/diagrams/   Diagrams.  ]  and [[Careful Writing Requires Work]].&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Ambiguity]] and  [[Anonymity]] and [[Articles on Writing]] and  [[Audience]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Language]] and  [[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]  and  [[Big Picture Overview Writing]]  and  [[Big Words]]  and  [[Book reviews: Curiosity, by F.H. Buckley]]&lt;br /&gt;
----&lt;br /&gt;
*[[Candidates for Best Dozen Articles I've Read in 2021]] and [[Citation]] and getting [[Comments]] and  [[Conferences]] and  [[Cover Pages]]&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Examples of Seminar Handouts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Fallacies]]  and  [[Fiction Links]]  and  [[Footnotes]]&lt;br /&gt;
----&lt;br /&gt;
*[[Handouts]]  and [[Handwriting]] and  [[How to Run Online Talks]] and  [[Hyperlinks and the List of Authorities in Legal Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[&amp;quot;Impact&amp;quot; As a Verb]]&lt;br /&gt;
----&lt;br /&gt;
*[[Journals]] and [[Journalism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Listening]] &lt;br /&gt;
----&lt;br /&gt;
*[[Math Writing]] and  [[Mockery and Name-Calling]]&lt;br /&gt;
----&lt;br /&gt;
*[[Novels I Like]]&lt;br /&gt;
----&lt;br /&gt;
*[[Orthography]]&lt;br /&gt;
----&lt;br /&gt;
*[[PhD students]] and [[Phrases]] and  [[Poems]]  and  [[Procrastination]] and [[The Publishing Business]]   and  [[Punctuation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Quotation style]] &lt;br /&gt;
----&lt;br /&gt;
*[[Reading]] as an activity and [[Books to Read]] and [[Rejection]] and [[Rhetorical Phrases]]&lt;br /&gt;
----&lt;br /&gt;
*[[Songs]] and [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Talking]]   and  [[Teaching Writing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Using foreign names of people and countries]] &lt;br /&gt;
----&lt;br /&gt;
*[[Wikipedia]]  and  [[Writing]]   and  [[Writing Style in the Internet Age]]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
----&lt;br /&gt;
*[[Deaths, Mysterious]] and [[Despised Ethnic Groups]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]]&lt;br /&gt;
----&lt;br /&gt;
*[[History]] and [[Homosexuality]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]] and [[Korean Dialects]]&lt;br /&gt;
----&lt;br /&gt;
*[[Machiavelli,  W.E.B. Du Bois, and Their Friends]] and [[Maps]]&lt;br /&gt;
----&lt;br /&gt;
*[[Places]] and [[Profit Opportunities]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Administrative and Wikimedia Help==&lt;br /&gt;
*[[Twitter Tweets]]&lt;br /&gt;
*[[Using MediaWiki for organizing your personal website]]  and &lt;br /&gt;
*[[Rasmapedia administration]]   &lt;br /&gt;
*[[Notes on various things]]&lt;br /&gt;
*[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]&lt;br /&gt;
*[https://en.wikipedia.org/w/index.php?title=User:Editeur24/sandbox&amp;amp;redirect=no My Wikipedia useful command page].&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
* for bullet points&lt;br /&gt;
# with nothing after it, for a blank line&lt;br /&gt;
*(1) is how I like to do numbered lists. It is better than using #&lt;br /&gt;
&amp;lt;nowiki&amp;gt;no [[wiki]] ''markup''&amp;lt;/nowiki&amp;gt;  escaping the language&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;This is a gray blockquote&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 &amp;lt;!-- This is a comment --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 [[MediaWiki:Common.css]]&lt;br /&gt;
&lt;br /&gt;
 I have not figured out how to include templates. The documentation is bad on how to include them in a wiki. &lt;br /&gt;
&lt;br /&gt;
===Templates===&lt;br /&gt;
*[[template:Quotation]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5625</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Main_Page&amp;diff=5625"/>
		<updated>2022-05-24T22:06:46Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Law */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is reached by  http://rasmusen.org/rasmapedia. Top pages: '''[[Music]]''' and '''[[Quotations]]''' and '''[[Words]] ''' and [[Jokes]] and [[Anecdotes]]  and '''[[Books To Read]]''' and '''[[Articles to read]]''' and '''[[iu:main]]''' and [[Notes to Transfer Elsewhere]] and [[Memorable Articles]] and [[Videos]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Commands: &amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 20 align=left&amp;gt;&amp;lt;/html&amp;gt;  &lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
==[[Computers]] and  [[Images]] and [[Movies]] and  [[Candidates for Best Dozen Articles I've Read in 2022]]  ''and  the''  [[MIT Free Speech]] page. ==&lt;br /&gt;
&lt;br /&gt;
==Covid==&lt;br /&gt;
*[[Notes on Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Asymptomatic Spread]] and [[Attacks on covid dissenters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Blunders]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Civil Rights and Rule by Decree]] and [[covid]]  and  [[Covid Gear and Precautions]] and [[Covid Origins]] and [[Covid Party Line Flip Flops]] a&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Death rate]] and [[Covid Defective Thinking]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Epidemiology]] and [[Epidemiologists]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ivermectin]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Law]]   and [[Long Covid]]&lt;br /&gt;
----&lt;br /&gt;
*[[Masks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid op-eds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pandemic Policy]] and [[Polls]] and  [[Pulse Oximeters]]&lt;br /&gt;
----&lt;br /&gt;
*[[Covid Statistics]] &lt;br /&gt;
----&lt;br /&gt;
*[[Covid: Testing]] and [[Covid: treatments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vaccination]] and [[Ventilation]] and [[Vitamin D]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Economics==&lt;br /&gt;
*[[Notes on Economics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Articles to Read]] &lt;br /&gt;
----&lt;br /&gt;
*[[Business]]&lt;br /&gt;
----&lt;br /&gt;
*[[Coase Theorem Examples]] and [[The Common Carrier Theory of Facebook]]  and [[Contracts]] and [[Convertible Indexed Consols]]&lt;br /&gt;
----&lt;br /&gt;
*[[Data]] and [[Diseconomies of Scale]]&lt;br /&gt;
----&lt;br /&gt;
*[[The economics profession]]  and [[Economistical Arrogance]] and [[Economists--Current]] and  [[Entrepreneurs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Finance]] and [[Free Trade]] &lt;br /&gt;
----&lt;br /&gt;
*[[Game Theory]] and [[Getting a PhD in Economics]]   and [[Government Debt]] and  [[Government Failure]] and [[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[History of Economic Thought]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ Research]] and  [[Inflation]] and [[Insurance]] and  [[The Internet and Its Regulation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Management]] and [[Mathematics]] and [[Minimum Wage]] (Card-Krueger New Jersey study)&lt;br /&gt;
----&lt;br /&gt;
*[[Paper Notes]] and [[Parler v. Amazon]] and  [[Paternalism]] and [[Personal investing]]  and [[Poverty]] and [[The economics profession]] and  [[The Prosperity of Ching China]]&lt;br /&gt;
----&lt;br /&gt;
*[[Recycling]] and [[Refereeing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Schumpeter]] and [[Seminar Notes]] and [[Socialism]] and [[Statistics]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Taxation in China 1650-1911]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vice]]&lt;br /&gt;
----&lt;br /&gt;
*[[The 2021 Texas Snowfall Electricity Crisis]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Education==&lt;br /&gt;
*[[Notes on Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bloomington Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[Childrearing]] and [[Christian Colleges]] and [[College Majors]] and  [[Colleges]]&lt;br /&gt;
----&lt;br /&gt;
*[[DEI]] bureaucrats&lt;br /&gt;
----&lt;br /&gt;
*[[Education]]&lt;br /&gt;
----&lt;br /&gt;
*[[Failure]]&lt;br /&gt;
---- &lt;br /&gt;
*[[Good Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Indiana Free Speech Survey]] and [[IU Trustees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Private Schools]] and [[Proofs-- Bad Ones]] &lt;br /&gt;
----&lt;br /&gt;
*[[SAT Test]] and [[School Discipline]] and [[Sexual Abuse by Teachers]]&lt;br /&gt;
----&lt;br /&gt;
*[[Teaching]] and [[Test Prep]] and  [[Test Scores]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]] and [[Uni High]] and [[Unionized Schools]] and [[Universities]]  and [[University Reform]]&lt;br /&gt;
&lt;br /&gt;
==Law==&lt;br /&gt;
*[[Notes on Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Amy Chua]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
----&lt;br /&gt;
*[[Clothing]] and [[The Common Carrier Theory of Facebook]] and [[Con Law]] and [[Contracts]] and [[Copyright]] and [[Crime]]&lt;br /&gt;
----&lt;br /&gt;
*[[Defamation]] and [[Disbarring]] evil lawyers&lt;br /&gt;
----&lt;br /&gt;
*[[Embargo]] Contracts for News&lt;br /&gt;
----&lt;br /&gt;
*[[False Accusations]] and the [[FBI]] and [[FOIA]] and   [[Free Speech Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Graveyard Bonds]]&lt;br /&gt;
----&lt;br /&gt;
*[[Hunter Biden's Admission to Yale Law School]] and  [[Hyperlink in Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Impeachment]] and [[The Indiana Legal Trust]]  and [[Injunctions--National]] and the [[IU Trustees]] and [[Intellectual property]] and [[International Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Lawyers]]  and  [[Legalism]] in religion  and  [[Leviticus]] and  [[Litigation Finance]]&lt;br /&gt;
----&lt;br /&gt;
*[[Meriwether Case of Administration Persecution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Natural Law]] and [[Nondisclosure Clauses]]&lt;br /&gt;
----&lt;br /&gt;
*[[Opium War Arsenic Poisoning]] and [[Oral Argument]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pardons]]  and   and  [[Parler company]]  and [[Patents]] and [[Poison Pills]] and  [[Police Shootings]] and  [[Police Tactics]] and  and [[Precedent]] and  [[Product Law: Fraud, Trademark, Copyright, Patent]] and [[Property Law]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ranking Law Schools]]&lt;br /&gt;
----&lt;br /&gt;
*[[Settlements]] and  [[Settlement That Hurt the Public]]  and  [[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tax Law]]   and  [[Title IX Law]]  and [[Torts]] and   [[Transition Rules in Administrative Law]] and [[Trent Colbert]]&lt;br /&gt;
----&lt;br /&gt;
*[[The undergraduate law major]]  and [[University Governance]]&lt;br /&gt;
----&lt;br /&gt;
*[[What Is the Law?]]&lt;br /&gt;
----&lt;br /&gt;
*Yale Law School's [[Amy Chua]] and [[Trent Colbert]]. &lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Living==&lt;br /&gt;
*[[Notes on Living]]&lt;br /&gt;
----&lt;br /&gt;
*[[Advice]] and  [[Air Travel]] and [[Architecture]] and  [[Art]] &lt;br /&gt;
----&lt;br /&gt;
*'''[[Badly Designed Products]]''' and  [[Beauty]] and  [[Best Things of 2020]] and [[Best Things of 2021]] and [[Candidates for Best Dozen Articles I've Read in 2021]]  and  [[Bloomington Employers]] and [[Best Dozen Articles of 2022]]&lt;br /&gt;
----&lt;br /&gt;
*[[Card games]] and [[Social Class|Class]] and [[Computers]] and  [[Conversation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Death]] and [[Design]] and [[Dry Ice]] and [[Drinks]]&lt;br /&gt;
----&lt;br /&gt;
*[[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]] and [[Fishing]] and [[Food]]    and [[Friends]]&lt;br /&gt;
----&lt;br /&gt;
*[[Games]]  and  [[Gardening]]  and  [[Guns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Happiness]]  and  [[Hardware]]  and  [[Holidays]]  and  [[Hunting]]&lt;br /&gt;
----&lt;br /&gt;
*[[Inventions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Job Interviews]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Marriage]]  and  [[Movies]]    and  [[Musical Instruments]]&lt;br /&gt;
----&lt;br /&gt;
*[[Obesity]]  and  [[Obituaries]] and [[An Old Man's Stories]] and [[Organization]]&lt;br /&gt;
----&lt;br /&gt;
*[[Parenting]]  and [[Parties]] and [[Places]] and  [[Places to Go]]   and  [[Presents]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Rugs]]&lt;br /&gt;
----&lt;br /&gt;
*[[Search engines]]  and  [[Shopping]]  and  [[Sickness]]  and  [[Smoking]] and and [[Social Class]]  and  [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tools]]  and  [[TV]]&lt;br /&gt;
----&lt;br /&gt;
*[[Units of Measurement]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Politics==&lt;br /&gt;
*[[Notes on Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Biden Administration]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cancellings]] and [[The CIA]] and [[The Common Carrier Theory of Facebook]]  and  [[Communists]] and [[Conservatives]] and  [[Corruption]] and  [[Countries]] and [[Covid-19]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Deep State]] and [[Dictators]] and [[Diplomats]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Elections]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Filibusters]]  and [[Fraud in Government Programs]] and [[Free Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Government Design]] (constitutions, civil service, etc.) &lt;br /&gt;
----&lt;br /&gt;
*[[Hate hoaxes]] and [[History and Political Tactics for Our Time]]&lt;br /&gt;
----&lt;br /&gt;
*[[Identity Politics/Tribalism]] and [[Immigration]] and [[Impeachment]] and [[The Imperial Presidency]] and [[Indiana Politics]] and [[Inequality]] and [[Israel]]&lt;br /&gt;
----&lt;br /&gt;
*The January 6 incident:  [[2020 Capitol Crowd]] and  [[Judges]]&lt;br /&gt;
----&lt;br /&gt;
*[[Kamala Harris As   Prostitute]]&lt;br /&gt;
----&lt;br /&gt;
*[[Liberals]] and [[Letter to People Who Might Vote for Biden]]  and [[Liberals and Beauty]] and [[Luxury Beliefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Media]] and [[Military Spending]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Nation]] and [[Nixon]] and [[Nuclear power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Political philosophy]]   and  [[Political Prisoners in the US]] and [[Politicians]] and [[Politics generally]] and  [[Politics]]  and [[Polls]] and [[Pontius Pilate As Politician]]&lt;br /&gt;
*[[Practical Tips on Woke Mobbing]]&lt;br /&gt;
*[[The Press as an arm of the Democratic Party]]  &lt;br /&gt;
*[[Public Intellectuals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Race]] and   [[Redistricting]] and  [[Richard II, Rebellion, and Right]] and  [[Riker Book]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Social Policy]] and the [[Southern Poverty Law Center (SPLC)]] and  [[Subversion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Tactics  to Fight Cancelling]] and [[&amp;quot;This Land Is My Land&amp;quot;]]&lt;br /&gt;
----&lt;br /&gt;
*[[U.K. Politics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Vote Fraud]] and [[Voting]]&lt;br /&gt;
----&lt;br /&gt;
*[[War]] and [[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Religion==&lt;br /&gt;
*[[Notes on Religion]]&lt;br /&gt;
----&lt;br /&gt;
*[[Abortion]] and [[Anti-Semitism]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Bible]] and  [[Bible Translations]]  and [[Useful Bible Verses]] and   [[Bloomington Churches]] and [[Books]]&lt;br /&gt;
----&lt;br /&gt;
*[[Christian Business]] and [[Christian Colleges]] and [[Christmas]] and   [[Church Buildings]]   and  [[Church Discpline]]&lt;br /&gt;
----&lt;br /&gt;
*[[Deificatio]] and [[Dissolution of the Monasteries]] and [[Donations]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ecclesiology]]    and  [[Ethics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Faith versus Works]] and  [[Forgiveness versus Justice]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Good Churches in Various Towns across America]] and  [[The Good Shepherd]]&lt;br /&gt;
----&lt;br /&gt;
*[[Head Coverings]] and [[Holidays]]  and  [[Hymns]]&lt;br /&gt;
----&lt;br /&gt;
*[[Immortality]] and [[Inerrancy]]&lt;br /&gt;
----&lt;br /&gt;
*[[The Law As an Expression of God's Character]] and   [[Legalism]]  and  [[Leviticus]]&lt;br /&gt;
----&lt;br /&gt;
*[[Making your own Christmas cards folding 8x11 paper]]  &lt;br /&gt;
----&lt;br /&gt;
*[[The Name of God]] and  [[The National Anthem as Idolatry]]&lt;br /&gt;
----&lt;br /&gt;
*[[Pastors]]  and  [[Peter's Denial]]   and [[Polls: Religion]] and  [[Political Economy in the Bible]] and  [[Pontius Pilate As Politician]]  and  [[Prayer]]  &lt;br /&gt;
----&lt;br /&gt;
*[[Religion in America]] and [[The Rites Controversy in China]]  and  [[Roman Catholicism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Theology]] and  [[The twelve days of Christmas]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Research==&lt;br /&gt;
*[[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]&lt;br /&gt;
*[[Bankruptcy--Casey and Macey on Hertz and Absolute Priority]]&lt;br /&gt;
*[[Bankruptcy--Skeel on Christian Bankruptcy]]&lt;br /&gt;
*[[Equity-- Why Not Have Enough?]] and  [[Euclid]] and [[Evaluation in Organizations]]&lt;br /&gt;
*[[Heteroskedasticity]] and [[Hundred Flowers Bloom Model]] &lt;br /&gt;
*[[The Indiana Litigation Trust]] (formerly named [[The Indiana Legal Trust]])&lt;br /&gt;
*[[Nondisclosure Clauses]]&lt;br /&gt;
*[[An Old Man's Stories]] and [[Ostracism in Japan]] and [[Outliers]]&lt;br /&gt;
*[[Regulation Book]]&lt;br /&gt;
*[[Riker Book]]&lt;br /&gt;
*[[Shrinkage]]&lt;br /&gt;
*[[Specific versus General Jurisdiction for Corporations]]&lt;br /&gt;
&lt;br /&gt;
*[[Talks:    Polarization and Splitting a Pie (January 19, 2021)]]&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]&lt;br /&gt;
*[[1933 Germany]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Science==&lt;br /&gt;
*[[Animals]]&lt;br /&gt;
----&lt;br /&gt;
*[[Cicadas]]  and  [[Covid-19]]&lt;br /&gt;
----&lt;br /&gt;
*[[The FDA]]&lt;br /&gt;
----&lt;br /&gt;
*[[Geology]]  and  [[Global Warming]]&lt;br /&gt;
----&lt;br /&gt;
*[[IQ]]&lt;br /&gt;
----&lt;br /&gt;
*[[Math]] and  [[Medicine]] and [[Mushrooms]]&lt;br /&gt;
----&lt;br /&gt;
*[[Nuclear Power]]&lt;br /&gt;
----&lt;br /&gt;
*[[Plants]]  and  [[Pollution]]&lt;br /&gt;
----&lt;br /&gt;
*[[Scholarly Misconduct]] and [[Short Circuits]]&lt;br /&gt;
----&lt;br /&gt;
*[[Trees]]&lt;br /&gt;
----&lt;br /&gt;
*[[Zeno's Paradox of Achilles and the Tortoise]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Thinking==&lt;br /&gt;
*[[Notes on Thinking]]&lt;br /&gt;
----&lt;br /&gt;
*[[ Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bayes's Rule]] and [[Bias]] and [[Bias in Research]]  and  [[Boasting]]   and  [[Books for My Children To Read]]  and  [[Books I Find Myself Reading Over and Over]]&lt;br /&gt;
----&lt;br /&gt;
*[[Comments]] on the Internet, and [[C. P. Snow, Good Judgement and Winston Churchill]]&lt;br /&gt;
----&lt;br /&gt;
*[[Definitions]]&lt;br /&gt;
----&lt;br /&gt;
*[[Ethics]]  and  [[The Exception That Proves the Rule]]  and  [[Experts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Feeling versus Thinking]]  and  [[Francis Bacon's Four Idols]]     and  [[Freedom of Speech]]&lt;br /&gt;
----&lt;br /&gt;
*[[Innovation]]  and [[Intelligence]]&lt;br /&gt;
----&lt;br /&gt;
*[[Man and Woman]]  and  [[Models and Heuristics]]&lt;br /&gt;
----&lt;br /&gt;
*[[Persuasion]] and [[Psychology]]&lt;br /&gt;
----&lt;br /&gt;
*[[Randomness]] and [[Reading]] and [[Remembering to Think]]&lt;br /&gt;
----&lt;br /&gt;
*[[Self-Esteem]] and [[Selfishness]]   &lt;br /&gt;
----&lt;br /&gt;
*[[Three Kinds of  Concluding: Logic, Intuition, Authority]]&lt;br /&gt;
----&lt;br /&gt;
*[[Wokefolk]]&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Writing==&lt;br /&gt;
*[[Notes for My Book-in-Progress on Writing, Talking, Listening and Thinking]]. See also  [[Coding]] and [[Tables of Numbers]] and [[Figures and Diagrams]] and [[Social media]]  and [https://www.rasmusen.org/blog1/c-p-snow-good-judgement-and-winston-churchill/  C. P. Snow, Good Judgement and Winston Churchill ] and [https://www.rasmusen.org/blog1/indefinite-pronouns/   Indefinite Pronouns ]  and [https://www.rasmusen.org/blog1/writing-right-right-away/  Writing Right Right Now.  ]  and [https://www.rasmusen.org/blog1/style-manual/   Writing Style.  ]  and [https://www.rasmusen.org/blog1/rewriting-abstracts/  Rewriting Abstracts ]  and [https://www.rasmusen.org/blog1/diagrams/   Diagrams.  ]  and [[Careful Writing Requires Work]].&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Ambiguity]] and  [[Anonymity]] and [[Articles on Writing]] and  [[Audience]]&lt;br /&gt;
----&lt;br /&gt;
*[[Bad Language]] and  [[Bad Supreme Court Writing As Exemplified in ''Ford v. Montana'' (2021)]]  and  [[Big Picture Overview Writing]]  and  [[Big Words]]  and  [[Book reviews: Curiosity, by F.H. Buckley]]&lt;br /&gt;
----&lt;br /&gt;
*[[Candidates for Best Dozen Articles I've Read in 2021]] and [[Citation]] and getting [[Comments]] and  [[Conferences]] and  [[Cover Pages]]&lt;br /&gt;
----&lt;br /&gt;
*[[Examples of Rewriting Abstracts]] and [[Examples of Seminar Handouts]]&lt;br /&gt;
----&lt;br /&gt;
*[[Fallacies]]  and  [[Fiction Links]]  and  [[Footnotes]]&lt;br /&gt;
----&lt;br /&gt;
*[[Handouts]]  and [[Handwriting]] and  [[How to Run Online Talks]] and  [[Hyperlinks and the List of Authorities in Legal Briefs]]&lt;br /&gt;
----&lt;br /&gt;
*[[&amp;quot;Impact&amp;quot; As a Verb]]&lt;br /&gt;
----&lt;br /&gt;
*[[Journals]] and [[Journalism]]&lt;br /&gt;
----&lt;br /&gt;
*[[Listening]] &lt;br /&gt;
----&lt;br /&gt;
*[[Math Writing]] and  [[Mockery and Name-Calling]]&lt;br /&gt;
----&lt;br /&gt;
*[[Novels I Like]]&lt;br /&gt;
----&lt;br /&gt;
*[[Orthography]]&lt;br /&gt;
----&lt;br /&gt;
*[[PhD students]] and [[Phrases]] and  [[Poems]]  and  [[Procrastination]] and [[The Publishing Business]]   and  [[Punctuation]]&lt;br /&gt;
----&lt;br /&gt;
*[[Quotation style]] &lt;br /&gt;
----&lt;br /&gt;
*[[Reading]] as an activity and [[Books to Read]] and [[Rejection]] and [[Rhetorical Phrases]]&lt;br /&gt;
----&lt;br /&gt;
*[[Songs]] and [[Stories]]&lt;br /&gt;
----&lt;br /&gt;
*[[Talking]]   and  [[Teaching Writing]]&lt;br /&gt;
----&lt;br /&gt;
*[[Using foreign names of people and countries]] &lt;br /&gt;
----&lt;br /&gt;
*[[Wikipedia]]  and  [[Writing]]   and  [[Writing Style in the Internet Age]]&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
----&lt;br /&gt;
*[[Deaths, Mysterious]] and [[Despised Ethnic Groups]]&lt;br /&gt;
----&lt;br /&gt;
*[[Farming]]&lt;br /&gt;
----&lt;br /&gt;
*[[History]] and [[Homosexuality]]&lt;br /&gt;
----&lt;br /&gt;
*[[Knots]] and [[Korean Dialects]]&lt;br /&gt;
----&lt;br /&gt;
*[[Machiavelli,  W.E.B. Du Bois, and Their Friends]] and [[Maps]]&lt;br /&gt;
----&lt;br /&gt;
*[[Places]] and [[Profit Opportunities]]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Administrative and Wikimedia Help==&lt;br /&gt;
*[[Twitter Tweets]]&lt;br /&gt;
*[[Using MediaWiki for organizing your personal website]]  and &lt;br /&gt;
*[[Rasmapedia administration]]   &lt;br /&gt;
*[[Notes on various things]]&lt;br /&gt;
*[https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting]&lt;br /&gt;
*[https://en.wikipedia.org/w/index.php?title=User:Editeur24/sandbox&amp;amp;redirect=no My Wikipedia useful command page].&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
  &amp;lt;html&amp;gt; &amp;lt;img src= &amp;quot;http://rasmusen.org/EricRasmusen2007.jpg&amp;quot; height= 120 align= left&amp;gt; &amp;lt;/html&amp;gt; &lt;br /&gt;
: and :: and ::: for indentation layers&lt;br /&gt;
---- for a horizontal rule&lt;br /&gt;
* for bullet points&lt;br /&gt;
# with nothing after it, for a blank line&lt;br /&gt;
*(1) is how I like to do numbered lists. It is better than using #&lt;br /&gt;
&amp;lt;nowiki&amp;gt;no [[wiki]] ''markup''&amp;lt;/nowiki&amp;gt;  escaping the language&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color: gray&amp;quot;&amp;gt;This is a gray blockquote&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;q&amp;gt;This is a quotation&amp;lt;/q&amp;gt;&lt;br /&gt;
 &amp;lt;!-- This is a comment --&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
 [[MediaWiki:Common.css]]&lt;br /&gt;
&lt;br /&gt;
 I have not figured out how to include templates. The documentation is bad on how to include them in a wiki. &lt;br /&gt;
&lt;br /&gt;
===Templates===&lt;br /&gt;
*[[template:Quotation]]&lt;br /&gt;
&amp;lt;!-- **************************************************************** --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
	<entry>
		<id>https://www.rasmusen.org/rasmapedia/index.php?title=Cancellings&amp;diff=5624</id>
		<title>Cancellings</title>
		<link rel="alternate" type="text/html" href="https://www.rasmusen.org/rasmapedia/index.php?title=Cancellings&amp;diff=5624"/>
		<updated>2022-05-24T20:11:27Z</updated>

		<summary type="html">&lt;p&gt;Erasmuse: /* Miscellaneous */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See also [[Nondisclosure Clauses]]. &lt;br /&gt;
&lt;br /&gt;
*[https://www.dailymail.co.uk/news/article-9487849/China-launches-app-citizens-report-mistaken-opinions.html China launches app for citizens to report anyone who has 'mistaken opinions' or 'denies the excellence of socialist culture' The app and hotline has been released ahead of party's 100th anniversary ...&amp;quot;] (2021). &lt;br /&gt;
&lt;br /&gt;
*[https://www.theatlantic.com/magazine/archive/2021/10/new-puritans-mob-justice-canceled/619818/ &amp;quot;THE NEW PURITANS&amp;quot;,] Atlantic (2021) by Ann Applebaum is a good survey with lots of specifics about cancellings and the various effects on its victims. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==How to Resist==&lt;br /&gt;
*[https://quillette.com/2021/01/27/beating-back-cancel-culture-a-case-study-from-the-field-of-artificial-intelligence/ Pedro Domingos], ''Quillette'' (2021)&lt;br /&gt;
&lt;br /&gt;
*[https://quillette.com/2021/02/05/more-weight-an-academics-guide-to-surviving-campus-witch-hunts/ Dorian Abbot], ''Quillette'' (2021). &lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
*[https://www.unz.com/mmalkin/why-airbnb-banned-me-and-my-hubby-too/ Michelle Malkin banned from AirBnB], February 2022.&lt;br /&gt;
&lt;br /&gt;
==Commentary on Cancellings Generally==&lt;br /&gt;
*[https://reason.com/2021/12/13/the-second-great-age-of-political-correctness/ &amp;quot;he-second-great-age-of-political-correctness/ &amp;quot;] ''Reason'' (Dec.2021).&lt;br /&gt;
&lt;br /&gt;
*Level 2 and 3 Witch Hunts &lt;br /&gt;
2021 and 2019 ( [https://twitter.com/search?q=ensure%20that%20even%20those%20most%20carefully%20orthodox%20in%20their%20opinions%20would%20have%20said%20something%20that%20later%20became%20heretical.&amp;amp;src=typed_query   Paul Graham]&lt;br /&gt;
&lt;br /&gt;
We can classify witch hunts by how long such paths can be. E.g. in a level 3 witch hunt, you can be targeted for defending someone who defended someone who was targeted. I saw that happen in 2020. I don't think I've seen 4 hops yet though.&lt;br /&gt;
 &lt;br /&gt;
It happened to me. A mob came after me when I tweeted this because they thought I was defending Stallman for defending Minsky. (Actually I wasn't. Stallman just happened to be one of two people getting cancelled then.) &lt;br /&gt;
 &lt;br /&gt;
Sep 17, 2019&lt;br /&gt;
&lt;br /&gt;
If we extended human lifespans sufficiently, everyone would be cancelled. The drift in moral fashion would ensure that even those most carefully orthodox in their opinions would have said something that later became heretical. &lt;br /&gt;
 &lt;br /&gt;
2019 had 245 comments and 105 quote retweets and 2K Likes.&lt;br /&gt;
&lt;br /&gt;
*[https://www.econjobrumors.com/topic/twitter-is-now-cancelling-wooldridge/page/2 Wooldridge cancelling, power v. authority]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Dorian Abbot  (MIT, 2021)==&lt;br /&gt;
*[https://freespeech.mit.edu/signatories &amp;quot;Campaign to endorse the Chicago Principles on freedom of expression,&amp;quot;] list of MIT faculty who signed. &lt;br /&gt;
&lt;br /&gt;
*[https://www.mitfreespeech.org/ The MIT Free Speech Alliance], an alumni group formed in response to the Abbot cancellation. &lt;br /&gt;
&lt;br /&gt;
*[https://www.thefire.org/mit-community-rallies-behind-chicago-statement-after-dorian-abbot-disinvitation/  mit-community-rallies-behind-chicago-statement-after-dorian-abbot-disinvitation/,&amp;quot;] FIRE (November 2021). &lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/haralduhlig/status/1457018887514505219 Harald Uhlig Tweet] on Ivan Werning not signing.&lt;br /&gt;
&lt;br /&gt;
*The [[MIT Free Speech]] page. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Boudreau (Central Michigan, 2021)==&lt;br /&gt;
*A FOIA request got the [https://reason.com/wp-content/uploads/2021/05/boudreau-settlement-agreement.pdf settlement agreement]. See [https://reason.com/volokh/2021/05/08/recent-developments-in-controversies-about-quoting-slurs-from-court-cases/#more-8115395 Volokh Conspiracy.]&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
Prof. Boudreau, who was represented by a lawyer from the Foundation for Individual Rights in Education, withdrew any claims he might have against CMU, retired from CMU (he was apparently eligible for retirement), and in exchange received 10 months' salary and benefits (from Sept. 1, 2020 when he had been fired, to June 30, 2021, the end of this academic year). &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;color:gray&amp;quot;&amp;gt; &lt;br /&gt;
5.	Dr. Boudreau shall be paid in a lump sum, less normal withholding taxes the value of pay and CMU's contribution to benefits through June 30, 2021 within thirty (30) days of this settlement. A W-2 will be issued for this payment.&lt;br /&gt;
&lt;br /&gt;
15.	Dr. Boudreau agrees that the terms of this Release, including the payment made hereunder, are confidential and shall not be divulged to any third party except his spouse, tax advisor, CPA, wealth manager, and/or his attorneys who shall be advised of this confidentiality provision. Dr. Boudreau shall not be held liable for breach of this confidentiality clause in the event he is compelled via subpoena to under oath in court of law regarding details or terms of his severance and/or settlement agreement provided that he gives prompt notice to the CMU's General Counsel so CMU has the opportunity to object to the subpoena.&lt;br /&gt;
&lt;br /&gt;
16.	In the event that Dr. Boudreau violates any aspect of this Agreement, he acknowledges that said breach shall cause damage to CMU. The parties understand that CMU may have to reveal the terms pursuant to FOIA unrelated to any request by the Union or Dr. Boudreau, who agree not to make, encourage, or otherwise participate in such request.&lt;br /&gt;
&lt;br /&gt;
19.	Dr. Boudreau shall not, by oral or written expression or any other act of communication to any third party, by name, disparage, criticize, or impugn the reputation or character of CMU's curent or former Board of Trustees members, Board of Trustees, administrators, directors, other employees,eagents and representatives, both individually and in their official capacities (Releas6s). This provision shall not be construed to prohibit Dr. Boudreau from communicating his disagreement with CMU's decision to terminate his employment for the way he spoke various words including the &amp;quot;n-word&amp;quot;, his criticism of CMU's decision and generally his beliefs and opinion on the efficacy of his teaching methods. Dr. Boudreau further agrees that this provision concerning non-disparagement is a material condition ofthe consideration contained herein, that this provision is an essential part of this Agreement, and that any violation ofthe terms ofthis paragraph shall be deemed a material breach of the entire Agreement.&lt;br /&gt;
&lt;br /&gt;
21.	Dr. Boudreau agrees that this Agreement shall be binding and inure to the benefit of his successors, executors, administrators, personal representatives and assigns, and to the benefit of the predecessors, successors, and assigns of the Releasees, and further agrees and acknowledges that this Agreement contains and comprises the entire agreement and understandings of the parties, and that there are no additional promises or terms of this Agreement, other than those contained within this document and the documents referenced herein.&lt;br /&gt;
&lt;br /&gt;
23.	If any provision of this Agreement shall for any reason be held invalid, illegal, unenforceable, or in conflict with any law governing this Agreement, the validity of the remaining portions of this Agreement shall not be affected but shall continue in full legal force and effect to the fullest extent allowed by law.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Observations: &lt;br /&gt;
* (1) He can talk about the incident he was fired for. &lt;br /&gt;
*(2) He can disparage the University,  just not the various individuals who are to blame for any university scandals he may reveal.  &lt;br /&gt;
*(3) The University and its officials are free to disparage him however much they want. &lt;br /&gt;
*(4) No damages are specified for breach of the clause. He is paid his settlement money within 30 days, and there are no liquidated damages. Presumably the damages would be the default of expectation damages, which in this case would be like defamation damages except he would be liable for harm caused even by truthful statements about public figures.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Sara Braasch (Leftwing Yale Graduate Student who called the police when she found a strange black woman sleeping outside her dorm room, 2018)==&lt;br /&gt;
*[https://sarahjbraasch.com/2021/10/30/so-you-want-to-talk-about-ijeoma-oluo-who-repeatedly-tried-to-drive-me-to-suicide-on-twitter-because-i-am-the-proof-that-she-is-an-evil-lying-bigot-and-fraud-part-i/ Braasch's blog, screenshots of the Left's attempt to harass her and drive her to suicide] (2021)&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
== [[Amy Chua]]  (Yale Law). See the [[Amy Chua]] page. ==&lt;br /&gt;
&lt;br /&gt;
==   [[Trent Colbert]]: The Trap House Party   (Yale Law).  See the [[Trent Colbert]] page.==&lt;br /&gt;
&lt;br /&gt;
==Jed DeVaro ( Cal State-East Bay econ)==&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;img src=&amp;quot;https://www.csueastbay.edu/directory/profiles/mgmt/jed-devaro.jpg&amp;quot; height= 120 align=left&amp;gt;&amp;lt;/html&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*[https://www.csueastbay.edu/directory/profiles/mgmt/devarojed.html Jed DeVaro faculty profile]  and his [https://scholar.google.com/citations?user=KnFonD0AAAAJ&amp;amp;hl=en Google Scholar Citation page]. &lt;br /&gt;
&lt;br /&gt;
*[https://thepioneeronline.com/42499/features/professors-not-immune-to-gender-inequality/ &amp;quot;Professors not immune to gender inequality: Jung Sook You, CSUEB,&amp;quot;]  ''The Pioneer,'' November 30, 2020.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Roland Fryer (Harvard econ, 2019)==&lt;br /&gt;
*[https://www.realclearinvestigations.com/articles/2019/01/27/harvard_the_new_york_times_and_the_metoo_takedown_of_a_black_academic_star.html &amp;quot;Harvard, the NY Times and the #MeToo Takedown of a Black Academic Star,&amp;quot;] Stuart Taylor Jr., ''RealClearInvestigations,'' January 29, 2019.&lt;br /&gt;
&lt;br /&gt;
*[https://karlstack.substack.com/p/the-lynching-of-roland-fryer &amp;quot;The Lynching of Roland Fryer,&amp;quot; ] ''Substack'' (2021).&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Iowa  ==&lt;br /&gt;
*[https://www.campusreform.org/article?id=18597 &amp;quot;University ordered to pay almost $2 million after students win religious freedom lawsuit&lt;br /&gt;
The University of Iowa was recently ordered to pay $1.9 million after two student groups sued the school.&lt;br /&gt;
The lawsuits were filed originally in 2017 and 2018.&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Timothy Jackson]], North Texas, Musicology.  See the [[Timothy Jackson]] page.==&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Katz, Joshua (Princeton Classics)==&lt;br /&gt;
*[https://www.realclearpolitics.com/articles/2021/10/27/8_at_princeton_assail_false_portrayal_of_prof_as_racist_146631.html Eight professors, 7 anonymous, criticize the Administration], October 27, 2021.&lt;br /&gt;
&lt;br /&gt;
*[https://www.dailyprincetonian.com/article/2021/02/alumni-allegations-princeton-joshua-katz  &amp;quot;Alumni allege history of inappropriate conduct with female students by Princeton professor Joshua Katz,&amp;quot;] Marie-Rose Sheinerman and Evelyn Doskoch, ''The Princetonian,'' &lt;br /&gt;
(February 4, 2021) but see the harsh criticisms of that article at  [https://princetoniansforfreespeech.com/editorial-mccarthyism-daily-princetonian &amp;quot;Editorial: &amp;quot;McCarthyism at the Daily Princetonian&amp;quot;,]  Princetonians for Free Speech and  the [https://princetoniansforfreespeech.com/letter-editor-which-daily-princetonian-has-ignored   Elizabeth Bogan letter] that the Princetonian wouldn't publish. &lt;br /&gt;
&lt;br /&gt;
*[https://www.theamericanconservative.com/dreher/how-low-did-princeton-go-joshua-t-katz-racism/  &amp;quot;How Low Did Princeton Go?,&amp;quot;]  Rod Dreher, The American Conservative (September 15, 2021). &lt;br /&gt;
&lt;br /&gt;
*[https://www.firstthings.com/article/2021/10/my-confessions &amp;quot;My Confessions,&amp;quot;] Joshua Katz, First Things (October 2021). &lt;br /&gt;
{{Quotation|&lt;br /&gt;
  Early in my career, however, I made a grave mistake, by which I mean something beyond the bounds of “merely” bad behavior, something sinful: I had a relationship with a student whom I was at the same time teaching. It was a consensual relationship between adults; it took place at a time when Princeton’s rules permitted students and faculty to engage in sexual contact, provided there was no pedagogical or supervisory conflict; and there was no Title IX violation. Still, it was a sin.&lt;br /&gt;
&lt;br /&gt;
It is a sin I lived with every day. It ate away at me. But I lived with it alone. Alone, that is, until weeks after the #MeToo movement took off in late 2017, when an anonymous complainant—not the woman ­herself—informed Princeton about the more-than-a-decade-old affair. The result was an internal investigation, which culminated in a one-year suspension without pay.&lt;br /&gt;
&lt;br /&gt;
Even before I knew that my life was about to change, I had begun reading theology and occasionally attending church (in that order—once a bookish academic, always a bookish academic). The fact is that I was sad, I was making a mess of my personal life, and I needed help.&lt;br /&gt;
&lt;br /&gt;
Then I learned of the investigation, learned that I would likely be suspended, and found myself in need of help on an entirely different level. I was on sabbatical in London at the time, and my future mother-in-law—I had only just begun dating her daughter, a former (yes, former) student of mine who was now at Cambridge—gave me the following firm instruction: Get myself to the Temple Church, whose Master (senior cleric), the Rev. Robin Griffith-Jones, she had heard preach a few years earlier in New York.&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
Two reporters at the main student newspaper spent seven months digging into my private life. Surmising that I had been suspended, they published an article about me in the first week of February that “threw away basic journalistic standards” (in the words of Princetonians for Free Speech) in its reliance on hearsay, innuendo, and hostile anonymous sources. }}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Kilborn, Jason==&lt;br /&gt;
*[https://campusreform.org/article?id=16754  &amp;quot;Law prof says he was forced to undergo lengthy mental examination &amp;amp; drug test after exam question caused students ‘distress’,&amp;quot;] (2021):&lt;br /&gt;
{{Quotation|&lt;br /&gt;
Kilborn told Campus Reform that his classes “were cancelled for the entire semester on the very first day of class. He said he also had to undergo “an agonizing several-week period of ‘administrative leave,’” during which he was “barred from campus and prevented from participating in normal faculty communications and activities, including my elected position on the university promotion and tenure committee.”&lt;br /&gt;
&lt;br /&gt;
Kilborn said he was compelled to submit to three hours of mental examination and a drug test by university doctors and a social worker, broken into two segments spanning the course of a week.}}&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Chad KIMBALL (Broadway actor, 2021)==&lt;br /&gt;
*[https://nypost.com/2021/11/05/tony-nominee-i-was-fired-from-broadway-for-being-christian/    &amp;quot;Tony nominee Chad Kimball: I was fired from Broadway for being Christian,&amp;quot;] ''New York Post.'' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Brian KLATTMAN (Lehigh, 2021)==&lt;br /&gt;
*[https://thebrownandwhite.com/2021/11/09/math-professor-removed-from-the-classroom/ &amp;quot;Visiting math professor removed from the classroom following social media posts brought to university’s attention ,&amp;quot;]  GABRIELLE FALK,NOVEMBER 9, 2021, ''The Brown and White.''&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Diane Klein (LaVerne, Chapman)==&lt;br /&gt;
*[https://www.thecollegefix.com/law-professor-says-university-fired-her-by-racializing-criticism-of-black-colleagues-performance/ &amp;quot;Law professor says university fired her by ‘racializing’ criticism of black colleague’s performance,&amp;quot; ] CHRISTIAN LUBKE (AUGUST 26, 2020).&lt;br /&gt;
{{Quotation|&lt;br /&gt;
In a meeting on the future of the law school last fall, Klein told colleagues that they must decide “whether we are willing to assassinate” Assistant Dean Jendayi Saada, who runs the Center for Academic and Bar Readiness.}}&lt;br /&gt;
&lt;br /&gt;
*[https://www.insidehighered.com/news/2020/02/17/la-verne-seeks-terminate-gadfly-professor-allegedly-threatening-assassinate Insider Higher Education] article. &lt;br /&gt;
&lt;br /&gt;
*[https://www.ipetitions.com/petition/concerned-la-verne-faculty-for-the-restoration-of#scrollTo--undefined Petition] from Laverne faculty in support of KLein. &lt;br /&gt;
&lt;br /&gt;
*[https://www.coursicle.com/chapman/professors/Diane+Klein/ Chapman Law] teaching schedule. &lt;br /&gt;
&lt;br /&gt;
*[http://www.caaaup.org/about-ca-aaup.html   AAUP State of California Vice President for Private Universities] (2020-2022).&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==[[Gordon Klein]], UCLA, Anderson School, Accounting (2020).  See the [[Gordon Klein]] page.==&lt;br /&gt;
&lt;br /&gt;
==John Kluge (Indiana schoolteacher)==&lt;br /&gt;
*[https://www.leagle.com/decision/infdco20200109d01 District Court decision]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Zhihao Kong (Purdue student, Chinese government harassment)==&lt;br /&gt;
*[https://www.propublica.org/article/even-on-us-campuses-china-cracks-down-on-students-who-speak-out  &amp;quot;even-on-us-campuses-china-cracks-down-on-students-who-speak-out,&amp;quot;] ''Pro Publica'', Sebastian Rotella (Nov. 2021). &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
==Walter Lewin (MIT)==&lt;br /&gt;
This is an odd one. I haven't figure it out yet. &lt;br /&gt;
*[https://www.insidehighered.com/news/2015/01/23/complainant-unprecedented-walter-lewin-sexual-harassment-case-comes-forward  walter-lewin-sexual-harassment-case].&lt;br /&gt;
&lt;br /&gt;
[https://thetech.com/2014/12/09/walterlewin-v134-n60 &amp;quot;MIT cuts ties with Walter Lewin after online harassment probe&lt;br /&gt;
Institute revokes emeritus title, removes online courses of popular physics professor who starred in viral videos&amp;quot;] The Tech (2014).&lt;br /&gt;
&lt;br /&gt;
==Jamie Lund (St. Mary's Law) (2013)==&lt;br /&gt;
*[https://abovethelaw.com/2013/05/sources-and-dr-phil-offer-insights-author-of-confessions-of-a-sociopath-who-might-be-this-law-professor/ Above the Law] guessing as to the true identity of a &amp;quot;sociopath&amp;quot;.  It looks like she was mistreated. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
   &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==John MacAdams (Marquette, 2018)==&lt;br /&gt;
[https://www.jsonline.com/story/news/education/2021/04/15/marquette-political-science-professor-john-mcadams-dies/7246026002/  &amp;quot;John McAdams, political science professor who took Marquette to the state Supreme Court, dies,&amp;quot;] Devi Shastri, Milwaukee Journal Sentinel, April 15, 2021.&lt;br /&gt;
&lt;br /&gt;
==McPhail, Mark (Indiana U.--Northwest, Gary, 2022)==&lt;br /&gt;
[[McPhail, Mark]]  has its own page. &lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Meriwether (Ohio, gender pronouns)==&lt;br /&gt;
See [[Meriwether Case of Administration Persecution]]. Not a cancelling case, really, if I remember right; a wokeness case, though. &lt;br /&gt;
&lt;br /&gt;
==Joseph Petry (Illinois)==&lt;br /&gt;
*[https://www.docdroid.net/24J86No/20-448releaseable-pdf Feb. 28, 2020 University Report] online. &lt;br /&gt;
&lt;br /&gt;
*[https://taxprof.typepad.com/files/petry.pdf June 11, 2020 News Release] by Thies-Webber. &lt;br /&gt;
&lt;br /&gt;
*[https://taxprof.typepad.com/files/petry-1.pdf January 27, 2021 News Release] by Thies-Webber after winning on the motion to dismiss, with the Complaint and Motion to Dismiss and Objection to the Motion to Dismiss and Decision. This is the key document.  &lt;br /&gt;
&lt;br /&gt;
*Jan 28, 2021 [https://www.news-gazette.com/news/local/university-illinois/ex-professors-breach-of-contract-suit-against-ui-can-proceed-judge-decides/article_b9ee510e-8ff7-5ebd-bfc1-7f4cca3725e1.html &amp;quot;Ex-professor's breach-of-contract suit against UI can proceed, judge decides,&amp;quot;] Ben Zigterman bzigterman@news-gazette.com,.&lt;br /&gt;
&lt;br /&gt;
*FEBRUARY 9, 2021, [https://www.thecollegefix.com/judge-approves-professors-lawsuit-against-university-for-baseless-grades-for-sex-investigation/ &amp;quot;Judge approves professor’s lawsuit against university for baseless grades-for-sex investigation,&amp;quot;] HENRY KOKKELER - WASHINGTON STATE UNIVERSITY. This is a very informative article.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Stephen Porter (NC State, 2021)==&lt;br /&gt;
[https://www.jamesgmartin.center/2021/10/death-by-a-thousand-cuts-professor-files-lawsuit-against-nc-state-university/ &amp;quot;“Death by a Thousand Cuts”: Professor Files Lawsuit Against NC State University,&amp;quot;] Inside Higher Education, Oct. 11, 2021, Shannon Watkins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Judge Pryor (2021)==&lt;br /&gt;
*[http://www.dorfonlaw.org/2021/10/judge-bill-pryor-and-law-clerk-cancel.html?m=1 Attack on him by Dorf on Law] for hiring a clerk who sent an anti-black tweet once a few years ago.&lt;br /&gt;
&lt;br /&gt;
==Purdue==&lt;br /&gt;
*[https://www.thecollegefix.com/purdue-has-students-criminally-charged-for-posters-criticizing-administrator/ Purdue brings criminal vandalism charges against students] for putting up posters criticizing an administrator for going soft on rape. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==  ==&lt;br /&gt;
&lt;br /&gt;
== J. Mark Ramseyer  (Harvard Law, 2020).  See  the [[J. Mark Ramseyer]]  page. ==&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
==Sanders, Steve (Indiana Law, 2021)==&lt;br /&gt;
*[https://www.thefire.org/did-indiana-university-foia-its-own-professor/ FIRE writeup] of the situation, around Dec. 15. &lt;br /&gt;
&lt;br /&gt;
==Schulz, Gregory (Concordia-Wisconsin, 2022)==&lt;br /&gt;
*[https://thefederalist.com/2022/05/16/christian-university-still-hasnt-reinstated-professor-it-kicked-out-after-he-criticized-identity-politics/ Suspended] from a Missouri Lutheran, supposedly conservative denominational college for criticizing wokeism.  On the web is a [https://gunnerq.com/2022/03/14/heres-the-real-reason-they-canceled-concordias-greg-schultz/ confused set of notes by someone] with valuable background information]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Shaw, Jodi (Smith librarian)==&lt;br /&gt;
*[https://static1.squarespace.com/static/5ac03e14ec4eb74c10016931/t/61bcbb8de3cfe174add26ed7/1639758778264/2021-12-16+Shaw+Complaint.pdf Her lawsuit complaint] (2021).&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Harald UHLIG (Chicago Econ, 2020)==&lt;br /&gt;
*[https://www.dropbox.com/s/45hnqjjki12529m/uhlig_petition_public.pdf?dl=0 Petition calling for the resignation of Harald Uhlig as editor of JPE]:&lt;br /&gt;
{{Quotation|&lt;br /&gt;
To: The Coeditors of the Journal of Political Economy and Director of The University of Chicago&lt;br /&gt;
Press&lt;br /&gt;
&lt;br /&gt;
We, the undersigned, call for the resignation of Harald Uhlig, the Bruce Allen and Barbara&lt;br /&gt;
Ritzenthaler Professor in Economics at the University of Chicago, '''as the Lead Editor of the Journal&lt;br /&gt;
of Political Economy.''' Prof. Uhlig's comments published on his blog (https://bit.ly/3cN0L97)&lt;br /&gt;
and Twitter posts dated June 8th, '''trivializing the Black Lives Matter (BLM) movement''' and drawing&lt;br /&gt;
parallels between the BLM movement and the Ku Klux Klan, are outrageous and unacceptable. They hurt and marginalize people of color and their allies in the economics profession; c'''all into question his impartiality''' in assessing academic work on this and related topics; and damage the standing of the economics discipline in society. '''We do not question the right of Prof. Uhlig to make such comments,''' but we are strongly opposed to him holding a position of power as the editor of a prominent journal in our discipline. }}&lt;br /&gt;
&lt;br /&gt;
::Signed by Richard Tol, Oliver Jehiel, Sharon Oster, Shelly Lundberg, Ivan Werning, David Cutler, Chris Blattman, Paul Goldsmith, Severin Borenstein, Arthur Silve, Andrew Atkeson, Scott Imberman, Jennifer Doleac, Justin Wolfers, Judith Chevalier,&lt;br /&gt;
&lt;br /&gt;
*[https://twitter.com/erasmuse/status/1459537303894900741 Uhlig tweet with Rasmusen comments] on the MIT Free Speech petition, its signers, and its nonsigners.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Allyn Walker (Old Dominion, 2021)==&lt;br /&gt;
*[https://www.dailymail.co.uk/news/article-10210713/Trans-professor-placed-leave-controversially-defending-pedophiles.html ''Daily Mail'' article,] October 21, 2021. &lt;br /&gt;
{{Quotation|&lt;br /&gt;
A transgender university professor in Virginia has been placed on leave after defending pedophiles as 'Minor Attracted People' and saying they shouldn't be ostracized because they can't help their natural urges....Walker has written a book that tries to destigmatize pedophilia. It encourages people to refer to pedophiles as 'Minor Attracted People'  and says they shouldn't be ostracized for their urges, which they can't help.... said that the online backlash had led to concerns for Walker's safety and that of the campus, and placing them on leave was the best course of action.    }}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==Amy Wax (Penn Law)==&lt;br /&gt;
*[https://newcriterion.com/issues/2018/4/fahrenheit-451-updated 2018 New Criterion article]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;br /&gt;
==Zimmerman, James (Nashville clarinet, 2021)==&lt;br /&gt;
*[https://freebeacon.com/culture/how-racial-anxiety-conquered-an-orchestra-and-crushed-a-career/  &amp;quot; How Racial Anxiety Conquered an Orchestra and Crushed a Career&amp;quot;] Aaron Sibarium, Washington Free Beacon.  A black oboeist on temp status because of his musicial weakness was hired by breaking the rules and not having fellow musicians vote on him. A clarinetist, James Zimmerman,  who had advocated for his temporary trial and gotten him the job, was assigned to help him. He resented that, and with another musician, accused Zimmerman of stalking them and got Zimmerman fired. The Board boasted about it, and the Union refused to support him. &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Erasmuse</name></author>
		
	</entry>
</feed>