Slashdot Mirror


User: reynaert

reynaert's activity in the archive.

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

Comments · 275

  1. Re:Silly on Google Responds to SearchKing's Lawsuit · · Score: 5, Informative

    If I recall correctly, Google changed its page rank formula in one simple way: It severely downrated any site that linked to SearchKing.

    No, what they did was more general, everything that resembled a link farm was ranked down. For example, many blogs were also hit by the change.

  2. Debian Policy! on What Package Management Features Do You Value? · · Score: 5, Insightful

    The Debian Policy manual is the reason behind apt-get's magic.

  3. Re:Anything would be faster... on Bochs 2.0 Released · · Score: 1

    Err, you seem to be talking about a completely different program.

  4. Re:Anything would be faster... on Bochs 2.0 Released · · Score: 1

    Yes, DOSEMU usually works better, but AFAIK it only works on i386 and Linux (and maybe some BSDs). The OP said somewhere else in the thread it didn't work for him.

  5. Re:How well does it work? on Bochs 2.0 Released · · Score: 1

    It's an implementation of the Win32 API.

  6. Re:Anything would be faster... on Bochs 2.0 Released · · Score: 4, Interesting

    If you just want to play old DOS games, try DOSBox. It's specifically designed for this goal, and cheats in various ways to make it fast (for example, the BIOS and DOS are built-in instead of emulated). The main problem with it is the lack of 386 Protected Mode support.

  7. Re:Why now? on Progeny Announces Graphical Installer for Debian Woody · · Score: 5, Informative
    The Progeny installer has three major problems:
    • It doesn't work on most of the architectures supported by Debian (does it even work on anything but i386?)
    • It is geared toward CD installs, its support for network installs is just not good enough.
    • It's too much work to make a installer. The Debian people hope to have a installable version of testing available at all times, but that's just too much work with PGI.
  8. Re:Small virus catcher (for DOS) on Smallest Possible ELF Executable? · · Score: 2

    Not to mention that most viruses hide their modifications when active.

  9. F-PROT on CDROM-Based Virus Scanners? · · Score: 3, Informative

    You could probably use the DOS or Linux version of F-Prot. It doesn't need to write anything, and it has some nice command-line options for automated scanning etc.

    With a little effort, you can even fit the DOS version on a single floppy. You'll need to store it compressed, and uncompress it to a ramdisk when booting.

  10. Re:Synchronous on fsck-less Booting? · · Score: 5, Informative

    Be wary of modern hard drives---some of them may use a write cache internally (from what I have heard, anyway).

    You can disable this with hdparm -W 0 /dev/hd*. Other hdparm parameters may also be interesting.

  11. Why would you want to do that? on Video Capture from an X11 Window? · · Score: 3, Informative

    You just have to modify your program to save a bitmap of each frame to a file. That can't be that much of work.

  12. Re:Metacity and GNOME2 on Sun Drops Sawfish for Metacity · · Score: 2

    Which GTK theme is that?

  13. Re:add imrworldwide.com to your hosts file on Sun Java Runtime Uploads Usage Data to RedSheriff? · · Score: 1

    Huh? 127.0.0.1 is your own system. If you're running a webserver, the runtime will get a 404 error. Otherwise it will immediately get a "can't connect" error. It won't ever need to time out.

  14. Re:Not all compilers support it, god-awful comp er on Downsides to the C++ STL? · · Score: 2
    But the real bear is the compilation error messages, which can be pages long, and ultimately completely unreadable.

    Simply write a quick Perl script that "pretty-prints" the error messages. You want to remove the optional template arguments about custom memory management etc. Also, replace basic_sting with string. It'll work wonders.

    Oh, and also, never look at more than the first error message. Fix it, and the rest will magically disappear :)

  15. STL documentation on Downsides to the C++ STL? · · Score: 2

    SGI's reference is excellent. It covers the entire STL standard (the few SGI-specific extensions are clearly marked), and is very well written.

  16. Re:Nice, serious, but no thanks on The Union of Vim with KDE · · Score: 5, Informative
    Defies the whole persona of vim. vim loses what makes it useful when you stick it in a window and add menus and buttons.

    You'd better reread Vim's design goals. From the documentation:

    Vim is not a shell or an Operating System. You will not be able to run a shell inside Vim or use it to control a debugger. This should work the other way around: Use Vim as a component from a shell or in an IDE. A satirical way to say this: "Unlike Emacs, Vim does not attempt to include everything but the kitchen sink, but some people say that you can clean one with it. ;-)"
    Vim is designed to be embedded in other applications. An example of this is the integration with Sun Visual Workshop, support for which is included in the official version.
  17. For GNOME... on The Union of Vim with KDE · · Score: 3, Interesting

    There's a similar project for GNOME, called Gnome-vim (screenshot). AFAIK, it is only useable with Evolution.

  18. L.A.M.B. on Hall of Fame Game M.U.L.E. To Be Ported To PC · · Score: 4, Informative

    Josh Cogliati is working on a reimplementation in Python called L.A.M.B. -- Land Access Mechanized Bot. There's still a lot of work to do, tough.

  19. How did the RIAA find out? on Internal MP3 Server? 1 Million Dollars Please · · Score: 2

    If this was an internal server, how did the RIAA ever discovered its existance? I doubt the sysadmins were stupid enough to make the system visible from the Internet. And even if they were, they would have noticed the bandwidth usage :)

  20. Re:Time to start writing nuke programs. on Beware The Campus Police · · Score: 1
    If my computer where taken by anyone I would want it to contain no information whatsoever, preferably having the people who took it have no access to the box what-so-ever. encrypted fs, encrypted bios, requiring one of those nice USB keychains to use as key to turn the thing on, why aren't there features like that in most bioses?

    BIOS protection is mostly useless. Nobody will try to actually boot your computer. They'll just take the hard disk, make a copy on some read-only media (read-only, so they can "proof" they didn't change any data), and give back the computer.

    Encrypted file systems are a nice idea, and you can get a patch for Linux here. Unfortunately, they can't go in the official kernel, because the encryption laws in many countries. Also, I don't know of any distribution that supports this out of the box.

    Autodestruction scripts are easy. Just install a procmail recipe that watches for a certain subject and then executes "cat /dev/urandom > /dev/hda". Pretty effective. An alternative is a CGI script (make sure Google doesn't index it :).

    And those keychains are pretty handy to store your PGP private key on (and a lot more reliable than diskettes!)

  21. Re:bsd on Unix Isn't Dead · · Score: 2, Informative

    According to this diagram of Unix history, the first version of OSF/1 (later True64) was based on a mix of SVR4, 4.2BSD en Mach 2.6. (isn't this true of just about any Unix?)

  22. Re:"Ogg, anyone?" on DivX and MP3 Developers Work Together on Watermarks · · Score: 2, Insightful

    Don't convert your old MP3's (you'll only lose sound quality), but use Ogg for your new music.

  23. Re:dselect must go and friendly advice to the guys on A Better Installer for Debian? · · Score: 2
    dselect sucks.
    Yes. That's why it's being replaced. The new installer the Debian guys are working on will use aptitude instaed.
  24. Some thoughts on A Better Installer for Debian? · · Score: 5, Informative
    "With this article we'd like to ask all Debian developers and experienced users out there for feedback on an idea we've had."

    I wonder why they haven't posted anything on the Debian mailing lists...

    The Debian people are by the way already working on a better installer. Woody will be the last release that uses the current one. This new installer will use aptitude instead of dselect for example.

    Also, Linux User only plans for i386 support. Check this page. Debian supports many architectures, and the installer should work on all of them. Also, remember that Debian is being ported to non-Linux kernels. The Hurd is coming along nicely, and will probably released in Woody+1, and people are starting on a port to NetBSD. Again, the installer should support these kernels.

  25. Re:Normally... on Laurence 'Green Card' Canter Has No Regrets · · Score: 5, Informative

    as I use a Unix based mail client, I cannot block addresses.

    On Unix, filtering mail is normally done by Procmail, not by your mail client. See this excellent tutorial.