Slashdot Mirror


User: Ilmari

Ilmari's activity in the archive.

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

Comments · 49

  1. Re:It's amazing.. on Microsoft Nailed by Software Patent · · Score: 5, Informative
    First: If you don't enforce a patent, you lose it. If they get through with MSFT, they have to go after all other browsers.

    Bzzt, wrong. It's trademarks you lose if you don't enforce them. Patents can be enforced as selectively as you care, likewise with copyright.

  2. Re:BSC on Live Worms Found in Columbia Wreckage · · Score: 1

    I see your Bullshit card and raise you a Google.

    As for the second part, "sukkula" does indeed mean "shuttle" and "mato" (singular of "madot") means "worm".

  3. Erroneous headline on Debian GNU/Linux to Declare GNU GFDL non-Free? · · Score: 1
    Actually, they didn't.

    "Debian GNU/Linux" can't declare anything, it's just a product. It's the Debian Project that can declare the GFDL non-DFSG-free.

  4. Re:leaving that port open... on MS SQL Server Worm Wreaking Havoc · · Score: 1
    If debian restricts the socket to localhost by default, that's a good thing.
    Debian has "skip-networking" by default in /etc/mysql/my.cnf and thus only allows UNIX socket connections on /var/run/mysqld/mysqld.sock.
  5. Re:ATI on Hardware Manufacturers that Actively Support Linux? · · Score: 1

    That's just the source for the glue code. Take a look at what's in the pacakge, and you'll notice a large .o file... that's the meat of the driver.

  6. Re:I dont get it on Wine Continues To Move Towards License Change · · Score: 1
    This is exactly the difference between the GPL and the LGPL, the latter allows linking against proprietary libraries and applications while requiring modifications to the library itself to be made available.

    Wine is going to switch to an LGPL-style licence, not a GPL-style.

  7. Re:What's going on with Linus? on Linus Merges ALSA Into 2.5.4 · · Score: 1

    That was because Linus had been dropping Rik's patches for months. Take a look at the VM in the -ac series, or RedHat's 2.4.9 kernel for what Rik's VM really was capable of.

    Not until 2.4.18-pre has the AA VM managed to pass RedHat's stress testing.

  8. Re:CML2 on Kernel 2.5.3 Released · · Score: 1
    The new build system is kubild2.5

    How do you pronounce that? Cuebild or Coobild?

    Damn, I even previewed the comment! Of course I meant kbuild2.5, pronounced "kay-build two point five" (doh).

  9. Re:CML2 on Kernel 2.5.3 Released · · Score: 2, Informative

    To pick a nit, CML2 is the new config language. The new build system is kubild2.5, developed by Keith Owens.

  10. Re:Already possible, sourt of. on Xft Support For Mozilla · · Score: 1
    What's this mozilla patch everyone keeps talking about? I'm now running Galeon 1.0.2 (Mozilla 0.9.7) and gdkxft, and all web pages are rendered with anti-aliased text (for the fonts I have chosen to anti-alias).

    My only annoyance is that the upper right arm of the letter `k' is very thin (the `x' is kinda thin all over, but that's not as annoying). This is with a 10t (12pixel) MS Verdana font.

  11. Re:Yippee! on Netscape 6.2 · · Score: 1
    [A] very minor color variation between the graphic and the background color of the table cells on either side of it.

    It renders just fine here (Galeon 0.12.4, Mozilla 0.9.5). It looks like some gamma correction that's being done to the slant image but not the table backgrounds. I'm not sure where Mozilla gets that setting from, on Linux I'd guess it's from the imlib config, but it seems your'e running windows.

  12. Re:- Bryguy gets it! on ESR Writes About O'Reilly and FSF Differences · · Score: 1
    Not so. The FSF wants licenses that force all developers to always divulge all source code they write. This is very different from doing away with the idea of a license

    That's just a temporary hack of the current system, employed while working for the ultimate goal: the abolishment of copyrights.

    At least that's how I've understood it from the stuff at gnu.org

  13. Deci vs. deca on Seagate Claims New Drive Silent and Fastest · · Score: 2
    Your'e thingking of deca, which is 10x. Deci (as in deciliter), is 1/10th, so there are 10 decibels in one bel.

    --

  14. Biometrics and smart cards. on Themes.org Cracked · · Score: 1
    Well, you don't send the fingerprint over the wire, the fingerprint is required to unlock the secret key on the card for use, in stead of (or in addition to) a passphrase , so that the card can sign and encrypt data. The key itself never leaves the card.

    --

  15. Re:stability?? on Reiser On ReiserFS's Future And More · · Score: 1
    Viruses planted in plug-ins would be too easy to implement and distribute.

    Bullshit. The plugin version would (presumably, that's the general rule for kernel modules) have to match your kernel version, and you have to be root to load the modules, and I assume you'd have to explicitly enable the functionality of the plugin for individual filesystems.

    So, if you run any untrusted code as root, let alone an untrusted kernel module, you deserve any shit that's going to hit the fan.


    --

  16. Re:Power Imbalance on ICANN Sneaks In Reserved Names For Existing TLDs · · Score: 1

    Actually, this has been relaxed a bit lately. You still have to be a registered corp/org, but you can have several domains (I can't find any limit in the current docs), and the domain names don't have to relate to the organization name.

    Regarding por.no, it was reserved, together with a bunch of other names (such as city, county and other geographical names (which are used as third level domains, previously for businesses based in those areas, you had to have national presence to get an SLD). The reserved list shrunk significantly during the relaxation of the rules, ee the list

    of reserved names.

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed

  17. Re:Unattended MP3 to Vorbis Conversion? on Ogg Vorbis Changes (Just About) Everything · · Score: 1
    Just write a script that reads the ID3 tag of the mp3, decodes it (using sox, mpeg123 or whatever) and pipes it to oggenc with the appropriate parameters. Shouldn't be hard (I might just do that my self this week).

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed

  18. Re:Vulnerability in ReiserFS on ResierFS In Latest 2.4.1 Prepatches · · Score: 1
    As a little experiment, I tried how long a file name could be on recent ReiserFS versions (ReiserFS 3.6.25 on kernel 2.4.0), and it turned out to be a whopping 4032 characters!

    But, when I made two such directories inside each other and CDed into the last, the path returned by pwd got chopped to only the last directory, since paths can't be more than 4096 characters long, AFAIK.

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed

  19. [OT] Offtopic? on ResierFS In Latest 2.4.1 Prepatches · · Score: 1
    Why on earth is the parent of my post offtopic? Au contraire, I'd say it's one of the most on-topic 8th posts I've ever seen.

    The topic is that of ReiserFS finally being included in the official, stable kernel, and chrisdb is curious as to wether it is as stable as the rest of the kernel, or still marked experimental...

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed

  20. Re:Apt IS great, now if we could USE it. on An RPM Port Of APT · · Score: 1
    If you dislike dselect, try aptitude, it's a mutt-like frontend to apt, really nice interface, although a bit buggy (occasionally segfaults, but usually just upon exiting, at least in unstable, don't know about stable)

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed

  21. Re:GNU/Hurd on Are You Using the GNU/Hurd Kernel? · · Score: 2
    Isn't GNU and acronym for something?

    Yes it is, it stands for GNU is Not Unix (try to write that without using an acronym, I dare you :)

    Hurd by the way is a recursive acronym as well, a two-step such, standing for Hird of Unix-Replacing Daemons. Hird OTOH, stands for Hurd of Interfaces Representig Depth

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed

  22. Re:Ya know on Indrema's John Gildred Answers Your Questions · · Score: 1
    Why then, are OpenGL and Direct3D two different APIs?

    Because Microsoft didn't want to suppport SGI's (relatively) Open Graphics Library. Your paren poster's point is that OpenGL is a well-designed library that supports extensions, that hardware manufacturers can use to expose nifty features of their hardware to applications.

    If Direct3D is just a wrapper for OpenGL, then everyone in the entire industry is stupid.
    It's not a wrapper, it's the same hardware abstracted through two differnt software APIs, in order to support wider ranges of software/OSes. Whether the card makers choose to implement the one on top of the other or on top of some common lower level, is up to them (I'd assume the latter is more efficcent).

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed

  23. Focus stealing on Send Some Mo' Zilla · · Score: 1
    Mozilla steals focus (well, steals the top of the desktop) every time it loads a page.

    Actually, it's not every time it loads a page, but every time it loads a page with a textfield. That's bug 41813, and it's being worked on.

    Don't you just love being able to see what the developers think of the bugs that annoy you? :)

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed

  24. Re: Compression on Scalable Vector Graphics Format Candidate Released · · Score: 1
    There's zlib / gzip, they're patent-free, browsers seem to support unpacking them, so no problem at all.
    Well, they have to, gzip compression is part of the HTTP/1.0 Specification. See the Content-encoding section.

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed

  25. Re:Components != GUI on KDE And GNOME To Share Component Architectures? · · Score: 1
    One ETLA: RTFA :)

    The article clearly states that "Bonobo is toolkit-independant." And, quoting from The Bonobo page at HelixCode:

    Bonobo is a set of CORBA interfaces that define the interactions required for writing components and compound documents. These CORBA interfaces are not bound to GNOME, the X11 windowing system, or the UNIX system.
    Also, from the article: "KPartsis dependant upon the QT toolkit."

    So, by your definition (with which I agreee), KParts is badly designed.

    © 2000 Ilmari. All ritghts reserved, all wrongs reversed