Slashdot Mirror


User: Nadaka

Nadaka's activity in the archive.

Stories
0
Comments
4,449
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,449

  1. Re:Fixed that for ya. on Hard Drives Shipping with Star Trek · · Score: 4, Funny

    It is perfectly legal to format shift media. Perhaps he just prefers the flip-book format his is video needs.

  2. Re:I'm conflicted on Will Adobe Sue Apple Over Flash? · · Score: 1

    Does gimp have a normal ui yet? I have not tried it in a while.

  3. Re:I don't like it on Google to Open Source the VP8 Codec · · Score: 1

    What massively popular media distribution channel that is a household word and everyone wants to use did microsoft try to use to force useful features into browsers? I am not seeing the correlation here.

  4. Re:I don't like it on Google to Open Source the VP8 Codec · · Score: 1

    Bandwidth problems mostly go away if multicast or peer to peer video becomes viable.

  5. Re:HTML5 Features on Google Rebuilds Docs Platform · · Score: 1

    1: totally agree with you here. There are javascript workarounds, but it isn't nearly as clean of a solutuon.

    2: images used for styling do not need to be included in tags, they can be loaded from the stylesheet.

  6. Re:HTML5 Features on Google Rebuilds Docs Platform · · Score: 1

    Vastly better forms (XForms).

    It does not pollute css style classes with semantic meaning. Instead it uses a separate role attribute that is more flexible and retains separation of concerns.

    It uses xml events and DOM.

    Strictness, I see it as a virtue, some don't (sometimes for valid reasons, sometimes not).

    Continuing the trend of separating of document structure from style.

    There is more but I got some work in that I need to deal with.

  7. Re:JavaScript on Google Rebuilds Docs Platform · · Score: 1

    More than once, though it tends to be really annoying.

  8. Re:HTML5 Features on Google Rebuilds Docs Platform · · Score: 5, Insightful

    On the contrary, in a world where 99% of everything is broken, strictness really is a virtue. Strictness allows people to realize what isn't broken in an endless morass of crippled partial implementations. Eventually, things can be fixed. Computers and the internet do not have to be something for which everyone has resigned to being broken.

    "We choose to go to the moon in this decade and do the other things, not only because they are easy, but because they are hard, because that goal will serve to organize and measure the best of our energies and skills, because that challenge is one that we are willing to accept, one we are unwilling to postpone, and one which we intend to win, and the others, too. "

  9. Re:Bacterial virus? on MIT Researchers Harness Viruses To Split Water · · Score: 1

    It infects bacteria.

    Like a canine virus infects dogs.

  10. Re:JavaScript on Google Rebuilds Docs Platform · · Score: 1

    You mean like flash? no. Binary streams no not make sense in the human readable document format that is the web.

  11. Re:HTML5 Features on Google Rebuilds Docs Platform · · Score: 4, Interesting

    I am just pissed off that no one seems to want xhtml2. It is generally better than html5 in most ways, though it could use a few minor features from html5.

  12. Re:WHATWG: The worst thing to happen to the Web. on Google Funds Ogg Theora For Mobile · · Score: 1

    I don't think you understand what I am saying. With these semantic style classes, meaning is applied to the meaningless. Style classes are for style, not meaning. It also applies markup tags, tags are defining the structure of a document, not its meaning.

    what does the style "copyright error" mean? In HTML5 it means that section is the copyright notice section for your page, it is also an error display area, even though it may be intended to style an article on inadvertent copyright infringement.

  13. Re:The catch is, on VisLab Sponsors Milan-to-Shanghai Driverless Trek · · Score: 3, Funny

    Perhaps it is illegal to drive an autonomous vehicle, those 3 linux pcs are going to rot in jail if they ever get caught.

  14. Re:WHATWG: The worst thing to happen to the Web. on Google Funds Ogg Theora For Mobile · · Score: 1

    examples? the copyright, error, example, issue, note, search, and warning style class is defined to have specific semantic meaning in html5. The time, meter and output tags act similarly with a few differences. Completely over ridding developer control. With xhtml2 the role attribute has more flexibility without breaking separation of concerns.

  15. Re:IE: The worst thing to happen to the Web. on Google Funds Ogg Theora For Mobile · · Score: 3, Insightful

    How does SVG handle sprite graphics? Far better than canvas does. To move a sprite, you can transform its position, with a canvas you have to re-composite the image. The sprite itself can be a traditional bit-mapped image if desired.

    Pixel art editing is somewhat possible. Canvas can generate a bitmap of the output, but SVG can not without and external converter. As you add pixels (really rectangles in the DOM of the svg) you dramatically explode the size of the DOM tree causing performance issues. With good partitioning algorithms, this can be partially mitigated by combining adjacent like pixels into single DOM objects.

    No web browser ever supported xhtml2, but then the only after the xhtml2 spec was shelved did browsers start to roll out any significant support for html5 either.

  16. Re:WHATWG: The worst thing to happen to the Web. on Google Funds Ogg Theora For Mobile · · Score: 1

    1: XForms are a huge improvement over traditional html forms with contol over view, validation and data.

    2: The standardization on xml events and DOM. This is a huge issue.
    If you have ever done any serious work in AJAX web apps,
    you will know that there are IE uses a different DOM structure than everything else.
    This means they you have to:
    A: know all the idiosyncratic differences and how to identify and code around them.
    B: test everything with rediculous thoroughness and apply hackish patches to get things working.
    C: use a bloated standardization library (prototype, jquery, dojo, etc).

    3: xhtml2 is a host language allowing you to embed other xml language elements within.
    You can include MathML, SVG, etc with the appropriate namespaces.

    4: seperation of symantics from styling.
    Html5 has predefined css styles and tags used to define symantic meaning in a haphazard fashion.
    Xhtml2 uses the role attribute to define symantic meaning in a single, clear and consistant way without interfering in document structure markup or styling.

    5: real errors. Invalid documents are invalid and produce an error instead of allowing the browser to randomly attempt to guess the correct fix for bad code. This will make developing consistant and valid documents easier as the author will be able to catch invalid documents during development.

  17. Re:WHATWG: The worst thing to happen to the Web. on Google Funds Ogg Theora For Mobile · · Score: 2, Insightful

    Canvas is not needed. You can create dynamic, animated graphics using the existing SVG standard.

    And yes, html5 brings back the integration of style and content.

    It is defined to maintain backwards compatibility by keeping some elements that are counter to the philosophy of html and yet fails to preserve the definition and presence of those elements. It is even halfassed at meeting its stated goals.

    Html5 spec does not specify a single DOM structure, unlike html2, this means that IE is going to continue to require hackish work around for cross platform js.

    Html5 may not be total crap compared to html4, but compared to the competing and now defunct standard xhtml2? It is utter irredeemable crap.

  18. Re:Guess it's time to uncheck that box on Serious New Java Flaw Affects All Browsers · · Score: 1

    I helped write a P2P live video streaming server in an applet.

  19. Re:Guess it's time to uncheck that box on Serious New Java Flaw Affects All Browsers · · Score: 1

    He said "just indirectly", indicating he was probably referring to the common use of java in some form on the backend. Many web servers are written in java, then there are the web apps using jsp, servlets or cacoon and several other java based web app frameworks.

  20. Re:Let it go on Dwarf Planets Accumulate In Outer Solar System · · Score: 4, Funny

    The moon does not orbit the earth, nor the sun. The earth doesn't orbit the sun for that matter.

    The earth/moon system orbits its barycenter and that barycenter, the sun and barycenter of the other planet systems orbit the combined barycenter of the solar system.

    I am technically correct, and that is the best type of correct.

  21. Re:When they're right, they're right on The Economist Weighs In For Shorter Copyright Terms · · Score: 1

    As a software developer, copyright helps protect my work, 2 years really wouldn't be long enough IMO.

    I do however believe that the modern term is insane and defeats the purpose of copyright. The purpose of copyright is to enrich the public domain. Its means of achieving that goal is granting a TEMPORARY restriction on the right to copy except by permission of the author. The media multi-nationals lobbying to extend copyright in perpetuity seem to have forgotten that.

    Personally, I am in favor of 10 to 20 years. Though I could see less than 10 if a single extension is allowed and that extension came at a substantial fee payed to the copyright office.

  22. Re:No ads please on iPhone OS 4.0 Brings Multitasking, Ad Framework For Apps · · Score: 1

    iOS Xi, pronounced "zee". Because it is more pretentious that way.

  23. Fuck everything, we are doing 5 dimensions on HP Reports Memory Resistor Breakthrough · · Score: 1
  24. Re:And that is the difference... on HP Reports Memory Resistor Breakthrough · · Score: 1

    They are distinctly not responsible for capacitive multi-touch displays. They took that from someone else, like all their other "innovations".

  25. Re:Some guesstimate? on Ubuntu Claims 12 Million Users — Before Lucid · · Score: 1

    VM's are not that good at accessing hardware accelerated graphics. I keep windows around mostly for playing the occasional video game, that does not tend to work all that well in a vm.