Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:"FOR ANIME FANS" (Score 2) 299

Subtitle support was already great back in $a_date_long_ago_in_computer_years. Dunno what 2.0 improves on, fluff support was already pretty good, probably it's about doing that on soft subs.

Anyway, the thing with anime fansub subtitles is that they go beyond normal subtitling, adding karaoke with characters(and images) glowing, fading, changing colors and jumping around the screen; typesetting floating objects translations right into a precise place in a timed frame, along resizing, translating and rotating that object if the background image requires it.

It usually isn't that bad, but then Akiyuki Shinbo happens.

Comment Re:Screen size/resolution lock? (Score 1) 407

I believe there's a market for each product, but they should be categorized strictly:

  • - Up to 3.5 inches is for people who want a classic cellphone, for calls, messaging, agenda, etc.
  • - 3.5 to 4.7 inches is for handheld internet browsing, heavy touchscreen app users who still want a cellphone.
  • - 5.3" is the electronic notepad category, to be used with stylus pens for making small notes and drawings, for users who also want the above capabilities.
  • - 6 to 7" is the reader category, for extended, still, handheld, reading of books. They should be extremely light for their size, 300 grams at most, which pretty much only e-Ink readers can deliver that.
  • - 7 to 10" is the tablet computer category, for touch screen app users, small presentations, business substitute for reports and documents, ~600 grams at most.

Anything north from that is not intended for handheld usage.

Read the chart above as "You will be uncomfortable if you use X to do Y."

Comment It won't be always online (Score 1) 591

The issue is about cheating, Blizzard cannot verify if during your offline quests you didn't cheat, sou you can't go online with the same character and play with other players under the same rules.

The answer is simple, when you want to play offline, you can either start anew, or load a copy of your online character in cache in your computer. The Battle.net version of the character and its progress will remain frozen. When you choose to play online, you just continue with this online version; offline "tainted" characters won't ever be able to play in Battle.net.

This way you can have multiple "saved games" offline.

Comment Re:Here's Oracle's Example (Score 1) 675

I've been paying my bills for 3 years developing in Java, and many more years programming at all, I don't know if this counts as an expert analysis or not, I don't care.
  • Examining Exhibit J, I believe the Android implementation was copy-pasted from Sun's. In fact, it was a pretty lousy, newbie-ish job trying to mask it.
    Just looking at the bad parameters and local variable names makes me want to punch the idiot who named them. And what's with all the magic numbers hard-coded? On the other hand, I praise the Sun developers for their implementation.
    About the iteration structures, I also prefer using the for iterator instead of a while structure, it makes more sense when you want to scope the variable. Unfortunately the structure becomes a bit top-heavy with all the inlining.
  • Examining Exhibit I, I'd first ask what is the problem. API documentations should be one and the same, it's a standardization FFS! The only strange thing I find with that Javadoc, is why java.security.Security is a java class, and not a java interface.

You could argue that the class design is really trivial, and how two different implementation could be identical under the KISS principle, but it's really hard to believe it's a clean room implementation. It's a bastardized version of Sun's code.

Comment Re:Informative article (Score 5, Informative) 201

From TFA:

An add-on called “Mozilla Sniffer” was uploaded on June 6th to addons.mozilla.org. It was discovered that this add-on contains code that intercepts login data submitted to any website, and sends this data to a remote location. Upon discovery on July 12th, the add-on was disabled and added to the blocklist, which will prompt the add-on to be uninstalled for all current users.

Slashdot Top Deals

The primary function of the design engineer is to make things difficult for the fabricator and impossible for the serviceman.

Working...