Slashdot Mirror


User: Mop

Mop's activity in the archive.

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

Comments · 32

  1. Re:The concept of insurance on UK Allows Insurers To Use Genetic Test Results · · Score: 1
    My house may not burn down. Your house may not burn down. But somebody's house is probably going to burn down this year.

    Good example. Now, what if the insurance company charges more for pine wood houses than for stone houses ? Would it be fair ?

    What if the insurance company charges less (against burglary) for a house with an alarm, 5 locks on every door, and only reinforced doors ? Is it fair ?

    The issue here is not about risk evaluation. It's about control. If you choose to build a stronger house, use a more secure car, or plug redundant power supply on your main server, you will pay less for your insurance.

    But you can't change your genetic exposure to risk. You can't decide, after a genetic test, "well, I'm gonna a change this gene for a more secure one, this one is too risky". So, you'll have to choose not to change it. And the insurance company will charge you for this choice. And that is frightening.

  2. Should Feb 31 be valid date ? on Programming the Perl DBI · · Score: 1
    Feb. 31 is a valid date [...] the date handling is just plain flawed.

    Feb. 31 is not valid, it's interpreted. It's interpreted as "the 31st day after the beginning of Feb.", which will result as either Mar. 3 or Mar. 2 depending on the year.

    This is a very useful feature. You have to choose: should the database engine be able to

    • compute correct date arithmetic (increment the day to "Dec. 32", take care about overflow)
    • or check a user input validity
    I believe the first one is much more useful.
  3. Completely false statistics on Statistics On Free Software projects · · Score: 2
    Did you have a chance to have a look at the stats for the biggest individual contributor, namely gordon matzigkeit ?

    He succeeded in writing the exact same size of code in numerous projects:

    • 35489 bytes of code in 70 different projects (zzplayer xpdf XCGI qbrew pilot-link outguess lxandria981105 lmemory lletters libjpeg-6b LAPACK_D ky kwintv kwebwatch kvoicecontrol kvoctrain kvncviewer kvideogen ktimeclock ksniff ksnes9x ksnapshot kshow ksendmail kreglo kprima kplot3d kpl kpilot-3.1b9 kpasman kover komba knetstart knetdump knc kmud kmp3info kmp3 kmol kmodem kmap kluach klm KKinit kishido kircpoker kinst khotkeys khealthcare kgui kfstab kfibs keasyisdn keasycd kdiskcat kdict kcmpgp kblinsel kbind kBeroFTPD jukebox3.2-pre6 jpegsrc.v6b harnmaker gsynth gpgp gettext gdbm freetype cgicq arts).
    • 52144 bytes in 32 different projects (no list, you understand the idea).
    • 54697 bytes in 31 different projects
    • 45401 bytes in 29 different projects
  4. 2.0 vs 2.2 (Was:Platform support) on Netscape Communicator 4.72 Released · · Score: 1

    The reason big software companies are still using glibc 2.0 is that glibc 2.2 rock sucks. It's much too buggy to get workaround or fix for all bugs (this assertion is only valid for big software, which use a wide range of the API).

    If you want Netscape to use 2.2, writing a letter is not a solution. Go fix glibc bugs. If enough people do it, Netscape will switch.

  5. Re:That's odd. . . on Happy 'Even Day' - the First in 1112 Years · · Score: 1

    Too bad. You wrote an odd number of even. And so did I.

  6. Cool new UI concept or cool new Device ? on Mouse Fun from Microsoft · · Score: 1
    This is indeed a new UI concept. A new extention to the disapearing menubar: whenever the user is not using the mouse, let's remove the mouse-only widgets to let this user have an implicit full-screen feature.

    However, there is no need to build a new device for this feature: the existing mice give all needed information. What's the difference between:

    • a mouse which doesn't move,
    • a mouse which doesn't move AND the user has not the hand on the mouse?
    In both cases, there is no need to display the icon bars or any other mouse-related widget. They will never be clicked if the mouse is still.

    --
    "Show me the code" - Linus.

  7. An example on A Universal Networking Language for the Internet? · · Score: 1

    Here is an example so you can have a better feeling of what it's like:


    [unl-t]
    [unl-p]
    [unl-s]
    agt(win(icl>event).@past.@entry.@73,team(icl>col lective).@def.@topic)
    obj(win(icl>event).@past.@entry.@73,match(icl>en tity).@def)
    [/unl-s]
    [unl-s]
    agt(break(icl>event).@past,player(icl>male).@def .@140)
    obj(break(icl>event).@past,leg(icl>body).@372)
    mod(leg(icl>body).@372,player(icl>male).@def.@14 0)
    mod(leg(icl>body).@372,left(icl>state).@140)
    [/unl-s]
    [/unl-p]
    [/unl-t]

    So, this a two-sentences, one-paragraph text.

    The first sentence has an agent (the team) who won something in the past, and an object (the match) which was won: "The team won the match".

    The second sentence has an agent (the player, who is male) who broke something, an agent (the leg) which was broken, and modifiers which specify that this leg is that player's own left leg: "The player broke his left leg."

    --
    "Show me the code" -- Linus.