Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Fact check (Score 1) 1160

I thought the factual (as opposed to most likely) story was:

1) Al Qaeda planned attacks for 9-11.
2) The videos had absolutely nothing to do with them.
3) The Obama administration used the video as an excuse to cover up their security/intelligence failures.

State Department: Libya Consulate Attack Not Preceded By Protest

There may have been other unrelated protests elsewhere, some maybe even about the stupid video, but that's not what these articles are referencing.

Comment Re:I was actually disappointed by this. (Score 1) 193

I did it with nested loops in ColdFusion. There are 33 "w" lengths and 48 "e" lengths. 11 "n" and 19 "s". Had to limit the outer loop because my server would time out, but with a bit of grinding I was able to generate a list of all the tiles.

<cfloop from="19" to="20" index="y">
<cfloop from="1" to="33" index="x">

<cfset testUrl="http://imgs.xkcd.com/clickdrag/#y#s#x#w.png">

<cfhttp method="head" url="#testUrl#"
resolveurl="no" throwonerror="no" />

<!--- Check if no status code or status code 404 --->
<cfif NOT IsDefined("cfhttp.responseheader.status_code")
OR cfhttp.responseheader.status_code EQ "404">
<cfset result=false>
<cfelse>
<cfoutput><a href="#testUrl#">#testUrl#</a></cfoutput><br />
</cfif>
</cfloop>
</cfloop>

Comment Re:write a new story? (Score 5, Insightful) 396

You really have to admire Marvel for how well they've handled their movie franchises the past decade, especially the Avengers arc. It's hard not to be in awe of what transpired to bring The Avengers to fruition. They made smart choices which eventually paid off handsomely. DC, outside the Nolan films, has botched everything. Warner Bros. just doesn't trust creative people to handle the material.

Comment Worth the risk (Score 1) 270

I threw my $99 behind the project. Hopefully it turns out to be a fun system. That's a hell of a lot less than I paid for either my phone or my Playstation3. I don't expect to be playing Uncharted on the thing at that price... I just expect to play something comparable to what I have on my phone. My kids play iPod games for hours on end, so this console will see use one way or the other.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...