al Qaeda Hacks XP?
acaird writes "According to this article at Newbytes, members of al Qaeda may have worked for Microsoft and planted "trojans, trapdoors, and bugs in Windows XP"."
This stuff screams of hoax to me, but it is showing up on the Washington
Post.
Hey Dubya, Osama isn't hiding in caves in Tora Bora, he's hiding in a conference room in Redmond!
BigCat79
"The dead have risen and are voting Republican!" --Bart Simpson
Does this mean we can drop a few 'Daisy Cutters' on Redmond?
Now whenever an appication crashes I get a picture of Bert from Sesame street!
... the first caricatures of Bill Gates with beard and turban start to appear.
Say no to software patents.
100k 0u+ d00d i w177 h0@x0r j00!!!
Any sufficiently well-organized community is indistinguishable from Government.
Just cause I'm curious,
Did you work on OS/2 development? I've seen your other posts and know that you're among the last outposts of people placing their faith in OS/2.
Offtopic, but:
Only because people try to misuse it as a boolean function, which it ain't - its an order test. If you say
if (strcmp(username, "osama") == 0) or
if (strcmp(username, "oscama") != 0)
your code will be clearer - the == 0 or != 0 (or > 0 or < 0) is the same sense as the string comparison.
Tom Swiss | the infamous tms | my blog
You cannot wash away blood with blood
ROTFL! God, if I had mod points I would mod you up!!
if (!signature) { throw std::runtime_error("No sig!"); }
Off-topic but important
Don't do that. You're right; it is much faster. But it's less safe: it breaks if filenames contain whitespace. Ideally, they wouldn't, but remember the iTunes 2 installer? It axed entire partitions for this very reason. Filenames on a lot of systems do have spaces. Code that breaks on them is bad.
Instead, do this:
It requires GNU find and xargs. But it really is much, much better. (It uses a null character instead of a space/newline as the seperator. Filenames can't contain nulls, since the system calls expect C-style null-terminated strings.)
(GNU bashers: There is a reason people prefer their tools. They really are better in a lot of cases.)
If this is the best news stories slashdot can come up with, I'll just start reading the enqiuerer.
PLEASE STOP POSTING CRAP!
Mike @ The Geek Pub. Let's Make Stuff!
Thanks for replying.
I used OS/2 up until a year ago when I began exploring Linux, BeOS and OS X options.
Most of the WebSphere stuff is java based with very little native code in any case, so the applications are portable.