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

 



Forgot your password?
typodupeerror
Businesses

Google, Apple and Others Accused of 'No Poaching' Deal 276

lightbox32 writes "According to the Wall Street Journal, several of the US's largest technology companies, which include Google, Apple, Intel, Adobe, Intuit and Pixar Animation, are in the final stages of negotiations with the Justice Department to avoid a court battle over whether they colluded to hold down wages by agreeing not to poach each other's employees. 'The Justice Department would have to convince a court not just that such accords existed, but that workers had suffered significant harm as a result. The companies may not want to take a chance in court. If the government wins, it could open the floodgates for private claimants, even a class action by employees. A settlement would allow the Justice Department to halt the practice, without the companies having to admit to any legal violations.'"
Data Storage

Garbage Collection Algorithms Coming For SSDs 156

MojoKid writes "A common concern with the current crop of Solid State Drives is the performance penalty associated with block-rewriting. Flash memory is comprised of cells that usually contain 4KB pages that are arranged in blocks of 512KB. When a cell is unused, data can be written to it relatively quickly. But if a cell already contains some data, even if it fills only a single page in the block, the entire block must be re-written. This means that whatever data is already present in the block must be read, then it must be combined or replaced, and the entire block is then re-written. This process takes much longer than simply writing data straight to an empty block. This isn't a concern on fresh, new SSDs, but over time, as files are written, moved, deleted, or replaced, many blocks are a left holding what is essentially orphaned or garbage data, and their long-term performance degrades because of it. To mitigate this problem, virtually all SSD manufacturers have incorporated, or soon will incorporate, garbage collection schemes into their SSD firmware which actively seek out and remove the garbage data. OCZ, in combination with Indilinx, is poised to release new firmware for their entire line-up of Vertex Series SSDs that performs active garbage collection while the drives are idle, in order to restore performance to like-new condition, even on a severely 'dirtied' drive."
The Internet

Submission + - Canadian DMCA Coming This Spring

An anonymous reader writes: The Canadian government is reportedly ready to introduce copyright reform legislation this spring, provided that no election is called. The new bill would move Canada far closer to the U.S. on copyright, with DMCA-style anti-circumvention legislation that prohibits circumvention of DRM systems and bans software and mod chips that can be used to circumvent such systems.
Software

Submission + - What is the best bug-as-a-feature?

Bat Country writes: The workflow system at the department I develop for was hand-coded by my predecessor in a rather short amount of time, resulting in somewhat unreadable code with a number of interesting "features."

When I took over maintenance of the code base, I started patching bugs and cleaning up the code in preparation for a new set of features.

When I was done however, I got a pile of complaints about features which disappeared which turned out to be caused by the bugs in the code.
So that leads me to ask, what is your favorite bug that you either can't live without or makes your life easier?
Wireless Networking

Submission + - 802.11n Draft 2.0 Finaly Approved by Working Group

[Geeks Are Sexy] writes: "Yes folks, the 802.11 Working Group has finally approved Draft 2.0 of the 802.11n spec, brigning us a step closer to its final form. From the article: "With the positive vote from the 802.11n Working Group, the Wi-Fi Alliance will now begin officially certifying equipment as being compliant with Draft 2.0. That's an important step, as official Draft 2.0-compliant gear is guaranteed to be fully compatible with the final 802.11n standard.""
Microsoft

Submission + - Microsoft XML fast-tracked despite complaints

Lars Skovlund writes: Groklaw reports that the Office XML standard is being put on the fast track in ISO despite the detailed complaints from national standards bodies. The move seems to be the decision of one person, Lisa Rachjel, secretariat of the ISO Joint Technical Committee, according to a comment made by her.

Slashdot Top Deals

Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it gets there. -- Josh Billings

Working...