Slashdot Mirror


User: kip3f

kip3f's activity in the archive.

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

Comments · 106

  1. Re:[OT] Signature on Top Banned Books of 2003 · · Score: 1

    Perhaps if you put a space or two between the integral sign and the function, it would be easier to read.

  2. mod parent up! on Anti-Virus Companies: Tenacious Spammers · · Score: 1
    mod parent up! mod up parent! parent mod up!
    parent up mod! up mod parent! up parent mod!

  3. Re:And so the flood begins... on Telstra To Put Linux On Desktop · · Score: 1

    Yes, it's called EROS.

  4. Re:Red Hat is Headed for Extinction on Red Hat Enterprise 3 Beta Reviewed · · Score: 1
    I recently evaluated several linux distros for our beowulf cluster, and we chose Rocks Linux. This OS is designed specifically to make it dead easy to setup clusters. Rocks is built on top of stock redhat. They do some magic with the kickstart installer to automatically setup the compute nodes. All the information about the nodes (MAC, ip address, hostname) goes into a mysql DB.

    We are actually using a derivative of rocks, called BioBrew. BioBrew also comes with software for biologists:

    the NCBI toolkit, BLAST, mpiBLAST, HMMER, ClustalW, GROMACS, PHYLIP, WISE, FASTA, and EMBOSS.

  5. Link Pollution on RIM Color BlackBerry 7230 Review · · Score: 1

    michael call it "well-linked," I call it "Link Pollution." I did not read the article, as I have better things to to than figure out which link(s) to visit. Slashdot is very frequently guilty of this practice.

  6. Re:Huh? Stuffing FUD in there or what? on Mainframe Techies Are A Dying Breed · · Score: 1
    Given the first two lines of a JCL program and a web browser, I found A site with links to a bunch of manuals. I did some more searching, and here is what the first line means:

    The first two lines are the 'Job card'.
    U890898 - this is the 'Job name'.
    REGION=2048K - the amount of memory required.

  7. Explanation about the names on A Skeptical Look At The Multiverse · · Score: 1

    Ein, Zwei, Drei is German for 1,2,3. Hence Einstein, Zweistein, Dreistein.

  8. Don't get too excited yet... on Riemann Hypothesis Proved? · · Score: 5, Informative

    This item is a submission to a mathematics journal, it has not yet been accepted for publication. The authors claim to have proven the RH by a new method, and the editors of the journal are currently reviewing the article for errors. If they find no major errors, and the minor errors are fixed, then the article will appear in the journal. Then a much larger group of mathematicians will review the article. If, after all this time, the article hasn't been disproved, then it can be accepted as valid.

  9. Re:COMPLETELY OFF TOPIC on Tech Industry Versus Content Industry · · Score: 1

    yeah, my monitor started shaking. (New York City)

  10. MOD PARENT UP! on Which Open Source Projects Are -Really- Collaborative? · · Score: 1

    lameness filters are lame. Here is something to fill space in this message: How Stuff Works

  11. EROS on Chuck Moore Holds Forth · · Score: 2, Interesting

    I don't know where your comment about EROS comes from. EROS stands for Extremely Reliable Operating System, and has cool stuff like transparent persistence for all programs and a pure capability security system. EROS was built from the ground up to run on commodity Intel boxes. The OS is not ready for prime time because it is being re-written in C (from C++). It is GPL'ed, and it has mucho potential.

  12. refactoring on When Should You Go Back To The Drawing Board? · · Score: 1

    They're not paying you to make the code pretty - they're paying you to add features, or eliminate bugs. That being said, it is often the case that ugly code can severly impede your progress. This is a perfect time to refactor to make the code better. Refactoring means changing code without changing the behavior of the code, only changing the organization. See the refactoring book (by Martin Fowler) for more information.

  13. commodization of support on Linux Support For The Enterprise? · · Score: 1

    It continues to amaze me that people worry about support for free software. Consider Windows: ultimately, there is only one vendor to get bug fixes, kernel enhancements, etc. from. In the Linux realm, nobody has a monopoly on support. There is a free market, and you can pick the support level that you want.

  14. Re:RMS uses Hurd AFAIK on Are You Using the GNU/Hurd Kernel? · · Score: 1

    Did you notice anything interesting about the OS that Netcraft is reporting?

  15. Re:RMS uses Hurd AFAIK on Are You Using the GNU/Hurd Kernel? · · Score: 1
  16. Re:Red Hat on GCC's Response To Red Hat · · Score: 1

    Maybe they will go the Microsoft route, and have 1 box to sell for the whole 7.x series. For 7.1, you would have to download a 'service pack' or buy a 7 --> 7.1 upgrade cd. This is better for retailers, as then they can just sell '7' instead of having to throw away '7.0' cds when '7.1' comes out.

  17. Re:X Box Clones on Michael Abrash On X-Box Graphics · · Score: 1

    I thought that the OS would be on the game CD.

  18. Re:Some Interesting Points in Clinton's Address... on Clinton's First Internet Address To The Nation · · Score: 1
  19. runtime edit and recompile on Why Develop On Linux? · · Score: 1

    Nobody in this thread seems to understand what this poster is saying about VC++. You can edit your C code while debugging, and recompile it, and continue execution. Thats insanely cool. I use emacs myself, but I am in awe of this feature.

  20. Re:hmm on Transmeta To Unveil New Notebooks Next Week · · Score: 1

    If you know about third-party benchmarks for a whole system based on a transmeta CPU, then please post a link.

  21. It will on The Digital Revolution - Living up to the Hype? · · Score: 2

    Right now, most computer and internet technology exists in a technological context; I can surf the web, or I can go outside into the "real world". Things will get interesting when this technology is really integrated into consumer products - a fridge that can print out a grocery list (and maybe even automatically order), vacuums that vac without any human intervention, an oven that can download recipes (to be displayed on its LCD, and to set the cooking times).

  22. Re:Math humor on Gears, Computers And Number Theory · · Score: 1

    Yeah, thats definitely funnier.

  23. Re:MSDN CDs on Slashback: Secrecy, Toyware, France · · Score: 1
    as *nice* a library? They integrated all the documentation into one index. When I want to know about the javascript top object, I get all sorts of irrelevant results.

    Other than that, it is nicer than the linux docs.

  24. sig (not for the easily offended) on DeCSS Depositions Begin · · Score: 2

    "Give a man a match and he'll be warm for an hour; light him on fire and he'll be warm for the rest of his life."

  25. Re:Perl & VB on Perl And Standards: Larry Rosler Interview · · Score: 1

    No, the VB GUI is great for rapid GUI prototyping. I believe that the interviewee's intent was that the Perl language is superior to the VB language.