Slashdot Mirror


User: ChunderDownunder

ChunderDownunder's activity in the archive.

Stories
0
Comments
3,381
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,381

  1. Re:What Benefit Does C Have Over Assembly? on CoreBoot (LinuxBIOS) Can Boot Windows 7 Beta · · Score: 1

    But why use C when you could develop a 'BIOS' in Forth? :)

  2. Re:MP3 is irrelevant in this on Mozilla Donates $100K To the Ogg Project · · Score: 2, Informative

    I reference wikipedia several times a week as a starting point for finding authenticated information and I have never seen a video or sound file on Wikipedia.
    You're not looking very hard. The main page has a 'Featured content' link in the sidebar. As I type, there are various media files features, such as Truman's announcement of the WWII surrender of the Japanese.
    Unlike sites such as youtube, every piece of content on wikipedia is verified to be in the public domain. Meaning of course, anyone can access it without fear of copyright infringement. Using the above example, if a teacher Evelyn wishes to include Truman's speech for a school project, she can freely.
    The use of open formats allows Evelyn's work to be redistributed, on say a school DVD without legal rigmarole concerning patents for mp3 etc.
    Sure, kids may not go to wikipedia to view videos of 'Dora the Explorer' or whatever flavour of the month entertainment the whipper-snappers access these days, but they might appreciate multimedia content for school projects etc.
    And as far as ogg use personally, I not infrequently click on the sound files for pronunciation of foreign names or concepts just so I don't sound like a twit who can't even get a person's name right!

  3. Re:Health care... on Senate Approves 4-Month Delay In Digital TV Switch · · Score: 1

    By that logic, why should the government be in charge of anything...

    Take Mike Moore's work (Sicko) with a grain of salt given his anti-Dubya stance - The rest of the world were bemused at the assertion that a 3rd world nation like Cuba might have a better health care service than the mighty USA.

  4. word association on Oldest Weapons-grade Plutonium Found In Dump · · Score: 1

    Whereas I saw the words nuclear and safe in the summary and thought nature reserve

  5. Victory for ODF? on Obama Looking At Open Source? · · Score: 1

    If OpenOffice.org gets a ringing endorsement from Baz, might the government mandate an Official Document Format? In which case Microsoft's alleged manipulation of ISO regarding Open XML would partially have been a waste of time.

    Go Mr McNealy!

  6. Re:McNealy's a bizzare choice on Obama Looking At Open Source? · · Score: 1

    IBM and Apache effectively in control of Java in the server space.

    Define control? Tomcat is the defacto standard servlet container but anyone (including Sun employees) is free to contribute to it.
    Big Blue historically had the edge is terms of Java EE containers for buying from a single vendor. That aside I'd rate Oracle and Red Hat ahead of them.
    Last I checked Spring and Hibernate weren't Apache projects either...

  7. Reverse engineering on Ubuntu Mobile Looks At Qt As GNOME Alternative · · Score: 1

    Certain companies won't touch LGPL for such reasons, preferring apache-licensed stuff.

  8. Re:QtScript on Building Linux Applications With JavaScript · · Score: 1
    Indeed, a quick Google search will reveal that Canonical's endorsement of python as one language to rule them all:

    Ubuntu prefers the community to contribute work in Python. We develop our own tools and scripts in Python and it's much easier for us to integrate your work if you use the same platform.

    cf. Apple & objective-c.

  9. Re:Stupid submitter on MS Silverlight To Stream Obama Inauguration Events · · Score: 1

    Even the usual suspect (Apple) ships all their software for PPC Macs

    No, it doesn't. Apple have already made PPC and first generation Core (32 bit) x86 machines obsolete by releasing Java 6 for x86_64 only.

    Now that Steve "Nobody uses Java anymore" Jobs isn't running the company anymore, we might see Apple actually supporting their customers instead of playing petty 'use Cocoa' games with users and developers.

  10. Re:Oh YEAH? on Ubuntu 9.04 Daily Build Boots In 21.4 Seconds · · Score: 1

    But aren't most dwellings running on AC? For a 'table lamp', isn't there an overhead associated with AC/DC conversion?

  11. Re:Pfffbt! on A Sony Camera Running Linux · · Score: 1

    I assume here "4GB of internal memory" refers to secondary storage, not RAM. The Vista install media alone would exceed that.

  12. Re:But... on A Sony Camera Running Linux · · Score: 1

    Last I checked, BSD only ran on toasters.

    There's an idea. Get rid of the 4GB flash and use bread as the consumable media.

    In paparazzi mode, imagine, "OMG! President O'Bama just appeared on my sourdough!"

  13. Re:Firefox extension? on Chrome On the Way For Mac and Linux · · Score: 1

    I guess it's in the definition of 'plugin' vs. 'extension'.
    e.g. at the moment Java applets are supposed via NPAPI and NPRuntime
    Any additional APIs that extensions use would be needed to be ported to Chrome e.g. for the numerous .xpi files one clicks on to install.
    Perhaps for that to occur, a decoupling of the XUL presentation might need to occur, or for chrome to support that too?

  14. Re:3.5 mm? o.o on Palm Announces Killer New Phone · · Score: 1
    And if you like the thought of kids, being an uncle is the next best thing, as per having a 7 yr old nephew and a 3 yr old niece:
    • You get to watch TV/ play video games/act your shoe size and not your age
    • You can hand them back after 3 hours
    • Less financial burden
    • No disciplining - that's still their parents' job
  15. Re:Acronym Overload... on Why LEDs Don't Beat CFLs Even Though They Should · · Score: 1

    Oh, okay, an energy saving globe/light.
    Evidently the article summary is USA biased but not everyone understands American English, nor uses their 3 letter acronyms!

  16. Acronym Overload... on Why LEDs Don't Beat CFLs Even Though They Should · · Score: 1

    I read the article - what the hell is a CFL, for us lay-people???

  17. Re:Didn't some TLA fund tor development? on HP Accused of Illegal Exportation To Iran · · Score: 1

    Reminds me of a bug I had to fix, caused by bundling an old library that conflicted with ours. So I tried downloading the 'jar' from Sun's Java web page only to find that due to export restrictions I had to be in the USA or Canada.

    So legally I couldn't diagnose the problem because I couldn't download the offending software.

    This for an encryption lib, of which a later version is included as part of the standard JRE and now possibly open-sourced...

  18. Re:I have something very similar on Lenovo's New ThinkPad Has 2 LCD Screens, Weighs 11 Pounds · · Score: 2, Funny

    Wheels? Awesome! Strap an outboard motor to the back of it and then it's even more portable. The other solution requires a car. :)

  19. Re:OpenJDK already 64-bit on 64-Bit Java For Linux · · Score: 2, Informative

    IcedTea != OpenJDK != Sun's JRE.

    Rather, in approximate terms...
    OpenJDK = Sun's JRE download - binary blogs - Java Plugin - Java Web Start
    IcedTea = OpenJDK + GNU Classpath replacements + gcjwebplugin + netx

    So the IcedTeaPlugin.so is actually cobbled together from gcj. Red Hat decided they couldn't wait for Sun, so they sponsored GPLed IcedTea replacements for applets and jnlp.

    Today's announcement is that the 'official' Sun plugin now supports 64 bits. NB It's a totally different code-base from the IcedTea plugin and still isn't GPLed, with no definite time-frame.

  20. Re:What a great alternative on Windows Cheap Enough For $2B Aussie Laptop Deal · · Score: 1

    Teachers maybe not but perhaps the librarian!

  21. Re:Thermodynamic computing on Time to Get Good At Functional Programming? · · Score: 1

    Indeed, isomorphic algorithms could be quite useful for software transactional memory.

    But then I flunked high school physics, so (s)he lost me when starting to talk about entropy.

  22. Re:When will it become *our* phones? on Second Google Android Phone Revealed · · Score: 1

    Nope. :)

    I have a phone with a slide out 12-key thumb-pad. At no stage would I consider that 'typing'.

    Smart-phone users, at times, sound like they want to compose vast tomes on these things...

  23. Re:When will it become *our* phones? on Second Google Android Phone Revealed · · Score: 1

    Type??? It's a phone for heavens sake! Keyboards are sooooo last millennium.
    If you must, carry a fold up bluetooth keyboard, or one of those lasery things - or, heaven forbid, ssh.
    For everything else, dictation. I'm sure google has, or should shortly have, a 3G voice to SMS service.
    And if you must spell something out there's always November Alfa Tango Oscar.

  24. Re:Linux support is 'coming' on Sun Releases JavaFX · · Score: 1

    Which market? The market *that counts* at the moment is the pre-existing Java developer market. Including mac users, a figure I'm plucking out of the air, the Unix user base of java developers is possibly 40%, or perhaps more.

    Development shops aren't going to ramp up development using a 1.0 product if their coders are in mixed environments and have to run FX in a VM, under wine or dual boot. e.g. "this sounds dandy but does it run in Ubuntu?" (Assuming, of course, the decision makers aren't hanging out on theserverside.com arguing for the 847th time why 'flavour of the month web framework' is better than Gavin's Seam - It's a website like Slashdot but for self-proclaimed Java EE demigods)

  25. Re:Not really, no. on Sun Releases JavaFX · · Score: 4, Informative

    The download for Java *is* as small as possible. If you go to Sun's download page and select the "Windows Kernel Installation", the installer is 0.20 MB

    It then dynamically downloads components from the network as required.

    More information about this here.

    Don't ask me why (I guess it's an experimental feature they're prepping for the Java 7 release) but for the time being you have to access it via Sun's developer site rather than the consumer java.com one. Hmmm.