Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
Microsoft

Microsoft Letting Patents Move To Linux Firms 228

mnmlst notes a Wall Street Journal story (picked up at Total Telecom) on the move of some patents originally held by Microsoft to the Open Invention Network, where they will join a portfolio whose purpose is to inoculate open source companies against patent trolls. OIN is near a deal to buy 22 patents from another patent-protective group, Allied Security Trust, whose members include Verizon, Cisco, and HP. AST won the patents in a private auction Microsoft put on earlier. An AST executive says that "Microsoft presented the patents to potential bidders in its auction as relating to Linux." While OIN's acquisition of the patents will act to protect the Linux community, AST, by contrast, exists to protect only its corporate members, not the community as a whole. But by selling the patents to OIN, they are cooperating in the protection of Linux. And by allowing the patents to go to AST in the first place, Microsoft may (the article implies) be signaling at least their lack of active intent to disrupt the Linux marketplace.
Programming

Dirty Coding Tricks To Make a Deadline 683

Gamasutra is running an article with a collection of anecdotes from game developers who had to employ some quick and dirty fixes to get their products to ship on time. Here's a brief excerpt: "Back at [company X] — I think it was near the end of [the project] — we had an object in one of the levels that needed to be hidden. We didn't want to re-export the level and we did not use checksum names. So right smack in the middle of the engine code we had something like the following. The game shipped with this in: if( level == 10 && object == 56 ) {HideObject();} Maybe a year later, an artist using our engine came to us very frustrated about why an object in their level was not showing up after exporting to what resolved to level 10. I wonder why?" Have you ever needed to insert terrible code to make something work at the last minute?

Slashdot Top Deals

Even bytes get lonely for a little bit.

Working...