Slashdot Mirror


User: CH-BuG

CH-BuG's activity in the archive.

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

Comments · 36

  1. Re:Some Stupid Questions on How to Fix the Unix Configuration Nightmare · · Score: 1
    > On that thread what the hell is /usr/etc used for, or /usr/local/etc? won't it make more sense to move /etc here instead?

    When you use autoconf for instance, you can define the installation prefix of your software, which means that everything gets under /usr/local. This is IMHO a good thing, as it allows to install programs in a limited area and use tools like Stow to manage it...

  2. Re:How? on DSLReports Study: 8 Hours 'til the Spam Hits · · Score: 1

    Maybe it's the same effect than when a machine gets hacked by a script kiddy only hours after being put online: it's quite easy to download a kit that helps you scanning random addresses or web pages... therefore there are more spammers than servers on Google's clusters...

  3. Re:FS corruption? on Serious Bug In 2.4.15/2.5.0 · · Score: 1

    It reminds me of a nice virus that worked by scrambling your files one by one, but who also intercepted the read/write operations so that everything looked "fine" from the user point of view. Then one day, the virus decided to kill itself, and let the user with a bunch of scambled files (which were even carefully backuped long enough to let you with no working copy)
    :-}

  4. Licencing on GTK-- vs. QT · · Score: 3, Insightful

    If you intend to develop a closed-source product, the licence of both library will probably need to be evaluated too. If you go for
    an open licence, then it's of minor importance.
    (Qt requires licencing fees if you want to keep
    your sources closed).

  5. Re:I am far from an expert... on Evolution 0.99, Release Candidate Out · · Score: 1

    It's rather a matter of being capable to interface to other languages. Having an explicit object implementation makes it possible to hook into the native object mechanism of higher-level languages (see the list of available gtk and gnome bindings !)

  6. Re:Then let us make the IETF the arbiters of the W on W3C Considers Royalty-Bound Patents In Web Standards · · Score: 1

    > If IE users find themselves unable to view... oooh, the 20% of the web that might follow these
    > IETF standards, then Microsoft will soon change its tune, much as the push towards
    > CSS-styled web sites has helped IE's CSS compliance. Who knows? In the meantime it
    > could even be an excellent way of reducing the dominance of IE in the browser market.

    What could restrain IE to be able to follow this new open standard *in addition* to the locked W3C standard ? Then we would be left with 20%, whereas IE has the full 100%...

    It reminds me of what happens with democracy: by allowing free speech, you make the work of extremists easier. But you wouldn't give this freedom away, would you ?

  7. Re:CD-DA disk logo compliance? on CD Copy Protection Head Speaks · · Score: 1

    Ooops, lesson 2: read the name of the poster...

    I was a bit pessimistic about this issue and considered your previous post as going in the direction of "do what you want if you pay us good bucks". But you're right, there is probably more than that in the agreement.

  8. Re:CD-DA disk logo compliance? on CD Copy Protection Head Speaks · · Score: 2, Interesting

    An answer has been given in a previous discussion.

  9. Re:it's time to not buy on Still More 'Copy Protected' CDs · · Score: 1

    In the case of CD copy protection, do you know how to detect it before you attempt to rip it ?

  10. Re:Nothing to be proud about. on Mozilla's 100,000th Bug · · Score: 1

    I've installed tinderbox and bonsai where I work and it works just fine. Is tinderbox2 worth the upgrade ?

  11. Re:Determinism on Putting Your Brain into A Computer · · Score: 1

    Without speaking of quantum level behavior, all the previous comments assumed that humain intelligence can be represented as a Turing machine, which is what every computer is limited to (I'm not sure for "quantic computers"...). But Turing machine does not cover everything: who proved that (human/animal) intelligence does not fall outside of this boudary ? If it is the case, the problem won't be solved by more memory and CPU power...