Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 15 declined, 1 accepted (16 total, 6.25% accepted)

×
Privacy

Submission + - NSA Oversight Act introduced in House

Watson Ladd writes: A bill has been introduced in the house of representatives that would end the warrantless spying on Americans that the NSA has been performing, and make it clear that FISA or the normal warrant process are the sole means through which electronic surveillance may be authorized. The NSA Oversight Act was introduced on January 4, 2007 and is currently stuck in committee.
United States

Submission + - Articles of Impeachment Submitted Against Cheney

Watson Ladd writes: Dennis Kucinich has reveled his articles of impeachment for Cheney. They are for lying about Iraq's prewar nuclear abilities, lying about the relationship between Saddam and Osama, and for trying to do the same to Iran. The text of the charges and a ton of supporting material are available here.
Programming

Submission + - Fast Regexes

Watson Ladd writes: Perl, Python, and many other languages claim string processing, and in particular pattern matching, as an application they were designed for. But this article shows how slow most of the regex engines now used are due to the use of Henry Spencer's regex package as inspiration. How many more performance losses are due to historical accident.
Programming

Submission + - Stratagey for dealing with multithreading?

Watson Ladd writes: With all major microprocessor manufactures choosing to go multicore rather then cranking up clock speeds getting performance gains will be a software problem. If applications aren't using multiple threads, they don't get a performance boost. But multithreading is a pain to deal with. So what is your strategy for writing multithreaded code? Is it join calculus, software transactional memory,non-interacting threads,rendezvouses,actors, or the Real Programmers choice of mutex and condition variables? Which do think will be the dominant technique over the next 30+ years?
It's funny.  Laugh.

Submission + - Amazon lists book with 94% discount.

Watson Ladd writes: If you are interested in mathematical logic bargin might be of interest. Is amazon still profiting, or is this a bug? Could this be the start of a trend of falling textbook prices?

Slashdot Top Deals

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

Working...