Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment RUN. (Score 1) 209

In my experience, the word "Enterprise" usually means a shitty piece of uselessly generic and hopelessly complex software combined with an expensive consultant team who spend 5% of their time configuring/using the software as intended and 95% of their time hacking around its limitations by glomming on little "tumor" systems to shoehorn it into your business.

But I admit I'm a little jaded.

Comment Re:I don't see the problem. (Score 1) 667

It seems that the launch site has been rather precisely determined. Perhaps you missed that memo.

And no matter how much evidence the US or Ukrainian government produces, no matter how detailed and annotated, Russia will dismiss it with a wave of a hand as fabricated, slanted, biased...whatever they want. They'll never admit responsibility.

Comment Re:I don't see the problem. (Score 1) 667

What they need to do is to organize UN peacekeeper mission there, not wage proxy war with US.

Yes, because UN peacekeepers have such a long, sterling reputation on stopping stuff like this from happening.

But regardless, the UN will never do anything in this conflict. Russia holds a veto in the Security Council, and they will stop any such measures from ever happening.

Comment Re:don't drive with nobody in it? (Score 1) 435

Imagine long range trucking where the vehicle didn't need a driver and wasn't subject to driving limits. It would make trucking a lot more competitive against trains.

It would also make automated trucking a lot more competitive against human driven transport services...thus the unions will immediately be against it.

Comment Choose another language (Score 4, Interesting) 254

I love C#. I program in it every day. It's plenty fast, and it's a great language.

However, there are two reasons I would suggest looking to another language.

First, the hottest market for gaming right now is mobile. While it's possible to compile C# for iPhone or Android using Xamarin (along with Windows and OS X), it's not exactly a native experience.

Second, C# (like O-C, C++, etc.) is a general programming language -- it's not in any way specific to the domain of game programming. So, while it's *possible* to design complex games in any modern language, you're probably going to spend *way* too much time dealing with silly stuff like tracking graphics resources and animation loops and simulated physics. You'll have a higher chance of success if you use a language and platform that is more game-specific out of the box.

I would suggest looking into Swift -- it'll give you access to the lucrative iOS market, it's C-like, and it has features that are game-specific. Sure, it's a new language it doesn't compile to Android, but by all accounts it looks like a great language with first-class support for gaming, so you can focus less on infrastructure code and more on the game.

Another option would be HTML5. Depending what sort of game you're looking to build, Javascript and HTML5 may be just the ticket, and there are a number of libraries that can abstract away browser differences and assist with the plumbing needed to make a game run.

Comment Re:Key Point Missing (Score 2) 34

The summary misses a key point. Yes they scan and store the entire book, but they are _NOT_ making the entire book available to everyone. For the most part they are just making it searchable.

Agreed that it's not in the summary, but as you correctly note, it's just a "summary". Anyone who reads the underlying blog post will read this among the facts on which the court based its opinion: "The public was allowed to search by keyword. The search results showed only the page numbers for the search term and the number of times it appeared; none of the text was visible."

So those readers who RTFA will be in the know.

Submission + - Appeals Court finds scanning to be fair use in Authors Guild v Hathitrust

NewYorkCountryLawyer writes: In Authors Guild v Hathitrust, the US Court of Appeals for the Second Circuit has found that scanning whole books and making them searchable for research use is a fair use. In reaching its conclusion, the 3-judge panel reasoned, in its 34-page opinion (PDF), that the creation of a searchable, full text database is a "quintessentially transformative use", that it was "reasonably necessary" to make use of the entire works, that maintaining maintain 4 copies of the database was reasonably necessary as well, and that the research library did not impair the market for the originals. Needless to say, this ruling augurs well for Google in Authors Guild v. Google, which likewise involves full text scanning of whole books for research.

Slashdot Top Deals

Old programmers never die, they just hit account block limit.

Working...