This file contains 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
what is "society of the spectacle" about? | |
1 / 1 | |
"The Society of the Spectacle" is a book written by the French philosopher Guy Debord in 1967. The central argument of the book is that contemporary society has been transformed into a spectacle, where everything that was once lived directly has now been replaced by representations. In other words, the book explores the idea that modern society is no longer about actual experiences and interactions, but about the consumption of images and the commodification of reality. | |
Debord argues that this spectacle is a result of capitalism, where everything has been transformed into a commodity, including human experiences and emotions. The spectacle is characterized by the constant creation and consumption of images, which have become the primary mode of communication and information dissemination in contemporary society. | |
Debord suggests that the spectacle has a profound impact on individual and collective consciousness, creating a false sense of reality that is disco |
This file contains 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
% gulp scripts-lint /Users/donovan/src/testpilot | |
[16:08:29] Requiring external module babel-register | |
[16:08:31] Using gulpfile ~/src/testpilot/gulpfile.babel.js | |
[16:08:31] Starting 'scripts-lint'... | |
[16:08:36] | |
/Users/donovan/src/testpilot/frontend/src/app/config.js | |
4:19 error Strings must use doublequote quotes | |
6:5 error Strings must use doublequote quotes | |
8:5 error Strings must use doublequote quotes | |
9:14 error Strings must use doublequote quotes |
This file contains 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> | |
<html> | |
<head> | |
<title>Hello, React</title> | |
<script src="https://unpkg.com/react@latest/dist/react.js"></script> | |
<script src="https://unpkg.com/react-dom@latest/dist/react-dom.js"></script> | |
<script src="https://unpkg.com/[email protected]/babel.min.js"></script> | |
</head> | |
<body> | |
<div id="root"> |
This file contains 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> | |
<html> | |
<head> | |
<title>Video Test</title> | |
</head> | |
<body> | |
<video src="gizmo.mp4" autoplay controls id="content"> | |
</video> | |
<script> | |
document.getElementById('content').oncontextmenu = function(e) { |
This file contains 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
diff --git a/dom/network/src/TCPSocket.js b/dom/network/src/TCPSocket.js | |
--- a/dom/network/src/TCPSocket.js | |
+++ b/dom/network/src/TCPSocket.js | |
@@ -42,16 +42,25 @@ const BUFFER_SIZE = 65536; | |
// this file to slightly more readable explanations. | |
function createTCPError(aErrorName, aErrorType) { | |
let error = Cc["@mozilla.org/dom-error;1"] | |
.createInstance(Ci.nsIDOMDOMError); | |
error.wrappedJSObject.init(aErrorName); | |
return error; |
This file contains 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
diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js | |
--- a/b2g/app/b2g.js | |
+++ b/b2g/app/b2g.js | |
@@ -387,16 +387,19 @@ | |
// WebSettings | |
pref("dom.mozSettings.enabled", true); | |
// controls if we want camera support | |
pref("device.camera.enabled", true); |
This file contains 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
diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js | |
--- a/b2g/app/b2g.js | |
+++ b/b2g/app/b2g.js | |
@@ -387,16 +387,19 @@ | |
// WebSettings | |
pref("dom.mozSettings.enabled", true); | |
// controls if we want camera support | |
pref("device.camera.enabled", true); |
This file contains 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
diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js | |
--- a/b2g/app/b2g.js | |
+++ b/b2g/app/b2g.js | |
@@ -387,16 +387,19 @@ | |
// WebSettings | |
pref("dom.mozSettings.enabled", true); | |
// controls if we want camera support | |
pref("device.camera.enabled", true); |
This file contains 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
diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js | |
--- a/b2g/app/b2g.js | |
+++ b/b2g/app/b2g.js | |
@@ -388,16 +388,19 @@ | |
// WebSettings | |
pref("dom.mozSettings.enabled", true); | |
// controls if we want camera support | |
pref("device.camera.enabled", true); |
This file contains 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
diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js | |
--- a/b2g/app/b2g.js | |
+++ b/b2g/app/b2g.js | |
@@ -388,16 +388,19 @@ | |
// WebSettings | |
pref("dom.mozSettings.enabled", true); | |
// controls if we want camera support | |
pref("device.camera.enabled", true); |
NewerOlder