This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To: [email protected], [email protected], [email protected] | |
Hello, Wizards of the Coast and Hareruya | |
I was involved in an unpleasant situation with kanister (https://www.twitch.tv/kanister_mtg) just a moment ago. The interaction occurs roughly from 1:40:00 - 1:50:00 in his Oct 26th stream (https://www.twitch.tv/videos/1187365668). | |
I joined the stream and there was discussion about capitalism, shelter, etc. Somebody made a joke about capitalism and it bothered me because capitalism, through climate change, is predicted to kill about 2 billion people by 2100, essentially all of them innocent. For a point of comparison, the Holocaust killed about 12 million people, essentially all of them innocent. Now, if somebody made jokes about the Holocaust, most of our community would not allow this. I was in no position to stop them, so I just included my viewpoint (mostly what I said above). A moderator timed me out for this, apparently. Mind you, while this was going on, multiple people were talking about "p |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pyspark import SparkContext | |
def main(): | |
sc = SparkContext(appName="Test Compression") | |
# RDD has to be key, value pairs | |
data = sc.parallelize([ | |
("key1", "value1"), | |
("key2", "value2"), | |
("key3", "value3"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype HTML> | |
<meta charset = 'utf-8'> | |
<html> | |
<head> | |
<script src='//ramnathv.github.io/rCharts/libraries/widgets/polycharts/js/polychart2.standalone.js' type='text/javascript'></script> | |
<style> | |
.rChart { | |
display: block; |