Wnderer wrote:What sites are protesting SOPA today? So far I found xkcd, google, duckduckgo and wikipedia. Yahoo, bing, dogpile and wolfram-alpha aren't showing anything.
Also, xnxx.com
Moderators: Moderators General, Magistrates, Prelates
Wnderer wrote:What sites are protesting SOPA today? So far I found xkcd, google, duckduckgo and wikipedia. Yahoo, bing, dogpile and wolfram-alpha aren't showing anything.
PolakoVoador wrote:Wnderer wrote:What sites are protesting SOPA today? So far I found xkcd, google, duckduckgo and wikipedia. Yahoo, bing, dogpile and wolfram-alpha aren't showing anything.
Reddit and Cyanide&Happiness are also blacked out. And Gizmodo is doing something too.
A_of_s_t wrote:Kibate wrote:Good job on noticing the hidden message, i wouldn't have seen it tooSpoiler:
You have to be kidding me... is that really what's hidden? (I can't see it on my monitor)
<!DOCTYPE html>
<html><head>
<title>Reveal</title>
<script type="text/javascript">
var context, img;
function byId(id) {return document.getElementById(id)}
function init()
{
// Get the canvas element.
var canvas = byId('myCanvas');
if (!canvas || !canvas.getContext) return;
// Get the canvas 2d context.
context = canvas.getContext('2d');
if (!context || !context.getImageData || !context.putImageData || !context.drawImage) return;
img = byId('myImage');
canvas.height = img.height;
canvas.width = img.width;
process()
}
// Get canvas pixel data from context ctx
function get_pixels(ctx, ox, oy, w, h)
{
try
{
try
{
//Attempt to read canvas data
var imgd = ctx.getImageData(ox, oy, w, h);
}
catch (e)
{
//Ask user to give us permission to read canvas data
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
var imgd = ctx.getImageData(ox, oy, w, h);
}
}
catch (e)
{
var msg = "Unable to access Canvas image data: " + e;
alert(msg);
throw new Error(msg);
}
return imgd;
}
function change(x){return (x>0 && x<16) ? 255 - x : x}
function process()
{
// Draw the image on canvas.
context.drawImage(img, 0, 0);
// Get the pixels.
//var imgd = context.getImageData(0, 0, img.width, img.height);
var imgd = get_pixels(context, 0, 0, img.width, img.height);
var pix = imgd.data;
// Loop over each pixel
for (var i = 0; i < pix.length; i += 4)
{
pix[i ] = change(pix[i ]); // red
pix[i+1] = change(pix[i+1]); // green
pix[i+2] = change(pix[i+2]); // blue
// i+3 is alpha (the fourth element)
}
// Draw the ImageData object.
context.putImageData(imgd, 0, 0);
}
</script>
</head>
<body>
<img src='http://imgs.xkcd.com/comics/sopa.png' id="myImage" onload="init()"><hr>
<canvas id="myCanvas">Your browser does not have support for Canvas.</canvas>
</body>
</html>
Wnderer wrote:What sites are protesting SOPA today? So far I found xkcd, google, duckduckgo and wikipedia. Yahoo, bing, dogpile and wolfram-alpha aren't showing anything.
DrZiro wrote:Fun fact: In Swedish, "sopa" means "piece of trash".
Wnderer wrote:What sites are protesting SOPA today? So far I found xkcd, google, duckduckgo and wikipedia. Yahoo, bing, dogpile and wolfram-alpha aren't showing anything.
RyanfaeScotland wrote:It's kinda annoying how us Scots (and the rest of the Brits) are getting all these anti-SOPA messages yet very few of them carry any information on what non-yanks should do to help. Best I've got so far was e-mail the US Embassy but I'm doubtful that will do any good. Anyone else got any suggestions?
jasc15 wrote:Forgive my ignorance on the issue, (I've heard about this in passing since October, but it seemed to mostly come from people complaining that they won't be able to continuously torrent GB's of copyrighted material 24/7) but how does this affect a site like XKCD? Some imply that the slightest mention, or link to copyrighted material on a site could lead to that site's censorship (some of the avatars used here, for example).
In spanish sopa means soup. but then again acronyms like "farc" make no sense to english speakers (I tack on an "e" at the end).Netzach wrote:Why do these laws have such ridiculous names? In Swedish "sopa" means "a piece of garbage" and "pipa" means "to squeek" amongst other meanings.
Pfhorrest wrote:As someone who is not easily offended, I don't really mind anything in this conversation.
jasc15 wrote:Forgive my ignorance on the issue, (I've heard about this in passing since October, but it seemed to mostly come from people complaining that they won't be able to continuously torrent GB's of copyrighted material 24/7) but how does this affect a site like XKCD? Some imply that the slightest mention, or link to copyrighted material on a site could lead to that site's censorship (some of the avatars used here, for example).
jasc15 wrote:Forgive my ignorance on the issue, (I've heard about this in passing since October, but it seemed to mostly come from people complaining that they won't be able to continuously torrent GB's of copyrighted material 24/7) but how does this affect a site like XKCD? Some imply that the slightest mention, or link to copyrighted material on a site could lead to that site's censorship (some of the avatars used here, for example).
Khaba wrote:I've been a bit too busy to follow the SOPA/PIPA thing in incredible detail - how would these bills prevent Randall or any content owner from allowing their work to be shared, as he implies in the caption?
(Apologies if this is a dumb question.)
VanDerZagallo wrote:Does anyone know if facebook will 'blackout' too? That would be interesting.
Pfhorrest wrote:As someone who is not easily offended, I don't really mind anything in this conversation.
Felderburg wrote:All the comics I checked linked from the archive are blacked out... except for "Porn Folder" (http://xkcd.com/981/).
Brenna asked me what SOPA was last night, and I was quiet for about fifteen seconds while I tried to create a definition that would make any kind of sense to someone who wasn’t a Redditor. If you say that it’s a mechanism for curbing the distribution of copyrighted material, that’s not something that people think is “wrong.” This is a huge part of the problem, and if you have been wondering how things managed to get this far that’s a big part of it. Someone asked me my “stance” on SOPA/PIPA last week, and I told them that I had the same stance as every other conscious being; that it’s Satanic. But I didn’t know what to do.
Zamfir wrote:(The N&A subform) is like those bars where slightly-too-drunk people discuss what's WRONG with the world.
Lawsome wrote:I bathe in feces so that I taste horrible.
The Mighty Thesaurus wrote:Forum games is an objectively terrible place.
Nylonathatep wrote:From Penny Arcade
http://penny-arcade.com/2012/01/18Brenna asked me what SOPA was last night, and I was quiet for about fifteen seconds while I tried to create a definition that would make any kind of sense to someone who wasn’t a Redditor. If you say that it’s a mechanism for curbing the distribution of copyrighted material, that’s not something that people think is “wrong.” This is a huge part of the problem, and if you have been wondering how things managed to get this far that’s a big part of it. Someone asked me my “stance” on SOPA/PIPA last week, and I told them that I had the same stance as every other conscious being; that it’s Satanic. But I didn’t know what to do.
Also I'll make this easier for everyone who doesn't have a cheap monitor.
http://i222.photobucket.com/albums/dd228/lonewanderer666/sopareveal.png
or just save today's comic into your harddrive, open with MS Paint, select "Fill with color" and click on a random black spot to reveal the message Mr Black hat guy have to say about SOPA.
Fire Brns wrote:^This is what I was trying to say I felt. The explanation made recently still does not decently explain it.
Sopa I an overuse of copyright protection; basically making the internet a police state run by corporations, it would make youtube clips where someone posts an "edited version of a family guy scene" illegal.
Khaba wrote:I've been a bit too busy to follow the SOPA/PIPA thing in incredible detail - how would these bills prevent Randall or any content owner from allowing their work to be shared, as he implies in the caption?
(Apologies if this is a dumb question.)
A civilian wrote:All these blackouts, all these news articles, all this EFF activism, and zero links to non-biased sources or even to the text of the bill.
Are you joking?
A civilian wrote:It's sad how many teenagers will just sign these petitions without knowing or understanding what it is they're supporting. And the thing is, yes, the bills should be opposed, but if a swarm of pro-free-internet, anti-evil-corporate-overlord forumites voice their opposition for all the completely wrong reasons it's still a sad comment on the state of the Web's general public.
A civilian wrote:All these blackouts, all these news articles, all this EFF activism, and zero links to non-biased sources or even to the text of the bill.
A civilian wrote:... even to the text of the bill...
Quicksilver wrote:I came here today in case Randall had something planned. Very creative.
Press esc before the page loads completely and all pages will work, I tested with http://en.wikipedia.org/wiki/Potato.d0nk3y_k0n9 wrote:Has anyone else noticed that http://en.wikipedia.org/wiki/Sopa and http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative still work, but nothing else on Wikipedia does as far as I can tell?
Pfhorrest wrote:As someone who is not easily offended, I don't really mind anything in this conversation.
Fire Brns wrote:Press esc before the page loads completely and all pages will work, I tested with <a href="wikipedia.org/wiki/Potato">Potato</a>.d0nk3y_k0n9 wrote:Has anyone else noticed that http://en.wikipedia.org/wiki/Sopa and http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative still work, but nothing else on Wikipedia does as far as I can tell?
Fire Brns wrote:Press esc before the page loads completely and all pages will work, I tested with http://en.wikipedia.org/wiki/Potato.d0nk3y_k0n9 wrote:Has anyone else noticed that http://en.wikipedia.org/wiki/Sopa and http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative still work, but nothing else on Wikipedia does as far as I can tell?
Rory wrote:If tilting your monitor doesn’t reveal the hidden background to the comic, attached is an image I made by brightening the comic.
Transcription of hidden image:
A message from sysadmins everywhere:
black hat guy: “Seriously, don’t screw with DNS. If you break this internet, we are not making you a new one.”
RyanfaeScotland wrote:Rory wrote:If tilting your monitor doesn’t reveal the hidden background to the comic, attached is an image I made by brightening the comic.
Transcription of hidden image:
A message from sysadmins everywhere:
black hat guy: “Seriously, don’t screw with DNS. If you break this internet, we are not making you a new one.”
Holy-bloody-arse-shit-fucking-crazy-crap, does no-one read the other posts in this forum except maybe a handful of people (Chezzik getting honourable mention) ?
Well done on brightening the comic, there is only 5 other posts explaining how to do it and 1 that has already done it and posted it. Your nobel prize is surely in the post.
Pfhorrest wrote:As someone who is not easily offended, I don't really mind anything in this conversation.
Webzter wrote:Fire Brns wrote:Press esc before the page loads completely and all pages will work, I tested with http://en.wikipedia.org/wiki/Potato.d0nk3y_k0n9 wrote:Has anyone else noticed that http://en.wikipedia.org/wiki/Sopa and http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative still work, but nothing else on Wikipedia does as far as I can tell?
Just turn off JavaScript.
Turing Machine wrote:Quicksilver wrote:I came here today in case Randall had something planned. Very creative.
doing what every single other site has done
lolcreative
Fire Brns wrote:We need a rule: Scroll through all the pages of thread if there is <5; read page one and most recent before current if >5.
Return to Individual XKCD Comic Threads
Users browsing this forum: Caswallon, HES, MobTeeseboose, RogueCynic, shealtket and 32 guests