Slashdot Mirror


User: chromatic

chromatic's activity in the archive.

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

Comments · 2,306

  1. Re:Not sure this is what we need on Beyond An Open Source Java · · Score: 1

    Unless you mean "platform-specific modules in the Win32:: namespace", you're off-base. It's the same source code as all the other platforms.

  2. Re:C#, Java & GNOME on Beyond An Open Source Java · · Score: 1

    If everything interesting lives one layer above the OS, it may not matter which OS it is.

  3. Re:C#, Java & GNOME on Beyond An Open Source Java · · Score: 2, Insightful

    The conspiracy minded might wonder if Sun sees Java -- not Linux -- as the most important part of the Java Desktop System. As long as people are migrating away from Windows, why not sell them an OS where Java is the preferred system programming language?

  4. Re:How does GPL dual licensing work again? on Beyond An Open Source Java · · Score: 1
    Doesn't the GPL require that the code be redistributed for free?

    The license does not apply to the copyright holder, who can do anything he wants.

  5. Re:ESR belittles Perl and Python on Sun's Simon Phipps Answers ESR On Java · · Score: 1

    I put Smalltalk in there for exactly that reason. It's not clear why it wouldn't be considered a scripting language by many popular definitions of the term.

    Personally, I don't worry about it much. It's pretty easy to find the language bigots and then to ignore them.

  6. Re:ESR belittles Perl and Python on Sun's Simon Phipps Answers ESR On Java · · Score: 1

    It might be easier to group languages based on a dynamic versus static scale. Perl, Python, PHP, Ruby, Tcl, most shells, and Smalltalk allow run-time code evaluation, late binding, and rather less compile-time type checking. They also tend to prefer a unified compile-and-run step.

    That's still not perfect set, but it's more accurate than "programming" versus "scripting".

  7. Re:BitKeeper? on Behind the Scenes in Kernel Development · · Score: 2, Informative

    Just a nit on Subversion's status: it's in beta now, with a release candidate scheduled for tomorrow and the official 1.0 release set for Monday.

  8. Re:ESR belittles Perl and Python on Sun's Simon Phipps Answers ESR On Java · · Score: 4, Informative

    The term "scripting language" is nearly meaningless, but it certainly does not preclude a JIT or a sophisticated virtual machine.

  9. Re:From the horses mouth on Sun's Simon Phipps Answers ESR On Java · · Score: 1
    We will start to see different versions of Java.

    The language, the libraries, or the platform? There's J2SE, J2EE, J2ME, Blackdown, Kaffe, Classpath, the AOP thing, the Pizza project that preceded Java 1.5's generics, IBM's JDK, HP's JDK, GCJ....

  10. Re:Because there are never enough Award shows.. on Digital Oscars Awarded · · Score: 1

    Read any "blogs" lately?

  11. Re:Slightly OT mini-rant on Candidate Ads, Coming Soon To An Inbox Near You · · Score: 1

    Just look at voter turnout rates in the past several decades: so far, so good.

    (My inner historian also wants to point out that the two major parties in the U.S. right haven't been around since 1787, so there's hope for change.)

  12. Re:What they should do... on Delays Hurt Video Game Business · · Score: 1

    It takes time and planning to put a product into stores. You have to convince buyers to buy it before it's available and you have to get it to them in time. You also need to coordinate your advertising (and your finite budget) with the product's availability, or you risk too many returns. Missing the window of opportunity with Wal-Mart will likely kill your game.

    There are also business considerations of when to show revenue, but I take that to show the problem with publicly-held game publishers.

  13. Re:A Programmer's Credo on Intuitive Bug-less Software? · · Score: 1
    If I find that the design of my program creates significant problems down the line, I will not kludge something into place. I will redesign the program.

    Do you find this at odds with the rule about freezing the design before you start coding? If you find a flaw in the design, will you only implement the redesign in the next version?

  14. Re:It's in the implementation on Intuitive Bug-less Software? · · Score: 1

    Good point inheritance and class hierarchies must serve some psychological need among OO professors and authors. They're certainly not the end goal of good design.

    Since you bring up Smalltalk, you might like Traits in Smalltalk, research on alternate mechanisms of polymorphism, behavior, and code reuse.

  15. Re:But why do you need to test? on Intuitive Bug-less Software? · · Score: 1
    I'd rather tell my boss I didn't have time to completely test, than tell my boss the code doesn't exist yet.
    "Dear boss, I don't know if it works, but I'm finished. What's my next job?" :)
  16. Re:Ugh, more abstraction. on Intuitive Bug-less Software? · · Score: 1
    When development time runs over schedule, push the damned ship date back!

    Why not fix the scheduling problems while you're at it?

  17. Re:Is he talking about the same article? on Why Open Source Makes Sense For Handhelds · · Score: 3, Insightful
    I don't think the poster even read the article however;

    Actually, he wrote the article.

  18. Re:How C# was made on How C# Was Made · · Score: 5, Funny

    I thought my amplifier was cool for going up to 11, but it can't compete with a piano that goes up to W!

  19. Re:Make sure you use MySQL version = 4.0 on MySQL: Building User Interfaces · · Score: 1

    You failed to quote the third sentence of the PostgreSQL gotchas page:

    This is work-in-progress; a few more gotchas will follow as time allows.

    Use what you like, but comparing a list of twenty gotchas to a page clearly labeled "not finished yet" seems a little bit unfair. (Your claim that "professional" companies only use statically typed languages also seems rather unfounded.)

  20. Re:Troll on A Look at Microsoft's Regulatory Problems · · Score: 3, Insightful
    Are you proposing that Microsoft should be subject to another set of rules than the other companies?

    That rather is the point of anti-trust law.

  21. Re:You're all too focused on Pair Programming... on eXtreme Programming (XP) in OSS projects? · · Score: 1

    Actually, several projects use test-driven design. It's popular in the Perl and Ruby communities, and projects like Subversion and Neon do it too.

  22. Re:4 Letters on Anti-Virus Companies: Tenacious Spammers · · Score: 1

    I browsed the TMDA FAQ and couldn't find the question "Did you realize that it's possible and probable that a spammer or virus has spoofed the sender's e-mail address?" Seems to me that TMDA might be part of the problem, not part of the solution.

  23. Re:GPL soul? on NVIDIA Drivers for 2.6 Kernel · · Score: 1
    nVidia can not release their drivers as open source due to the licensing for the AGP interface code in their drivers-pure plain and simple.

    It's been four years since NVIDIA released beta drivers. If they'd wanted, they likely could have produced their own AGP code in that time. One of their product managers hinted they'd be releasing open source 2D drivers several years ago too.

  24. Re:Just a question on Best of The Perl Journal · · Score: 2, Informative

    Add use diagnostics; during development, and you may be able to skip the Camel step in many cases.

  25. Re:Perl in the real world on Perl Haiku Poetry Contest · · Score: 1

    Whose fault could that be?
    Next time, use some discipline
    I suggest Test::More

    (Maybe the hyperlink is cheating.)