Slashdot Mirror


User: dasir

dasir's activity in the archive.

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

Comments · 6

  1. Re:OpenGL please on GPU Gems 3 · · Score: 1

    yes, I aggree with you. DirectX programming only available on windows systems, but OpenGL offer more compatibility ..

  2. Re:very nice! on Make Your Own Sputnik · · Score: 1

    I doubt that I can my own Sputnik, since the cost is too expensive, and the material isn't affordable

  3. Re:Just a thought... on Google Summer of Code Program Overhauled · · Score: 1

    My country too. SoC is not available in my country, and not only that.. I can't use my Paypal account, .. What's wrong to these company?

  4. Re:Who The Hell Still Uses Perl? on XML::Simple for Perl Developers · · Score: 1

    I aggree with you. PHP is totaly crap! Now, Im working on my own project (Designing my own templating-system/mini-language like ASP) Hey, slashdot is written in Perl right :-)

  5. Netscape 7.2 is better ! on Netscape 9 to Undo Netscape 8 Mistakes? · · Score: 1

    IMO Netscape 7.2 is better than Netscape 8. I try to install Netscape 8 in Windows ME but it doesn't works right :-(

  6. Ruby & the Web on Lisp and Ruby · · Score: 1
    I think Ruby is not a good choice for web-development today. Because, you know almost all shared webhosting company doesn't support RoR (yet). compare this Perl & Ruby code:

    #!/usr/bin/perl
    my $test = 123;
    print "result: $test\n";

    #/usr/bin/ruby
    test = "123";
    puts "result: #{test}"
    As you can see, Perl code is better doing this simple things.. I never see large project/software written in Ruby ;-)