LSN wrote:RuBLed wrote:The rightmost panels read from top to bottom is a homage to the movie my super ex-girlfriend..
That is why it is a shark.
That actually makes sense...
That scene was the only good bit of that film.
Moderators: Moderators General, Prelates, Magistrates
LSN wrote:RuBLed wrote:The rightmost panels read from top to bottom is a homage to the movie my super ex-girlfriend..
That is why it is a shark.
That actually makes sense...
Lunch Meat wrote:The comments about the illusory gray dots in the corners make me want to create a diagram of several squares that actually does have light gray dots in the corners. Could that be a technique of nerd sniping? Reproduce a famous illusion, but change it so that what appears to be true actually is true. And then confuse people who actually expect it to be an illusion.
It frightens me that you aren't skilled at throwing objects, but you decided it was a good idea to get better by using knives.scowdich wrote:As has been said in other threads, try refreshing the page, and if that doesn't work, clear your cookies and interwebtubes cache.
The comic resonated for me. Hell, not only boomerangs; I've never really been good with any things you throw. I'm getting better at knives, though.
TheMagicalTurtle wrote:It frightens me that you aren't skilled at throwing objects, but you decided it was a good idea to get better by using knives.scowdich wrote:As has been said in other threads, try refreshing the page, and if that doesn't work, clear your cookies and interwebtubes cache.
The comic resonated for me. Hell, not only boomerangs; I've never really been good with any things you throw. I'm getting better at knives, though.
Astronick wrote:Someone should write a little generator that gives you a random selection of the panels to see some truly surreal ones.
markfiend wrote:Astronick wrote:Someone should write a little generator that gives you a random selection of the panels to see some truly surreal ones.
Your wish is my command
http://www.markfiend.com/xkcd/index.php
Just keep refreshing for different random strips.
ETA: Heh. I just got frames 7, 2, 3, 10. Nice.
NMcCoy wrote:Any chance we could get the randomizer generalized to more fixed-panel-size xkcds?
Code: Select all
<?php
$data = array('01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16');
shuffle($data);
for($i = 0; $i < 4; $i++) {
echo"<img src='xkcd_{$data[$i]}.png' alt='frame_{$data[$i]}' />";
}
?>
markfiend wrote:Astronick wrote:Someone should write a little generator that gives you a random selection of the panels to see some truly surreal ones.
Your wish is my command
http://www.markfiend.com/xkcd/index.php
Just keep refreshing for different random strips.
ETA: Heh. I just got frames 7, 2, 3, 10. Nice.
Code: Select all
<?php
$data = array('01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16');
shuffle($data);
for($i = 0; $i < 16; $i++) {
echo"<img src='xkcd_{$data[$i]}.png' alt='frame_{$data[$i]}' />";
if ($i % 4 == 3) echo "<br />\n";
}
?>
markfiend wrote:Your wish is my command
http://www.markfiend.com/xkcd/index.php
Just keep refreshing for different random strips.
ETA: Heh. I just got frames 7, 2, 3, 10. Nice.
markfiend wrote:Astronick wrote:Someone should write a little generator that gives you a random selection of the panels to see some truly surreal ones.
Your wish is my command
http://www.markfiend.com/xkcd/index.php
Just keep refreshing for different random strips.
ETA: Heh. I just got frames 7, 2, 3, 10. Nice.
ThemePark wrote:Brilliant random comic.
Sorry about the top of the panels being cut off, I forgot to scroll up in my browser before I hit Print Screen.
markfiend wrote:Astronick wrote:Someone should write a little generator that gives you a random selection of the panels to see some truly surreal ones.
Your wish is my command
http://www.markfiend.com/xkcd/index.php
Just keep refreshing for different random strips.
ETA: Heh. I just got frames 7, 2, 3, 10. Nice.
masher wrote:Ansible wrote:Try reading the comic from every possible direction for extra laughs.
Top left to bottom right is pretty surreal...
Belial wrote:I once had a series of undocumented and nonstandardized subjective experiences that indicated that anecdotal data is biased and unreliable.