Slashdot Mirror


User: FnH

FnH's activity in the archive.

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

Comments · 49

  1. As they say ... on Making Money Using Open Source Software? · · Score: 2, Insightful

    Open Source is only free if your time is free.

    There's alot of truth in that statement. It also means you can make money by setting up opensource systems for other people (and perhaps you'll have to add a feature or provide support to make the sell)

    You could also get paid for simply adding a feature. You could only sell this feature once, which is a big difference with the proprietary model. You can respond to this by simply asking more money off course.

    Overall, it's true that Open Source forces you to be more service-oriented as opposed to being product-centered.

  2. Re:the trouble is on 42nd Mersenne Prime Probably Discovered · · Score: 1

    All exponents of Mersenne Primes are primes too.

  3. Re:Wake up, Liberals!!! on U.S. Kids Don't Understand First Amendment · · Score: 1

    Although there undeniably are fundamental muslims, I don't believe us 'liberals' need to 'stop worshipping the altar of diversity and tolerance' and go searching for an Islam vs. everyone else world war.
    Fundamentalism (Muslim, Christian or something else) should be fought, but I'm sure this isn't a war you fight with guns.
    War only breeds more fundamentalism.

  4. Re:A unique and amazing ecoregion - WRONG. on Countries Plan Land Rush in Warming Arctic · · Score: 1

    Err .. no ...

    The upward force is equal to the weight of the displaced liquid.

    To see where you're wrong, attach the block of steel to the bottom of the ice cube. Imagine it still floats. now, if you disconnect the steel from the cube, the steel will sink, the ice will become lighter and float some more. The steel won't take up more space, but the cube will take up less. The water level goes down.

    This ice-cube theory only holds if the densities are equal.

    Just correcting the physics, not saying anything about the enviromental effects ...

  5. explanations on Online Groups Behind Bulk of Bootleg Films (& Games) · · Score: 5, Insightful

    From the article:
    Private Internet Relay Chat, or IRC, which is a precursor to the modern instant messaging software, or Usenet news groups that function like bulletin boards.
    I still think of instant messaging software as a dumbed down version of IRC and of webbased bulletin boards as poorly implemented frontends for usenet.

    I must be getting old ...

  6. I for one ... on Kerry Concedes Election To Bush · · Score: 2, Funny

    I, for one, welcome the apocalypse.

  7. Re:working backwards on Flying By Brain · · Score: 2, Insightful

    Nope, the chicken and the egg it hatched from have the same DNA. Only when creating an egg, something can go wrong (mutate) and result into another type of animal.
    The egg was first. Unless you follow naming conventions, then the chicken came first by definition.

  8. Re:RTFM is the fix? on Saving Huygens · · Score: 1

    Actually, the logistical difficulties involved in coordinating the movements of multiple armies along the same railways so that each got to its designated start line at the right time are very much comparable to the logistical difficulties involved in coordinating the movements of multiple tourists along the same railways so that each got to its designated hotel at the right time.

    You Americans just wouldn't be able to pull it off :)

  9. Worms icon on New IM Worm On The Loose · · Score: 1

    Am I the only one who shakes his head when he sees a caterpillar classified as a worm?

  10. Re:I wait! on Have a Nice Steaming Cup of Java 5 · · Score: 1

    or alt-shift-r for all eclipse users out there :)

  11. Re:Sounds like IBM's Robocode contest from... on 2004 ICFP Contest Spinoff Game · · Score: 2, Informative

    Robocode is still very much alive.

    Proof of this is a very active wiki.

    Join, we could use some new cannon fodder :)

  12. Re:Heat and Gravity on Gravitation Anomaly Measured · · Score: 1

    It would radiate it's mass away.

    (which might condense, return and start the cycle again, or not, much like the diffrent universe theories)

  13. Re:Never heard so much nonsense.. on SQL, XML, and the Relational Database Model · · Score: 2, Informative
    Question - can you express the recursive ancestor relation in SQL? You can express a single relation such as grand parent, but not the full relation.

    I beg to differ:

    Given ParentOf(parent,child)
    The ancestors of 'Mary' are:
    WITH RECURSIVE Ancestor(anc,desc) AS
    ( (SELECT parent as anc, child as desc FROM ParentOf)
    UNION
    (SELECT Ancestor.anc, ParentOf.child as desc
    FROM Ancestor, ParentOf
    WHERE Ancestor.desc = ParentOf.parent) )
    SELECT anc FROM Ancestor WHERE desc = "Mary"

    SQL might still not be true relational calculus (but then again, it might as well be, I don't know, and the parent doesn't know either), but at least it't possible to express the ancestor relationship.

    Now, if only the PostgreSQL guys would implement this ...

  14. Re:I don't THINK so on SCO Fires back, Subpoenas Stallman, Torvalds et al · · Score: 1

    From what I've heard about Stallman (including that my mother knew him in the late 70s :))

    How old are you? Maybe you should start worrying :)

  15. Re:Patents and Linux on Europeans Still Battling Software Patents · · Score: 1

    They didn't ignore our massed ranks at September 24.

    Make sure you're the last drop that makes the cup run over.

  16. Re:Patents and Linux on Europeans Still Battling Software Patents · · Score: 1

    ... and Tony Hoyle if he's smart enough to start writing now.

    I wrote my representatives, you should do so too, instead of hoping Alan gets the message across.

    You _can_ make a difference.

  17. Re:and yet on ASCI White Detonates The First E-Bomb · · Score: 1

    Given enough uranium or plutonium I could blow up my backyard all by myself. It only requires one suicide bomber to put all the pieces together (literally) untill the critical mass has been exceeded

  18. Re:People! on The Psychology of Passwords · · Score: 1

    As if cracker programs don't try their entire wordlist with the A replaced by a 4, the o by a 0, ...

    Passwords can get safer tham that and should ... p455w0rd is about as safe as ncc1701 ...

  19. Re:Stop Whining on Linux Descending into DLL Hell? · · Score: 1

    It has it's own DLL HELL which has nothign to do with Microsoft. There are just many people who are too stupid to understand something similar isn't always the same.

    Then call it something else.

    This way people are reacting like:"Oh look, Linux made the same mistake MS made x years ago, and which they already fixed by the way. Linux is so stupid, and Windows is so much more advanced."

    using 60 libraries (which get installed by default anyway) is not so terribly bad in my book. But if you thisnk this is an wrong and an error, then it's a GnuCash-error, not a Linux-error.

  20. Stop Whining on Linux Descending into DLL Hell? · · Score: 2

    This is the first time I encounter FUD in a Slashdot article, and honestly, I expected that many readers would.ve already pointed out what I'm about to.

    Unix and Linux don't have a DLL Hell like MS had. Unices have a quite simple and elegant solution for this problem.

    Have you ever looked in your /usr/lib/ directory? The you'll see that most (if not all) .so-files are appended with a version number. In contrast with windows this allows you to have two different API's for the same dll. The linker will decide at run-time wich version is the right one, and hop ... you're happily on your way.

    One more time: Linux doesn't have a DLL HELL.

    Now stop whining. Unix has its flaws. This isn't one of them. You're making people nervous for no good reason whatsoever. Thank you.

  21. Re:What is a machine? on Whistler "Anti-Piracy" Tools Tie OS To Machine · · Score: 1

    Then you would have to buy four licences in the first place I guess :-)
    (Or disable three CPU's in the BIOS)

    MS Lawyers can understand it, so why can't you?

  22. Re:3 steps back on Nautilus 0.5 PR2 Released · · Score: 1

    From yuour IBM-link

    >
    RealCD... An example of a product that enables users to transfer their knowledge of the real world to a user interface.
    >

    IBM May have made some good User Interfaces, but this one is the WORST interface I've seen (and used) in my whole life.
    I'm really surprised they dare use this as an example ...

  23. Kurt and Hemos on Goodbye Geek Compound · · Score: 1

    They could get rich by selling all those E-mail adresses ...
    Hey, that's my conspiracy theory for this week!

    FnH

  24. beer on Open Grill · · Score: 1

    Dutch beer sucks ... you should try Belgian beer. Maes Pils or Stella Artois. That's real beer, not some water-with-a-taste. FnH