-
Schneier on Security: The Problem with Electronic Voting Machines, via ./.
¶ (0)
Tags: [Opinions/Politics]
-
Jon Udell: Introduction to MSH, via Adam. The part about saving a result to a variable is really cool.
Hmm, also see this list of Monad Shell verbs, via Christian.
¶ (0)
Tags: [Programming]
-
The Watchdogs of Fallujah - If a "muj" blinks, the Marines of VMU-1 see it. PoliPundit says, "UAVs are so cool!" Yeah they are! Our military rocks.
This is what Matt calls "the terrible closed loop of networked firepower". See this post of his as well for some descriptions how we use this stuff.
Update: More (to read), via PoliPundit.
¶ (0)
Tags: [Opinions/Politics]
-
TCS: Tech Central Station - Why Religious Voters May Be More Inclusive than Seculars, via IP. It's a little more, er, multicultural than I'd prefer, but he makes an interesting point nonetheless.
I stopped being an atheist before I formulated a political ideology, so, interestingly, while my atheist past often helps me intimately understand the secular mindset, here it fails.
¶ (0)
Tags: [Opinions/Politics, Religion]
-
Camel!
¶ (0)
-
How Arafat Got Away With It (to read), via IP. More on Arafat at LGF. Also, Arafat the monster (to read).
¶ (0)
Tags: [Opinions/Politics]
-
lgf: Ding Dong the Fish is Dead. Yes!! I was hoping for some farewell to Arafish!
¶ (0)
Tags: [Opinions/Politics]
-
William Safire: After Arafat, Hope.
¶ (0)
Tags: [Opinions/Politics]
I don't know the answer to Steve's C puzzle, do you?
Actually, the code gives different answers on different compilers.
Update: Here's the puzzle, in case Steve's site doesn't exist forever (or, at least as long as this one does
)
What does this code print? (hint: it's not 1):
struct { int a : 1; } b;
int i;
b.a = 1;
i = b.a;
printf("%i", i);
new⇒Perl 6 1.0 in March?
Doh, my mistake. I'm aware of therelation between Parrot and Rakudobut I'...
Keith: Dec 2, 1:03am