Slashdot Mirror


User: wombatmobile

wombatmobile's activity in the archive.

Stories
0
Comments
476
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 476

  1. Has been done on Robotic Gliders Soar Underwater · · Score: 1

    It works for the large manned craft, Earth.

  2. Product Development Lesson on Snail Mail Tech · · Score: 1

    Sounds like DeHavilland's experience with building the plane that executed the first airmail service was a lot like a lot of software projects...

    Version 1.0 had a lot of bugs:
    - engine would crush and trap pilot in minor crashes
    - exhaust pipes vented in pilots eyes
    - compass only worked in some quadrants
    - altimiter didn't work great for 0 - 1000 feet

    But version 2.0 worked and the airmail planes went on to carry 775 million letters.

  3. Discount on Microsoft Defies EU Commission · · Score: 5, Funny

    I don't need a media player with the operating system, just an operating system. That's cheaper, right?

  4. Yeah so who did he think he was working for? on Microsoft Fires Mac Fan For Blog Photo · · Score: 1

    It isn't like he was working at some cool place or anything.

  5. Re:OK, but on "Virtual Bridge" Between London, Vienna Et Al. · · Score: 1
    I lose 180 degrees of information...

    Use your two feet to move around the outside of the display. Keep doing this for as many degrees as you would like to experience.

  6. SVG Examples on Mozilla Gets (Beta) Native SVG support · · Score: 5, Informative
  7. Re:Old on New Deep Ocean Creatures · · Score: 2, Interesting
    I think one of the reasons why these creatures look so weird is that they may have had the most time of every type of creature to evolve.

    No, all creatures have had the same time to evolve. On Earth, that time is estimated to be 4.5 billion years.

    Some creatures may have experienced a lot of change during the period, and others relatively little, but we've all been evolving for the same amount of time, my friend.

  8. Integration on Gesture Control for Automotive Peripherals · · Score: 1
    I remember the first time I saw an old man walking down the street talking out loud to nobody and gesticulating like a spontaneous flying angel. It was the 1970's and schizophrenia was a rare condition that was for the most part kept hidden from mainstream society behind institutional walls.

    These days, society is a lot more integrated.

  9. Re:Sounds like copyright infringement instead... on Contract Case Could Hurt Reverse Engineering · · Score: 1
    The bottom line is that the term "reverse engineering" should never be applied to observing the external behavior of a product. To me that term implies trying to figure out how the product works, not to trying to figure what the product does.

    Erm... are you sure you can maintain this distinction anywhere outside of your own mental model? How would you go about reverse engineering somebody elses code without "trying to figure out what the product does"?

  10. Re:The real reason..... on AOL Dropping RIM for Danger Sidekick · · Score: 1
    Evidently what goes around comes around

    yes, and hot air rises

  11. Innovation and growth on IT Growth: Exponential No More · · Score: 1

    Microsoft's still got > $42b in cash. What if 10% of the money was released to innovators? What would that do to growth 3 years hence?

  12. Browser Experience on Kevin Mitnick Answers · · Score: 0, Troll

    Hey Kevin,

    What browser are you using?

    Do you notice any difference between now and back then?

    We don't.

  13. Re:Not needed for desktop on Major Step Forward For SVG in the Desktop · · Score: 1
    IF SVG supports raster (pixelbased) graphics, together with the vector graphics (as textures or something), this could be really useful.

    The SVG spec includes rasters. Check these samples SVG images which use bitmaps:

    Magnifying glass example (drag the circles around)
    Pixelization example

  14. Re:Is It Just Me... on Competition To Find Aussie PM's Email Address · · Score: -1, Flamebait
    Australia is a country? I always thought it was some kind of British prison.

    Australia is a large, sub-tropical island populated primarily by lesbians. Most of them are fascinated by technical issues and may become uncontrolably lascivious in the company of software engineers and technicians of either sex.

  15. Re:So where's the SVG authoring apps? on SVG On the Rise · · Score: 1

    SVGmaker creates static SVG from any Windows app. You just click File/Print in your app.

  16. Re:For idiots like me -Good Books. on SVG On the Rise · · Score: 1
  17. Re:Oh, man. Hear it comes. on Data Mining Used Hard Drives · · Score: 1
    I have heard that the DOD way of "sanitizing" a hard drive is to open it up and dissolve the platters in acid.

    here we just drop acid and don't worry about the hard drives.

  18. Like PDF but its XML on SVG 1.1 Becomes W3C Proposed Recomendation · · Score: 5, Informative
    SVG is an image format that can faithfully reproduce a document display context, same like PDF but since SVG is XML you can mark it up by hand in a text editor, script it, transform it, integrate it directly with HTML or whatever you like. And no monopoly controls it.

    This is a shameless plug but we are only 5 guys working out of a house, not a monopoly... (yet... ho ho ho). In the same way that Acrobat can generate PDF out of anything, SVGmaker can generate SVG out of Windows apps.

    These are examples.

  19. Magnificent airport management example on SVG 1.1 Becomes W3C Proposed Recomendation · · Score: 2, Interesting
    Sorry, I got the URL wrong for Hugh Enxing's magnificent airport management example.

    It is really here

    This is so good!

  20. Magnificent Airport Management Example on SVG 1.1 Becomes W3C Proposed Recomendation · · Score: 1
    Sorry, I got the URL wrong for Hugh Enxing's magnificent airport management example.

    It is really here.

    This is so good!

  21. No, SVG is real now on SVG 1.1 Becomes W3C Proposed Recomendation · · Score: 5, Informative
    The 1.0 spec has been out for yonks already and there's an active SVG developer community out there.

    Adobe has been distributing SVG viewer as part of the Acrobat 5 download for over a year now.

    Nobody's waiting for Microsoft to innovate SVG or do their XDocs whatever thing; check these static examples generated from MS apps with SVGmaker: Excel, PowerPoint, Word, Project

    For building SVG web applications its true that there aren't comprehensive IDE tools available yet, but that hasn't stopped developers from creating some definitive web apps with simple home grown tools (starting with a text editor since SVG is just XML).

    Like this interactive logical diagram

    Check this awesome mapping example

    And this wonderful airport flight management app.

  22. SVG + script = Enterprise web app on SVG 1.1 Becomes W3C Proposed Recomendation · · Score: 4, Interesting
    An SVG document can be UI for enterprise applications integration.

    For example, start with this static picture generated from a CAD program.

    add some simple polygons and script them to conform with some business logic. Connect to your enterprise applications and databases using various connectors (simulated here) and you get a UI component like this that integrates with HTML.

    Click on components to select them.

    Ctrl-Click to select a set of components. Move your mouse over the colored components to highlight data in the html table.

    Type a number in at the top right [enter] to see if you have enough components available for manufacturing.

    This example was coded by hand in a day and a half. Probably could do another one in 3 hours or so now we got the hang of it.

  23. Re:svg-capable apps? on SVG 1.1 Becomes W3C Proposed Recomendation · · Score: 2, Interesting
    SVGmaker generates SVG from standard Windows apps using File/print, like you do with Acrobat to make PDF.

    But SVG is more compact. For example, this PowerPoint presentation is 140kb as compressed SVG, compared to the original PPT which was 950kb.

  24. Re:SVG for OSS Fonts on SVG 1.1 Becomes W3C Proposed Recomendation · · Score: 3, Interesting
    Embedded vector fonts are part of the SVG specification.

    Here's an example.

    To create SVG fonts, print anything with SVGmaker.

    The free demo creates fonts you can reuse in your own SVG doc.

  25. Re:SVG on Microsoft takes on PDF · · Score: 1

    4. SVGmaker works like Acrobat Distiller (it is a printer driver) but the output is SVG. Consumers can use it to create SVG files from Office apps. But... close your blinds and dim the lights lest the monopoly forces are watching through your window.