Slashdot Mirror


User: kigrwik

kigrwik's activity in the archive.

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

Comments · 121

  1. Re:Hopefully... on An Early Look at OpenOffice.org 3.0 · · Score: 0, Offtopic

    I believe (though I might be mistaken) that you may have fallen victim to a broad-spectrum troll attempt target towards
    mac fans and "grammar nazis". :)

    YHBT HAND

  2. Re:My country, my rules on French Fine Amazon For Free Shipping · · Score: 1

    :D Nice one !

    => +1 Funny if I had the mod points...

  3. Re:Clever reference by Heffernan on Goodbye Cruel Word · · Score: 1

    Nice catch. Kudos to you ! (sorry, no mod points to give)

  4. Re:Investigation flawed, more like on OS X Leopard Firewall Flawed · · Score: 1

    *** Critical Strike ***

    (no mod points, 'twas the best I could come up with)

  5. Re:The Dumbest Question I've Ever Heard on Apple Updates iMac, iLife, .Mac · · Score: 5, Insightful

    Translation for the impaired:

    "Because we want our computers to look classy and not like a cheap whore".

  6. Re:Magnets versus Wheels on French Train Breaks Speed Record · · Score: 1

    I seem to recall "futurists" like Arthur Clarke claiming that the train of the future would use lots of small motors connected to each wheel

    That's more or less the next generation TGV, the AGV.

    http://en.wikipedia.org/wiki/Automotrice_à_grande_ vitesse

  7. Re:radix sort vs. comparison sort on Sort Linked Lists 10X Faster Than MergeSort · · Score: 2, Interesting

    Disclaimer: I didn't read the code, and don't intend to.

    I don't know if you're still interested, and I'm just hypothesizing here, but 0xFFFF is 65535 and some other posters noted that his array was of size 65535, which of course means that index 65535 is out of bounds by just one. This could cause your segfault.

    HTH,
    Kig.

  8. Funny idea.... on NASA Needs Fake Moon Dust · · Score: 4, Insightful

    With the gravity being different, the mechanics won't fit, whether or not the dust is moon-like or not.

  9. Debian and donations on Debian Delayed by Disenchanted Developers · · Score: 1

    Note that Debian is usually quite wise about its use of money. Most of it goes to hardware purchase and the reimbursement of travel expenses for some developers to attend DebConf (and not big honchos with a US salary but often students or citizens of poorer countries that could not affort a ticket, yet have been recognized critical to the effort).

  10. Re:Well they might have taken Virtual Desktops on More on Leopard, AOL, Reuters and the Universe · · Score: 1

    > Maybe once they have taken focus-follows-mouse

    You can't have f-f-m with the menubar at the top, it's impractical.

  11. Re:The problem isn't lack of comments on Comments are More Important than Code · · Score: 1

    Actually, it is common enough that "sum" is a function that does exactly that.

    So you would just write "return sum(results)" and be done with it.

    Python rules !

    (Note that I believe it works with other types of sequences (even pure iterators) and on types with overloaded "+". Python definitely rules...)

    HTH,
    kig

  12. More complete feature plan on Preview of KDE 3.4 · · Score: 4, Informative

    A more complete feature plan can be found here

    Though it's not always up-to-date (some devs prefer pushing their code first, and *then* update the page).

    HTH,
    Kig.

  13. Re:Levels of computerization on Will Your Next Car Run Windows? · · Score: 1

    Moreover, fly-by-wire controls make some sense in planes, because the old hydraulic systems added a lot of weight


    Actually, modern fly-by-wire military aircraft are inherently unstable, which means that the command that would make a stable aircraft pitch or bank may sometimes have exactly the opposite effect. So a computer is needed to probe the airflow and translate the pilot's orders into the right commands to the ailerons.

    http://wings.avkids.com/Book/Controls/instructor /h istory-01.html

  14. Re:Hang on... on Neal Stephenson Responds With Wit and Humor · · Score: 1

    > But, but... it's a wireless mike.

    Use the Force, Luke.

  15. Re:Well, shoot. on France Considers Open Source · · Score: 1

    Actually, I attended a lecture by RMS a few years ago and he used those very same words to describe Free Software: "Liberte, Egalite, Fraternite" (would that be Freedom, Equality, Brotherhood ?).

    And that's a fine motto to live by in my [admittedly biased] opinion. :)

  16. Re:Anyone... on Egyptian Linux Advocates' Replies · · Score: 2, Insightful

    I understand you may feel slightly insulted (hmm, too harsh, let's say 'teased') by his answers, but do realize that *he* may have felt the same way because of some condescending questions.

    Respect and understanding goes both ways, and I believe this Q/A was very well done and informative.

  17. Re:Interesting Observation on Microsoft Releases WTL To SourceForge · · Score: 1

    Just a typo on your part, I guess, but it's OSI (OpenSource Initiative), not OSDN (OpenSource Developer Network).

    The first is an evangelization organisation, the second is whatever there is on top of /., Newsforge, freshmeat, etc.

  18. Re:Uh huh... on de Icaza: Rest of World Will Force US Into Linux · · Score: 1

    Not really an answer to your post, but still something I find interesting:

    Since we like round numbers, the way we measure does have an effect:

    For instance, somebody said in a previous post that he usually drove at 60mph, which is about 96 km/h.
    If he used the metric system, he would probably aim for an average of 100km/h. 4% difference.
    (note to self: check for impact on travel time, fuel consumption, accident probability, faster wearing down of the car, etc)

    Same thing here in Europe after the Euro switch. Some items sizes have been adjusted (a bit) so that their prices fall near a round number (higher, of course).

    It's mostly psychological, but if the impact of psychology were completely negligible, then WHY would everything be priced $X.99 and not $X+1 ?

  19. CFQ on The New Linux Speed Trick · · Score: 3, Informative

    The cfq scheduler in the -mm (Andrew Morton) trees gives very good results in a desktop use.

    With anticipatory or deadline, I'm experiencing awful skips with artsd under KDE 3.2 every time there is a heavy disk access, but it's [almost] completely gone with cfq.

    To use it, compile a -mm kernel and add the 'elevator=cfq' to the kernel boot parameters through Lilo or Grub.

    See this lwn article for more info.

  20. Re:hmmph on The Oft Frustrating Job of a Sysadmin · · Score: 1

    > It was just a simple matter of them needing to
    > have someone read the words aloud. ... as well
    > as the 90 year old man that claimed to have
    > worked on computers for "64 years now."

    Hmm, maybe it's just that your 90 year old man's sight is not what it used to be ?

    JUST BE SURE TO SPEAK UP AND INTO HIS EAR !

  21. Re:Amiga on /bin And /sbin Now Dynamically Linked In FreeBSD · · Score: 1

    In the immortal words of some anonymous software designer: "don't prematurely optimize."

    Well, I've always heard "Premature optimization is the root of all evil" attributed to Knuth, so it's not *that* anonymous ! :)

  22. Re:X *does* need a change on XFree86 Politics · · Score: 2, Informative

    Just an idea, but if you're using the latest 1.0.4xxx drivers from nvidia, they have a new (read "broken") 2D acceleration driver. Check out the forums at nvidia.com.

    If you need decent 2D response, and you can spare the slight increase in 3D performance, just use the 1.0.3xxx series.

    Hope this helps.

  23. Re:It's nice to see on Has GNOME Become LAME? · · Score: 2, Interesting

    I often swap things from one server through ssh (fish://) to another one with samba (smb://) by drag-dropping from a vertically-splitted konqueror window from my desktop that sits on a third computer.

    Do that with builtin Explorer functions.
    For that matter, do that with Nautilus, too !

  24. Re:Don't get me wrong on XFree86 4.3.0 Released · · Score: 1

    If you're really in a hurry, DanielS has some packages for X4.2.99 , snapshot 901, which I think could be called X4.3rc1. Maybe he'll do some unofficial packages for X4.3 ? Anyway, here's the link: http://penguinppc.org/~daniels/xfree86/README

  25. Re:What about shooting them? on Meteorite Bowling · · Score: 1

    Not likely because of the recoil: the same energy you appy to your bowling bowl going *down* will be applied to your aircraft going *up*. It is safer to climb higher and to drop the thing.

    If you shoot the thing at 300m/s (around mach 1 which is quite high for a bowling ball :), you'll get a kinetic energy of 1/2 m v^2. (where m=mass of the thing and v=300m/s).

    If you simply drop it, the gravitatioal potential energy is mgh (where m=mass of the thing , h=height and g=gravitational acceleration). Thus in order to get the same effect, you write .5mv^2=mgh , thus
    h=.5v^2/g which leads to h=4500m.

    The real computation is a bit more complicated since you add the resistance of the air, which is a function of both altitude (air pressure) and speed.

    BTW: am I the only one thinking of a 2-ounce squirrel carrying a 1 pound coconut ? :-D