Slashdot Mirror


User: cortana

cortana's activity in the archive.

Stories
0
Comments
2,628
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,628

  1. Re:So why not just LaTeX? on Norway Moves Towards Mandatory Use of ODF and PDF · · Score: 1

    latex2html? ;)

  2. Re:since when do users pay royalties? on Microsoft Says Free Software Violates 235 Patents · · Score: 1
    With protection rackets such as described at http://lwn.net/Articles/233837/.

    Novell and Microsoft detail 12 new Linux coupon customers
  3. Re:Simple steps on Starting an Open-Source Project? · · Score: 1

    b, c and d are all successful. a is also not that bad--at least the code is out there for others to use, and the whole thing may be picked up by someone else later on.

  4. Re:What, why? on After 9 Years, Bugzilla Moves Up to 3.0 · · Score: 2, Informative

    debian-legal is just a discussion mailing lists. The messages posted there do not represent the views of the Debian project.

    Actions speak louder than words, and the continued presense of Bugzilla, Firebird and other MPL-licensed packages in main indicate that the project does not consider the MPL to be non-free.

  5. Re:What, why? on After 9 Years, Bugzilla Moves Up to 3.0 · · Score: 2, Informative

    Debian does not consider the MPL to be non-free: Debian includes MPL-licensed software like Bugzilla and Firebird in their distribution.

  6. Re:Likely binary drivers only. on ATI Committed To Fixing Its OSS Problems · · Score: 1

    I wonder how many people have contributed to the Debian project over the last 14 years since it was announced...

  7. Re:Have they fixed the startup time? on Sun Debuts JavaFX As Alternative To AJAX · · Score: 1

    (I was referring to Flash, not Java)

  8. Re:Have they fixed the startup time? on Sun Debuts JavaFX As Alternative To AJAX · · Score: 1

    The SWF file format is not open. In order to read the spec document you must agree to a nasty EULA forbidding you from competing with Adobe.

    I don't have a problem with Sun's Java runtime since it is about to be released under the GPL.

  9. Re:Another Flavor of Java? on Sun Debuts JavaFX As Alternative To AJAX · · Score: 1

    Well then it's obviously *not* installed, since part of the installation means that your system would be set up to handle JNLP files.

  10. Turn it into an image on Own Your Own 128-Bit Integer · · Score: 3, Interesting

    You can turn your own, personal 128 bits into an image here: http://robots.org.uk/itii/

  11. Re:Proprietary solutions & vendor lock-in on Sun Debuts JavaFX As Alternative To AJAX · · Score: 1
    Serves me right for believing what I read in the Slashdot article summary.

    Looks like a combination Applet, Flash, Javascript, and AJAX with a friendly programming interface. I interpreted that literally. Now I see that this is just a Java Web Start (which is a great technology, it's just a shame that its applications are slow to load, and that users have to make a deliberate effort to install the JRE).
  12. Re:Another Flavor of Java? on Sun Debuts JavaFX As Alternative To AJAX · · Score: 1
    I guess you did not notice the text above the demo applications saying,

    Note: Requires Java Runtime Environment (JRE) 1.5 or higher.
  13. Re:Have they fixed the startup time? on Sun Debuts JavaFX As Alternative To AJAX · · Score: 5, Funny

    Well someone needs to install Debian. :)

    sun-java6-plugin gets you everything you need to enjoy the 12 java applets that are on the web. ;)

  14. Re:Have they fixed the startup time? on Sun Debuts JavaFX As Alternative To AJAX · · Score: 4, Insightful

    But it's still a proprietary platform without free implementations.

  15. Proprietary solutions & vendor lock-in on Sun Debuts JavaFX As Alternative To AJAX · · Score: 4, Insightful

    So we're moving away from a de-facto standard that is already implemented with free software, towards the proprietary Adobe Flash platform and the vendor lock-in that it implies?

  16. Re:I like what Vanguard came up with on A Foolproof Way To End Bank Account Phishing? · · Score: 1

    This is far less secure than just relying on SSL to authenticate the remote server.

  17. Re:Banks Only? on A Foolproof Way To End Bank Account Phishing? · · Score: 1

    Because nothing says "legitimate business" like a domain under .biz!

  18. Re:I know it will never happen on A Foolproof Way To End Bank Account Phishing? · · Score: 1

    While it is annoying,iIt's hardly stealing. You are aware of the procedure and consent to it. You can take your money elsewhere if not.

    Besides, the delay makes money for the bank which they return to you in the form of higher interest rates on your accouts, lower interest rates on loans, etc.

  19. Re:We'll see about that. on A Foolproof Way To End Bank Account Phishing? · · Score: 1

    It is totally insecure because you have no idea that the original page was not altered by an attacker, unless you view the page source every time you log in. I have to do that with my HSBC account and it's fucking irritating!

  20. Re:We'll see about that. on A Foolproof Way To End Bank Account Phishing? · · Score: 1

    Sure, it warns you. But *everyone* checks the "don't bother me with this again" checkbox the first time they do a web search.

  21. Re:What's with the sudden influx of gnubies? on Migrate a MySQL Database Preserving Special Characters · · Score: 2, Insightful

    Not a single day seems to go by without a gnubie or two posting things that are really basic knowledge.
    If you do insert unicode data into a latin1 table, you will get unexpected results. Ah, I love MySQL. They should fix it so that if you insert unicode data where latin1 data is expected, you get an error instead of silent data corruption.
  22. Re:"Terroristic threat" != "terrorist threat" on Webcomic Author Deemed a Terrorist Threat · · Score: 1

    And there was me thinking that "terroristic" was just a word mistakenly used by the illiterate.

  23. Re:Bad release practices on PHP 5.2.2 and 4.4.7 Released · · Score: 1

    But why would you use tabs there in the first place?

    Tabs should be used for the initial indentation. Once you reach the indentation level that you want, use spaces to line things up (the clue is in the name... you can't "line things up" by using a spacing character that has a variable length... so don't!)

  24. Re:Bad release practices on PHP 5.2.2 and 4.4.7 Released · · Score: 1

    Yeah and one effect of that is that lot of old crappy PHP 'applications' reimplement it themselves... *bashes head against wall*

  25. Re:Bad release practices on PHP 5.2.2 and 4.4.7 Released · · Score: 1

    Basically the problem is that there are a lot of people out there that don't know how to use their editors; and a lot of broken editors that default to inserting 8 spaces when the user presses the tab key.

    The Tab key is not a shortcut for pressing space 8 times, damnit!