Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Security

FEMA Phones Hacked, Calls Made To Mideast and Asia 241

purplehayes writes "A hacker broke into a Homeland Security Department telephone system over the weekend and racked up about $12,000 in calls to the Middle East and Asia. The hacker made more than 400 calls on a Federal Emergency Management Agency voicemail system in Emmitsburg, Md., on Saturday and Sunday, according to FEMA spokesman Tom Olshanski."
Media (Apple)

Apple Sued For Turning Workers Into Slaves 1153

SwiftyNifty writes "Apple employees are putting together a class action lawsuit for not receiving overtime pay. A Lawsuit filed Monday in California seeks class action status alleging that Apple denied technical staffers required overtime pay and meal compensation in violation of state law. Filed in the US District Court for Southern California, the complaint claims that many Apple employees are routinely subjected to working conditions resembling indentured servitude, or 'modern day slaves,' for lack of better words."
The Internet

R.I.P Usenet: 1980-2008 625

CorinneI writes "In a way inconceivable in today's marketplace, Usenet was where people once went to talk — in days before the profit-centric Internet we have today. The series of bulletin boards called 'newsgroups' shared by thousands of computers, which traded new messages several times a day, is now a thing of the past."
Space

Liquid Lakes On Saturn's Moon Confirmed 188

Riding with Robots writes "Scientists have been using the robotic spacecraft Cassini to explore what looked to be large lakes of hydrocarbons on the surface of Saturn's planet-sized moon Titan. But they couldn't be entirely sure that the features were actually liquid lakes, and not simply very smooth, solid material. Now, new findings seem to confirm that the observations really do show extensive seas of liquid ethane and other hydrocarbons. In fact, Titan seems to have an entire 'water' cycle of ethane evaporation, rain and rivers."
Microsoft

Microsoft Blesses LGPL, Joins Apache Foundation 425

Penguinisto writes "According to a somewhat jaw-dropping story in The Register, it appears that Microsoft has performed a trifecta of geek-scaring feats: They have joined the Apache Software Foundation as a Platinum member(at $100K USD a year), submitted LGPL-licensed patches for ADOdb, and have pledged to expand their Open Specifications Promise by adding to the list more than 100 protocols for interoperability between its Windows Server and the Windows client. While I sincerely doubt they'll release Vista under a GPL license anytime soon, this is certainly an unexpected series of moves on their part, and could possibly lead to more OSS (as opposed to 'Shared Source') interactivity between what is arguably Linux' greatest adversary and the Open Source community." (We mentioned the announced support for the Apache Foundation earlier today, as well.)
Databases

Slimmed Down MySQL Offshoot Drizzle is Built For the Web 370

Incon writes "Builder AU reports that Brian Aker, MySQL's director of architecture, has unveiled Drizzle, a database project aimed at powering websites with massive concurrency as well as trimming superfluous functionality from MySQL. Drizzle will have a micro-kernel architecture with code being removed from the Drizzle core and moved through interfaces into modules. Aker has already selected particular functionality for removal: modes, views, triggers, prepared statements, stored procedures, query cache, data conversion inserts, access control lists and some data types."
Programming

How To Encourage a Young Teen To Learn Programming? 1095

Anonymous Hacker writes "I'm in a bit of a bind. My young teenage son is starting to get curious about computers, and in particular, programming. Now, I'm a long time kernel hacker (Linux, BSD and UNIX). I have no trouble handling some of the more obscure things in the kernel. But teaching is not something that I'm good at, by any means. Heck, I can't even write useful documentation for non-techies. So my question is: what's the best way to encourage his curiosity and enable him to learn? Now, I know there are folks out there with far better experience in this area than myself. I'd really appreciate any wisdom you can offer. I'd also be especially interested in what younger people think, in particular those who are currently in college or high school. I've shown my son some of the basics of the shell, the filesystem, and even how to do a 'Hello World' program in C. Yet, I have to wonder if this is the really the right approach. This was great when I was first learning things. And it still is for kernel hacking, and other things. But I'm concerned whether this will bore him, now that there's so much more available and much of this world is oriented towards point-n-click. What's the best way to for a young teen to get started in exploring this wonderful world of computers and learning how to program? In a *NIX environment, preferably." Whether or not you have suggestions for generating interest or teaching methods, there was probably something that first piqued your curiosity. It seems like a lot of people get into programming by just wondering how something works or what they can make it do. So, what caught your eye?
Bug

Dell Colludes With RIAA, Disables Stereo Mix 377

