Slashdot Mirror


User: phnx90

phnx90's activity in the archive.

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

Comments · 18

  1. Anti-Photons on Antimatter and Antistars? · · Score: 1

    The anti-particle of a photon is a photon.

  2. Re:Java is a DOG on Can .NET Really Scale? · · Score: 4, Interesting

    I got to tell you its probably not java more the actual application server and/or the application. We use ATG Dynamo, and for that we get what we pay for: More than 4000 concurrent users ( active sessions ) per Dynamo instance with out any problems). Although with Version 6, they've decided to go all J2EE Buzzword compliant and complicated the entire setup.

  3. Reiser FS on USPTO Issues Microsoft A Patent For 60's Technology · · Score: 5, Informative

    Doesnt Reiser FS 4 also have this feature.

  4. Interactive Flash Movie That shows new features on New US $20 bills Released, Colors & Layout Change · · Score: 5, Interesting
  5. Statecharts? on Practical Statecharts in C/C++ · · Score: -1, Redundant

    Can someone explain what a statechart is or provide a link

  6. Re:"Antitrust" is the only one that's even come cl on Realistic Portrayals of Software Programmers? · · Score: 1

    Written in Java, connecting to satellites via tcp/ip?????

  7. Try the Java Syntactic Extender on Sneak Peak at Java's New Makeover · · Score: 1

    The JSE is implemented as preprocessor. Why wait for Sun to add new language features, add your own.

  8. Parrot on Runtimes and Open Source? · · Score: 4, Informative

    Parrot the VM for Perl6 is being developed w/ multiple languages in mind.

  9. Where is it? on PHP5 Coming Soon · · Score: 2, Insightful

    How come there is no mention of this on the PHP Website?

  10. Check out .. on First Wind-up Phone Charger Review · · Score: 0

    This solar powered cell phone charger. You can daisy chain up to 5 of them for more power.

  11. Re:My favorites on Essential UNIX Tricks and Tools? · · Score: 0

    >Also, using tar across pipes to copy a tree without an intermediate tar file:

    >tar cf - foo | (cd /bar ; tar xvf -)

    Am i missing something, why not simply do cp -R foo /bar/

  12. Re:best grep trick ever on Essential UNIX Tricks and Tools? · · Score: 0

    quote the RE:
    ps aux | grep '[f]oo'

  13. Re:make it stop! on CPAN Shifts Focus · · Score: 0, Offtopic

    mod this up

  14. Re:J2EE vs .NET on James Gosling On .NET And The Anti-Trust Trial · · Score: 1

    Dont Use JRun. You can use Resin for the just about the same price, its faster and you can evaluate for free ( no thirty day gimped development versions).

  15. Re:Why is this code bad? on Fix the Bugs, Secure the System · · Score: 1

    If strlen(input) > MAXLEN
    then the overflow happens when you
    make the call to strcpy( dest, input)
    the area of memory after *dest + MAXLEN will be overwritten

    to prevent the overflow
    the call should be strncpy( dest,input, MAXLEN);

  16. Re:Not for me on MSN Blocks Mozilla, Other Browsers [updated] · · Score: 1

    but if you set the user agent to 'Opera' it will not work

  17. Re:Not for me on MSN Blocks Mozilla, Other Browsers [updated] · · Score: 1

    Wrong url, correction

  18. Re:Not for me on MSN Blocks Mozilla, Other Browsers [updated] · · Score: 1

    Same here. MSN works fine. Im using K-meleon with the user agent set to 'Mozilla/5.0 (Windows; U; WinNT4.0; en-US) Netscape6/6.1'