Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Submission + - Falcon 9 Launch appears to have Engine Explosion (arstechnica.com)

drichan writes: Those of us who watched the live feed of last night's Falcon 9 launch could be forgiven for assuming that everything went according to plan. All the reports that came through over the audio were heavy on the word "nominal," and the craft successfully entered an orbit that has it on schedule to dock with the International Space Station on Wednesday. But over night, SpaceX released a slow-motion video of what they're calling an "anomaly."
Games

How To Judge Legal Risk When Making a Game Clone? 270

An anonymous reader writes "I'm an indie game developer making a clone of a rather obscure old game. Gameplay in my clone is very similar to the old game, and my clone even has a very similar name because I want to attract fans of the original. The original game has no trademark or software patent associated with it, and my clone isn't infringing on the original's copyright in any way (all the programming and artwork is original), but nevertheless I'm still worried about the possibility of running afoul of a look and feel lawsuit or something similar. How do I make sure I'm legally in the clear without hiring an expensive lawyer that my indie developer budget can't afford?"

Comment Re:Chrome code not public! (Score 3, Informative) 318

I'd love to see a site dedicated to compiling daily builds of the Chromium source code, maybe through in some forks by private fiddlers, because right now following the instructions from the link requires you to use a non open source tool "gclient" to download about 500MB of source and then compile it using M$ Visual Studio - and then hope it produces a working binary (oh, and have the time for this). So far I couldn't find anyone doing this and putting the binaries online yet - not even using google ;)

As already mentioned the gclient tool is open source. Since its written in Python its distributed as source code anyway and the code is under the Apache 2.0 licence.
As for 'hope it produced a working binary', I compile Chromium for the first time from SVN yesterday without any hitch whatsoever. And yes, my binaries are online.

Slashdot Top Deals

"What if" is a trademark of Hewlett Packard, so stop using it in your sentences without permission, or risk being sued.

Working...