Slashdot Mirror


User: w4z4bee

w4z4bee's activity in the archive.

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

Comments · 8

  1. More of a bit of a benchmark on Competitive Cross-Platform Development? · · Score: 1

    and i almost forgot:

    executable size:
    VC++: 1138688 Bytes
    g++3.2: 994705 Bytes

    compile time:
    VC++: 21s
    g++3.2: 76s

    So there you go, gcc is SLOW but is pretty damn good and FREE whereas VC++ is faster but EXPENSIVE for a poor broke lad like me.
    Also i checked out VC++7 but due to its reliance on .net framework, the fact that it eats more ram than mozilla and its SLOWWWWW performance on my machine, I had to throw it out.
    As a last note, i did try out icc from intel and was not too impressed with it, it basically had the same performances as gcc-3.0, costs much more and was the worst pain to install on debian (it's distributed in .rpm format).

    .sigs are for woosies

  2. A bit of a benchmark on Competitive Cross-Platform Development? · · Score: 1

    I just discovered MinGW thanks to some earlier posts on this thread and decided to install it on my work machine to compare VC++ compiler and g++.

    My most intensive calculation is a home made implementation of AES (raijndal?) so here goes:

    (g++ is compiling with -O3 and VC++ is set to "Maximise Speed")
    VC++
    encrypt 2.50 MB/s decrypt 2.12 MB/s
    g++3.2
    encrypt 2.17 MB/s decrypt 1.77 MB/s

    close but not there yet. keep in mind gcc3.2 from my tests on the same algorithm on GNU/Linux is ~10% slower than 3.0, but i don't know how to install 3.0 on MinGW yet.
    IMHO gcc3.0 kicks ass in portability and is pretty damn good in speed, just as long as they fix the regression from 3.0 to 3.2

    .sigs are for woosies

  3. Re:But I *like* those functions... on Phoenix 0.3 Is Out · · Score: 1

    actually i ran into this a couple of weeks ago.

    I think it came about after i installed 1.2a so my best guess would be to blame 1.2a...
    had to play with my prefs.js and remove many smtp servers with nonexistant server names. I think it has to do with their Advanced option in SMTP preferences. it allows you to have many smtp servers and one by default. any modification done on this dialog box had no effect on the final outcome of bugged mail sending. was this option there before? i had never seen it...

  4. wow that's cool on No More Mac Tweaking? · · Score: 1

    I did not know that. I just tried it and it's really cool. Don't know what to do with it but i like the fact that it's there

    One of my friends was complaining to me about windows2k because he couldn't boot in DOS mode anymore. he was arguing "but if i break something, how do i go into dos to fix it?" no way jose...

    Still i tried Alt+F7 to get back to nice gui mode and my screen stayed black...what's up with that?

  5. Re:Great.... on Firefly Premieres Tonight · · Score: 1

    not much you can do as this seems to come from bad encoding.
    from what i understand, the video is divx'd and the sound is mp3'd. finally all of it is brought together to make a nice .avi and depending on how you do it, it is possible to screw the synchronization of the two :-(

  6. Silent Kernel on 2.5.4 Kernel Out · · Score: 1

    This has mostly nothing to do with this post, but bear with me. For a while now, my kernel 2.4.something has become silent, ie: it does not write to kern.log or syslog, have i missed a compilation option or does it just not like to talk to me anymore? anyone have a problem like this before? g. I know i'm stupid, but @ least i have no problem admitting it.

  7. Previous slashdot article on Linux 2.4.16 Released · · Score: 1

    there was also a nice slashdot article which links to
    IBM which explains in lengthy yet interesting details
    what exactly ext3 is and how to implement it:
    LINK,/a>

    if you read the older articles as well, there is a bit about ReiserFS and devFS.

    enjoy ;)

  8. do they have a 64 ppc linux ? on Next-Gen Apples To Include 1394b, USB 2.0 · · Score: 1

    I know there's an itanium version and one for 64bit power4 or whatever the big ibm's are running, but would there be a g5 64 bit linux in january?