
Philosophers if they were muppets, a thread I made so I wouldn’t have to think about it anymore:
Machiavelli is Ernie

Obviously the law is you can assign yourself a muppet too if you do philosophy https://t.co/wBCwY1w44T
— Dylan Doherty (@DylanCDoherty) January 21, 2021
More from Culture
This is ridiculous. Students were asked for their views on this example and several others. The study findings and conclusions were about student responses not the substance of each case. Could\u2019ve used hypotheticals. The responses not the cases were the basis of the conclusions.
— Eric Kaufmann (@epkaufm) February 17, 2021
Here is the incident Kaufmann incorporated into his study, as told by a Cardiff professor who was there. As you can see, the incident involved the university intervening to *uphold* free speech principles:
The UK govt\u2019s paper on free speech in Unis (with implications for Wales) is getting a lot of attention.
— Richard Wyn Jones (@RWynJones) February 16, 2021
Worth noting then that an important part of the evidence-base on which it rests relates to (demonstrably false) claims about my own institution
1/https://t.co/buoGE7ocG7
Here is the first mention of the Greer at Cardiff incident in Kaufmann's report. It refers to the "concrete case" of the "no-platforming of Germaine Greer". Any reasonable reader would assume that refers to an incident of no-platforming instead of its opposite.

Here is the next mention of Greer in the report. The text asks whether the University "should have overruled protestors" and "stepped in...and guaranteed Greer the right to speak". Again the strong implication is that this did not happen and Greer was "no platformed".

The authors could easily have added a footnote at this point explaining what actually happened in Cardiff. They did not.
You May Also Like
As a dean of a major academic institution, I could not have said this. But I will now. Requiring such statements in applications for appointments and promotions is an affront to academic freedom, and diminishes the true value of diversity, equity of inclusion by trivializing it. https://t.co/NfcI5VLODi
— Jeffrey Flier (@jflier) November 10, 2018
We know that elite institutions like the one Flier was in (partial) charge of rely on irrelevant status markers like private school education, whiteness, legacy, and ability to charm an old white guy at an interview.
Harvard's discriminatory policies are becoming increasingly well known, across the political spectrum (see, e.g., the recent lawsuit on discrimination against East Asian applications.)
It's refreshing to hear a senior administrator admits to personally opposing policies that attempt to remedy these basic flaws. These are flaws that harm his institution's ability to do cutting-edge research and to serve the public.
Harvard is being eclipsed by institutions that have different ideas about how to run a 21st Century institution. Stanford, for one; the UC system; the "public Ivys".
==========================
Module 1
Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...
... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit https://t.co/EZt0agsdlV
This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!
In Module 1 of this Nano course, we will learn about :
# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)
# Using Google Colab
Intro link is here on YT: https://t.co/MqMSDBaQri
Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb
You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want
# Importing Libraries
Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.