RCTrucker7 writes with a link to a Maximum PC story, which begins: "Details of Dell's surreptitious collusion with RIAA (Record Industry Association of America) have emerged. Apparently, the computer manufacturer disabled the Stereo Mix/Mono Mix/Wave Out sound recording function on certain notebooks to assuage RIAA. The hardware functionality is being disabled without any prior notice and one blogger has even alleged that he was asked by Dell's customer support staff to [shell] out $99 if he desired the stereo mix option. Gateway and Pac Bell are the other two manufacturers to have bowed to RIAA at the expense of their customers' satisfaction and disabled stereo mix without warning." (There are some workarounds posted in the comments of the linked article.)
Unix

Submission + - Developer fixes 33-year-old Unix bug

Da Massive writes: An OpenBSD developer has discovered and fixed a bug in the software that has been traced back to an AT&T version of Unix from 1975. Otto Moerbeek, an OpenBSD developer, found the bug through the process of testing a new implementation of malloc, a general purpose memory allocator. A user alerted him that on the Sparc64 hardware platform and using the new malloc, compiling large C++ projects would sometimes fail with an internal compiler error. The latest bug, which affected the yacc parser generator, followed the May discovery of a BSD flaw that was 25 years old.
Security

Submission + - Vulnerabilities Found in All Package Managers 1

justin samuel writes: "CERT has posted to their blog about vulnerabilities found in all popular package managers (apt, yum, YaST, etc.) by University of Arizona researchers. The researchers have released a study that discusses the many security problems they discovered. Among these vulnerabilities, exploitable by malicious mirrors or man-in-the-middle attackers, are some which take advantage of poor usage of cryptographic signatures, leaving the package managers vulnerable to replay attacks. An attacker could use the discovered vulnerabilities to crash a user's system or potentially obtain root access. The researchers showed how easy it is to gain control of an official mirror. Using a fictitious identity, they got their own server listed as an official mirror for all of the distributions they tried (Ubuntu, Debian, Fedora, CentOS, and openSUSE). — Disclaimer: I'm one of the researchers."
Java

Does an Open Java Really Matter? 766

snydeq writes "Fatal Exception's Neil McAllister questions the relevance of the recent opening of Java given the wealth of options open source developers enjoy today. Sure, as the first full-blooded Java implementation available under a 100 percent Free Software license, RedHat's IcedTea pushes aside open source objections to developing in Java. Yet, McAllister asks, if Java really were released today, brand-new, would it be a tool you'd choose? 'The problem, as I see it, is twofold,' he writes. 'First, as the Java platform has matured, it has become incredibly complex. Today it's possible to do anything with Java, but no one developer can do everything — there simply aren't enough hours in the day to learn it all. Second, and most important, even as Java has stretched outward to embrace more concepts and technologies — adding APIs and language features as it goes — newer, more lightweight tools have appeared that do most of what Java aims to do. And they often do it better.'" Since Java itself never mattered except to sell books, I still don't see why opening it matters.
Software

ISO Puts OOXML On Hold 138

schliz alerts us that ISO, in response to the four appeals (Venezuela, India, Brazil, South Africa) filed in recent weeks, has put the OOXML standardization process on hold. Here is ISO's press release, which says that ISO/IEC DIS 29500 will not be published for at least "several months" while the appeals process goes forward.
Update: 06/11 10:13 GMT by KD : Reader Alsee points out that the fourth officially recognized appealing country is Venezuela, not Denmark as originally stated. The protests of Denmark and Norway are being disregarded, as they do not come from the administrative heads of their national organizations.
The Almighty Buck

Covert BT Phorm Trial Report Leaked 292

stavros-59 writes "An internal BT report on the BT secret trials of Phorm (aka 121Media) Deep Packet Inspection has been revealed on Wikileaks today. The leaked document shows that during the covert trial a possible 18 million page requests were intercepted and injected with JavaScript and about 128 thousand charity ads were substituted with the Phorm Ad Network advertisements purchased by advertisers specifically for the covert trial period. Several ISPs are known to be using, or planning to use, DPI as a means of serving advertising directly through Layer 7 interception at ISP level in the USA and Europe. NebuAd claim they are using DPI to enable their advertising to reach 10% of USA internet users." CT: nodpi has updated their page with a note that says that the charity ads were "purchased and not hijacked"- read there to see what the latest is.

Slashdot Top Deals

Life is a healthy respect for mother nature laced with greed.

Working...