Slashdot Mirror


User: MarkoNo5

MarkoNo5's activity in the archive.

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

Comments · 126

  1. My Duron 1.1GHz must have a built-in Java VM ! on Linux Number Crunching: Languages and Tools · · Score: 2, Interesting

    Using both Sun's and IBM's Java virtual machines I get the following results from 'time'.

    real 0m35.173s
    user 0m35.140s
    sys 0m0.030s

    The results vary from 35.130 to 35.160. When I run the c++ test with the following compiler options : -march=i686 -mcpu=i686 -O (somehow the mmx and sse option are rejected)

    real 0m43.467s
    user 0m41.790s
    sys 0m0.010s

    Can somebody explain this please ?

  2. IBM JDK 1.3.1 on Linux Number Crunching: Languages and Tools · · Score: 3, Informative

    When I run my QR decomposition "benchmark", IBM's virtual machine always comes out about 20% faster than Sun's. It would still be a lot slower than C++ or Fortran, but the gap should be smaller. On top of that, IBM's license does not require you to accept a license which says the VM may install any software on your machine and that you automatically accept the license of that new software. See http://hal.trinhall.cam.ac.uk/~nrs27/java_eula.htm l for all the fun.

  3. Re:some experiences on Multi-User Subversion · · Score: 1

    Installing it is indeed very easy if you want to use unencrypted http. However, I'm having trouble setting up apache to use https. I have symlinked ssl.conf and ssl.load in /etc/apache2/mods-enabled, I have made a certificate and private key using the SSL-Certificates howto. I've put everything from the example ssl.conf file from apache2 in httpd.conf and modified the location of the key and certificate. Apache2 still doesn't accept any https connections (with or without the virtual host in the config file). When I enable the SSL engine ("SSLEngine on"), apache2 doesn't even start up, nor does it give any error message. When setting up a secure subversion server, I can't imagine that different people do it in a completely different way, so why isn't this documented properly ?

  4. imagine on The Evolution Of The Cost-Effective TrainCam · · Score: 1

    a beowulf cluster of X10 cams attached to a toy train...

  5. 5 steps to eternal fame on The Evolution Of The Cost-Effective TrainCam · · Score: 1

    1. take some old trash
    2. attach a wireless camera to it
    3. describe what you see in 43525 words and submit to slashdot
    4. ?
    5. eternal fame

  6. in other news on The Evolution Of The Cost-Effective TrainCam · · Score: 1

    I reported that my 21" monitorzilla br0ke down yesterday. Since I wouldn't be able to see the images, I didn't bother to attach a camera to it.Can I have a frontpage story now ?

  7. Re:a leaky abstraction is a wrong abstraction on The Law of Leaky Abstractions · · Score: 1
    Thanks, but no thanks. I'm an engineer in computer science, and a researcher (mind the 'cs' in my email address).

    Why don't you take a look at the compaq alpha c compiler with you anonymous coward eyes. It will change you code so it accesses memory more efficient. In fact, when make an abstraction of the entire process, you can easily pick the most efficient way for every platform and write it only once.

    big-O has nothing to do with this.

    Don't blame your own stupidity on the term 'abstraction'.

  8. Re:a leaky abstraction is a wrong abstraction on The Law of Leaky Abstractions · · Score: 1

    That's not a leaky abstraction. An abstraction is meant to hide things from you. Speed is irrelevant. Just try to outperform C compiled by say the Intel C Compiler with assembler. You will fail in almost all cases. Yet C is "high level" compared to assembly language.

  9. a leaky abstraction is a wrong abstraction on The Law of Leaky Abstractions · · Score: 1
    Not a single abstraction I've ever made in an inheritance tree is leaky. A leaky abstraction is a faulty abstraction, the postcondition of whatever is underneath the abstraction contradicts the postcondition of the abstraction, and is therefore illegal. The abstraction that says TCP is 100% reliable is nonexistant because TCP can't live up to that claim.

    He mistakenly confuses a generally accepted "definition" of TCP with a true abstraction.

    The example of the array iteration is nonsense. Or tell me where I have to deal with page faults in e.g. my Java programs.

    Speed has _nothing_ to do with abstractions. What is he talking about ? Hide SQL behind an abstraction, and use something else when SQL is dogslow.

    NFS and Samba, same as TCP. That happens when you work with networks Joel, things can go wrong !

    Then he discovers that C++ isn't the perfect language. In other news, scientists discovered that grass is green sometimes. He simply assumes that strings in C++ are good abstractions and the says they suck. Well yeah, they sucks, simply because they aren't good abstraction.

    Can somebody please teach this guy what an abstraction is ?????

  10. Re:Not really. on Is Mac OS X Slow? · · Score: 1

    Using Dell hardware to compare ix86 to Mac isn't fair. I have a Dell optiplex gx240 at work (1.5GHz P4 and 256MB RAM). The thing is dogslow compared to both my ancient dual celeron 366 with 196MB and my duron 1.2GHz with 256MB. There is a reason why Dells are so cheap.

  11. Re:For high-res screens on Font HOWTO For Linux · · Score: 1

    Holy smoke that looks good. Could you explain what you've done a bit more in detail ? (where do I get good type 1 fonts e.g.)

  12. Re:Is there a download version of Suse on Review of SuSE 8.1 Professional · · Score: 1
    SuSE has an ftp installation... so if you don't want to buy the CD, you have to download their installation manager and boot to that. then you can select the packages you want, etc. via ftp.

    Unless your ISP's firewall does not allow active ftp.

    kind of ...

    ... a bummer

  13. Re:But why not just use Dillo on Phoenix 0.2 Web Browser: Lean, Mean Mozilla · · Score: 1

    Because all it does is sefault ????

  14. Re:Check your math on 3D LCD Display · · Score: 1

    Actually, you proof contains an error. 4D > 3D only if D > 0. Check your math :p

  15. Re:So we're 1000 times faster now on Intel Demos 4.7-GHz Pentium · · Score: 1

    Then pentium pro 200 was already about 1000 times as fast as the good old 8088 (I remember this from a special article in a magazine). It's not only the MHz that counts.

  16. Imagine on SGI Demos 64-Proc Linux Box · · Score: 1

    how many FPS it could do in Quake III

  17. In other news, on Holy Grail of Remote Controls · · Score: 1

    researchers at Carnegie Mellon University have teamed with researchers from Maya Designs, Inc. to produce the ultimate universal remote control.

  18. It really has the thrusters from episode 2 on An R2 Of Your Own · · Score: 1

    From Amazon : Shipping weight: 0.039198 pounds.

  19. Bad idea ? on How to Build a Time Machine · · Score: 1

    I've just seen Terminator a few minutes ago. Why does this seem like a bad idea ?

  20. Re:Serious features seriously needed on 10 Reasons We Need Java 3 · · Score: 1
    > Multiple inheritance has major problems

    You clearly didn't read the OO bible yet (Object Oriented Software Construction by Bertrand Meyer). There is NOTHING wrong with multiple inheritance, the only problem is that there is just one language that does it right : Eiffel. Without it, you always find yourself emulating it in some way. I'm doing it at this very moment because there simply isn't an alternative.

  21. Ordinary transaction on Blender Fund Raises EUR18,000 In Three Days · · Score: 1

    Why don't they also give the number of a bank account we can deposit money on ? I want to donate some money, but I'm not gonna put my money on internet in any way, not visa and not paypal.

  22. Where is my satellite dish ? on Suddenly a JPEG Patent and Licensing Fee · · Score: 1
    Forgent has the sole and exclusive right to use and license all the claims under the '672 patent that implement JPEG in all "fields of use" except in the satellite broadcast business.

    I'm gonna broadcast all my JPEG's :)

  23. no soft wrapping ? on Top 10 Things Wrong With Linux, Today · · Score: 1
    No common editor which supports "soft wrapping."

    Could somebody give this guy a kindergarten course 'Using text editors' ? Vim and nedit are soft-wrapping very happily.

  24. I,m using it right now on Beyond Dvorak via Genetic Algorithm · · Score: 1

    The keys of my keyboard don't fit this way :) The + and - stick out very high.

    k,uypwlmfc/=

    hmmmmm, qwertyuiop sounded better

  25. GCC 3.1 on New Red Hat Beta: LIMBO · · Score: 1

    Is it also compiled with GCC 3.1, or does it only include the compiler ?