Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Don't worry guys... (Score 3, Informative) 880

In retrospect, I should not have posted the "brick testament" link. It was needlessly snarky.

Here are a few passages about Moses' military exploits, without the snarky lego commentary.

The slaughter of women and children at Midean: http://bible.oremus.org/?ql=28...

The slaughter of women and children at Bashan: http://bible.oremus.org/?ql=28...

The slaughter of women and children at Heshbon: http://bible.oremus.org/?ql=28...

Comment Re:Authors in the industry (Score 1) 58

If the contract literally stated that the rights would revert when the comic went out-of-print then he was foolish to sign. It means that if his work becomes popular that he never gets it back as the publisher can sell and sell and sell while people are buying, and it means that even if his work is unpopular, the licensee has ways of hold on to it by printing small-batch limited editions every time inventory gets low.

Today, creators are aware of that possibility. They have the example of Alan Moore to show them ;)

Comment Re:Authors in the industry (Score 1) 58

Alan Moore is upset because he believes DC tricked him out of the ownership of Watchmen.

Watchmen was not a work for hire. The copyright would return to him after the comic was out of print. DC decided to keep it "technically in print" forever, which was an unprecedented move at the time.

I don't know the whole story. Maybe Moore should have read the contract more carefully. But I do understand why he's upset. He did not think he was "signing over" all the rights to his creation at the time.

Comment Re:It's supposed to look that way (Score 5, Interesting) 167

I'm not sure I'm buying the "NES relied on blur and shadowing" argument.

Here's an example that may convince you. From a snes game, but still 240p.

Crisp Blocky pixels: http://files.tested.com/upload...

With NTSC blur and artifacts: http://files.tested.com/photos...

Which do you think is closer to the artist's intention?

Comment Re: "up to" $650 for a macbook air trade in? (Score 1) 365

That's because people don't understand there's more than one model and if they do they don't understand how to tell them apart or what the benefits of a new model are.

That's just not correct. Look at the ebay listings. Every one features the model number and tech specs right up front.

Plenty of valid criticism can be leveled at Apple, but are you really suggesting that they aren't doing enough to announce their laptop hardware revisions?

They're not exactly shy when they update one of their laptop models. They tend to have a big media production where the CEO gets on a stage and explains the hardware and software changes in some detail. Convincing people to replace their 2009 macbooks with shiny 2014 models is a big part of their business. I'm not sure how much more they could do to spread the word that "this year's macbook has a better SSD/CPU/whatever."

Comment Seems correct (Score 2) 53

I don't know anything about Mexican trademark law, but the decision seems fair on the surface.
If the "iFone" brand was in use beforehand, then I can see how "iPhone" would be confusing.

Maybe Apple or the carriers will cut a deal... or maybe their marketing material will just start referring to "apple phones."

Comment Re:Good bye source compatibility (Score 1) 636

Here's a document about how C data types and pointers map to swift. It looks reasonably straightforward.

https://developer.apple.com/li...

I don't really see myself using the language because it's locked to one platform, but the sky is not falling. I'm sure we'll see swift-wrappers for popular C and C++ libraries popping up all over the place.

Comment Re:Good bye source compatibility (Score 1) 636

Qt does not (and cannot) support Windows "Metro." By the same token it won't be able to support this new environment

Nah, this isn't something like metro. Swift is just another language, not a new runtime.

Swift actually has good interoperability with C and ObjC. You can link precompiled libraries or just drop C code into your project, #import the header files, and call C functions directly from swift or vice-versa.

https://developer.apple.com/li...

Alas, it doesn't have the same interoperability with C++. Apple recommends creating a C or ObjC wrapper for C++ libraries, which doesn't sound awesome.

However, QT already links with cocoa, apple's ObjC / Swift interface. Cocoa isn't going anywhere, so QT won't be going anywhere.

Comment Re:No Way! (Score 1) 261

It's also a more accurate name in that horizontal resolution doesn't vary with a movie's aspect ratio.

... except for 4:3 aspect movies, of which there are plenty. (Citizen Kane, Casablanca, Eyes Wide Shut, etc.)

Not to mention most 20th century TV shows. Those all display at 1440x1080 on a high-def television. So 1080p is accurate in those cases, but 2k is not.

Seriously, the right way to describe a monitor's resolution is to include both numbers. Give me height and width. I can handle it.

Slashdot Top Deals

"If it ain't broke, don't fix it." - Bert Lantz

Working...