Slashdot Mirror


User: pudge

pudge's activity in the archive.

Stories
791
Comments
2,849
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,849

  1. Re:here's how, in perl on CGI Programming with Perl · · Score: 2

    srand() is not necessary in perl (as of 5.004, IIRC). rand is auto-seeded, and essentially you get the same seed as you did above without calling srand().

  2. Re:and perl is where? on 4 Web Scripting Languages Compared · · Score: 2

    While people keep saying how Perl is insufficient to the task, thousands upon thousands of programmers will quietly, surely, quickly, efficiently, and superbly get their job done using it.

  3. Re:Keep this in mind when you vote on Perl Community To Buy Damian Conway? · · Score: 1

    And since Harry Browne can't win, vote Bush! As Dennis Miller said after telling his audience to not be afraid to vote for third parties: "And let me know how that goes, because I am going to vote for whoever's gonna take less of my fucking money, OK?"

  4. More Info on Perl Community To Buy Damian Conway? · · Score: 3

    YAS has more info, see the story on use Perl.

  5. Re:Phew. on Perl 5.7.0 Released (Devel Version) · · Score: 2

    BTW, I meant to add that I've run perl 5.6 on a machine with Slash and saw no problems.

  6. Re:Slashdot Perl Scripts on Perl 5.7.0 Released (Devel Version) · · Score: 2

    Slash (and Slashdot) runs on perl 5.005_03. It may run fine on perl 5.6. The current development branch of Slash, bender, is going to be tested on perl 5.6. We may upgrade Slashdot to perl 5.6 someday if it proves stable, or we might wait for perl 5.8.

  7. Re:*PLEASE* do not install 5.7.0 into production u on Perl 5.7.0 Released (Devel Version) · · Score: 2

    Yeah, how DARE the GUY WHO RELEASED THE SOFTWARE warn people NOT TO USE IT without knowing exactly what they are doing, to counteract the original submissions saying "go upgrade now." Little wanker.

  8. Re:A few corrections on The New Linux Myth Dispeller · · Score: 2
    In fact, IP masq / firewalling / etc. can be more efficient under Mac OS (classic, not X!) than Linux. Using IPNetRouter, you can route at near wire speeds on a 100Mbps network. From http://www.sustworks.com/site/p rod_ipr_compare.html:

    The key to OT performance is to respond to a network interrupt and pass pointers to a STREAMS message up the stack and back down again in less time than it takes to send a 1500 byte Ethernet packet. Since routing occurs at interrupt time, it is not affected by other applications. ... And, its always nice to see the look on people's faces when you explain to them that your Mac is saving the planet by running rings around NT or Cisco routers and is way easier to configure than a linux machine!

  9. Re:Myth Dispeller myth dispelling on The New Linux Myth Dispeller · · Score: 2

    And Photoshop or Lightwave on an Altivec-equipped Mac will blow away any other computer running any other OS. :p

  10. Re:A mirrored copy, for your convenience on Unhappiness Surrounding Perl 6 Announcements · · Score: 2

    What Simon says does matter, some. But not as much as what Sarathy, Larry, Chip, and Jarkko have to say (among other porters). And not as much as what Tom and Jon and others who have been around a long time have to say. Simon was wrong to post what he posted, and he knows it. Slashdot was wrong, I think, to post this at all. I don't know if they agree.

  11. Re:Rewriting Unix commands in Perl? on Larry Wall Announces Perl 6 · · Score: 2
    Hm.

    print while <>;

    How about one better?

    print <>;

  12. Re:First Ilya, now Tom? on Larry Wall Announces Perl 6 · · Score: 2

    Sarathy is still involved (as mentioned on use Perl). I personally expect Tom to be involved with Perl, and would be surprised if he left. I have a sneaking suspicion that Ilya might be involved with it, too. He was at the meeting on Tuesday and seemed intrigued.

  13. Re:wow... on Larry Wall Announces Perl 6 · · Score: 2

    It is simply a matter of testing. We have not fully tested it, and it is not a high priority. We are planning to have bender, the development Slash, run on perl 5.6 (and in some future release, it might even require perl 5.6). But I wouldn't necessarily count on it happening, just because the priority for it is relatively low. There have been some accounts of breakage with some of the modules Slash uses (mod_perl, for instance), but I cannot say if anything in particular is broken.

  14. Re:Compatibility. on Larry Wall Announces Perl 6 · · Score: 2

    Well, many things on CPAN _will break_ with perl 6. This is assumed. I apparently did not emphasize that enough in the original piece. Work will be done to make perl 5 stuff run in one way or another, but there will be breakage (probably would be greater between 5 and 6 than between 4 and 5).

  15. Re:wow... on Larry Wall Announces Perl 6 · · Score: 2

    Slashdot uses perl 5.005_03.

  16. Re:Compatibility. on Larry Wall Announces Perl 6 · · Score: 2

    Yes, well, that's the point. Filehandles already are, for the most part. In perl 5.6 you can do:

    open my $fh, $path or die $!;

    Formats, well, formats might go away entirely from the core and move to a more manageable, easy-to-use, sensical module.

  17. Re:Larry Wall DOES Announce Perl 6 on Larry Wall Announces Perl 6 · · Score: 2

    Microsoft gives money to ActiveState to make Perl work better on Windows. ActiveState employs some key, core perl programmers.

  18. Re:Perl appears to me to be a "dirty" language. on Larry Wall Announces Perl 6 · · Score: 2

    Perl MAY have strong typing, but it would certainly be optional.

  19. Re:Well... on Larry Wall Announces Perl 6 · · Score: 3

    Yes, there is. Most of the core Perl developers call "5.005" "5.5".

  20. Re:Community's perl? on Larry Wall Announces Perl 6 · · Score: 2

    You make it sound like everyone cannot go to the perl mailing lists now ... they can. It is harder now, and yes, the barrier of entry is intended to be lower for perl 6.

  21. Re:Change... on Larry Wall Announces Perl 6 · · Score: 2

    I don't think it will be very transparent. I think a lot could and perhaps will change. Now, your old programs will still run, under perl 5 or some comaptibility mode in perl 6. But perl 6 will be different.

  22. Re:Argh, everything is NOT open source on Download The Human Genome · · Score: 1
    You guys are trivializing what the GPL represents

    Is that even possible?

  23. Re:No need to GPL, it's public domain on Download The Human Genome · · Score: 1

    As noted, a lack of copyright does not imply public domain. It implies the exact opposite.

    However, since I own the data (as do the rest of us), it can't be copyrighted anyway. You might as well patent a smile or copyright a skin color.

  24. Re:Copyright, yes. Patent, no. on Download The Human Genome · · Score: 1

    You cannot copyright what you did not create. You can possibly copyright the expression or form of the work, but not the data itself. You cannot patent what there is prior art for. The genome is mine, the data is mine, and you can't stop me from using it in any way I see fit.

  25. Re:NewsWatcher - Mac Free Software failure story on How Can I Promote Open Source On The Macintosh? · · Score: 1
    NewsWatcher perfectly illustrates RMS's point that simply giving away the source is not sufficient to make software free.

    But ... it IS free.