Slashdot Mirror


User: yerricde

yerricde's activity in the archive.

Stories
0
Comments
9,628
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 9,628

  1. Yahoo vs. Google on A New Tack In Search Engine Formulation · · Score: 1
    • yahoo.com: Yahoo! directory + Google search engine
    • google.com: dmoz directory with PageRank technology + Google search engine
    • hotbot.com: dmoz directory + Inktomi search engine (the engine Yahoo! used to use)

    OP could have just been saying "dmoz is better than Yahoo!'s directory."

    --
    Bouillabaisse: It's all the rage among trolls! Here's a recipe
  2. 99 bottles of Windows Beer on the wall on US IP Law Comparisons with Other Countries? · · Score: 2

    Actually, it isn't "Microsoft Beer" but Windows 99(TM) Beer. Read the article from St. Petersburg Times and the Slashdot discussion.

  3. AMD on End To Blindness? · · Score: 1

    it has been estimated that as many as 10 million 'boomers' may go blind due to AMD.

    So how many will go blind due to Intel?

  4. How factoring is not NP complete but O(n^0.5) on Using Minesweeper to Solve NP · · Score: 1

    NP means that a solution to a problem can be checked in polynomial time, making it possible to bruteforce the solution. NP complete means that there is no deterministic algorithm to find such solution in polynomial time. Factoring numbers is approximately O(n^0.5) divides; simply divide the number n that you want to factor by all primes less than or equal to sqrt(n).

  5. Loadable kernel modules work only on ONE kernel on Explaining The Symbiosis Between QNX RtP & Linux · · Score: 2

    Linux has loadable kernel modules now

    Ever try a 2.2.x kernel module in 2.4? Or for that matter, a 2.2.13 kernel module in 2.2.14?

    Many binary kernel modules<cough>Lucent Win Modem</cough> support only the kernel that comes with a specific version of Red Hat Linux because a loadable kernel module has to be compiled against each kernel build it will be used with, and the kernel with the largest potential audience is the latest Red Hat.

  6. Not very much. on Napster Going to Subscriptions · · Score: 1

    Wonder if this will affect opennap and the like.

    It will only drive up the traffic on the OpenNap network. Otherwise, it will have little effect because there are Free clients and servers for all relevant platforms.

  7. Sub-industries on Explaining The Symbiosis Between QNX RtP & Linux · · Score: 2

    Can't have more than one monopoly in an industry.

    Yes you can. A "monopoly" can be in a field smaller than an "industry." For example, Microsoft Corp. holds a monopoly not on "computer software" but on "desktop OS for x86 boxen."

  8. There ALREADY is a .parody TLD. on Guinness Beer Really Sucks · · Score: 3

    OpenNIC proudly lists .parody as one of its approved TLDs. Once you add a Tier 2 OpenNIC nameserver to your DNS configuration (in /etc/resolv.conf on Linux), you can access the .parody registration page.

  9. DNS has forked. See also .parody on Guinness Beer Really Sucks · · Score: 3
    OpenNIC has the .parody TLD:
    The important piece of this domain is that a dedicated parody TLD will remove any legitimacy from parody targets' to claims that a parody site could be mistaken for the business site and thus be an infringement on their trademarks.
    But the guinness-beer-sucks owner was a typosquatter.
  10. You're thinking lack of g, not lack of earth. on Last Day of Terrestrial Humans · · Score: 2

    Not with the muscular distrophy problems and deformed embryos, etc.

    Those are effects of lack of g, not of lack of planet Earth. For those who haven't taken high school physics, g is a constant acceleration of 9.8 m/s^2 or thereabouts, which is felt by the human body as "down." It's easily to simulate g in space; simply rotate a cylindrical structure (ringworld, ds9, etc). This takes away most of the MD and [birth difference] problems.

  11. It was already 90% mirrored on Mandrake 7.2 Download Available · · Score: 1

    The distribution was already on about 90% of the mirrors before Slashdot ran the story.

  12. Phase tree patch on Mandrake 7.2 Download Available · · Score: 2

    ReiserFS is the way to go for large drives or for any data really. I hate to fsck.

    Using ReiserFS just to avoid fscking up your filesystem when the power goes out? Once the new Tux2 phase tree patch to ext2 makes it into the kernel, ext2fs will be "atomic" to the point where the need to fsck with your partitions is dramatically reduced.

  13. Crusoe couldn't emulate Itanium if it tried. on Intel Submits Patent Covering Itanium Instructions · · Score: 2

    is an attempt by Intel to get some leverage over Transmeta (or anyone else) incase they want to simulate the instructions in software.

    Transmeta's Code Morphing technology is designed to emulate CISC architectures. Itanium is a VLIW (explicitly scheduled RISC) machine.

    I'm sure Intel would love to get their hands on some of Transmeta's patents.

    Transmeta's most obvious patent that I can see is a "commit/rollback" structure for registers. However, prior art for this dates all the way back to the Z80 processor, which had two parallel sets of registers.

  14. You only need 640x240 on NTSC TV sets on Is the PS/2 A Disappointment? · · Score: 2

    A television can draw 240 scanlines per frame (60 fps) or 480 scanlines per frame (30 fps) due to interlacing; odd scanlines are drawn in odd frames and vice versa. If you render the odd scanlines while the even scanlines are being displayed (as Squaresoft's PS1 games Tobal No.1 and Ehrgeiz do), you get pseudo-512x480 at a 512x240 fillrate.

  15. But MULTI-READ drives can. on Alternatives To The Floppy Disk? · · Score: 1

    CD-ROM drives with the MULTI-READ designation can read stamped CD, CD-R, and CD-RW.

  16. USB is not closed; it's in 2.4 on Newest Quake 'Productivity Tool' -- The CLAW · · Score: 1

    As far as I know USB is proprietary and closed

    Wrong. USB is patented, but the license is Free (license us your patents, and we'll license you ours).

    so it's unlikely that USB drivers will ever be included with the standard kernel.

    So why are they in 2.4?

  17. Dreamcast on Wince? on Sega To Form Joint Company With Nintendo? · · Score: 2

    Since Dreamcast was based on WinCE

    The Sega Dreamcast console has several available operating systems. Wince is mostly used for PC ports; other games use a Sega OS.

  18. On the topic of Nintendo's Super Smash Bros. on Sega To Form Joint Company With Nintendo? · · Score: 1

    [Super Smash Bros. 2]? I see a box with Mario jumping in front of clouds.bmp, holding Pikachu (instead of a beet) by the tail. I also see licenses for some of Disney's, Capcom's, Sega's, and Hudson Soft's characters. (Read More...)

  19. .zip is not LZW on Alternatives To The Floppy Disk? · · Score: 2

    Actually, using anything with straight LZW compression, like PKZIP, is a bad idea.

    The .zip and .tgz formats use Deflate (LZSS + Huffman), not LZW. If the .zip format used LZW (it did in PKZIP's early years), then Unisys would be all over the Info-ZIP project.

    Now, to "LZ-type algorithms are a bad idea on floppies because errors are not recoverable": I'll give you that one.

  20. (OT)Paying for dial-up access on AOL 6.0 Client: We'll Be Your Home Page, Thanks · · Score: 1

    besides why are you paying for dial-up access anyways?

    This is off-topic, but paying for dial-up access is the only way I can even get dial-up access. All the services you mentioned use proprietary dialers that are only available for Microsoft(R) brand Windows(R) brand operating systems and do not work on Wine.

  21. local telephone? on AOL 6.0 Client: We'll Be Your Home Page, Thanks · · Score: 1

    Since small towns discovered the outside world. Since AOL became the only ISP with a local number.

  22. Parental controls force AOL browser on AOL 6.0 Client: We'll Be Your Home Page, Thanks · · Score: 3

    Is this an illegal way of pushing their own company, or is this just an inconvenience that 6.0 users will have to put up with?

    AOL users who are not 18 or older may not make TCP/IP connections from other browsers; they must use the AOL browser and look at AOL.com's banner ads.

  23. ...pay long distance fees. on AOL 6.0 Client: We'll Be Your Home Page, Thanks · · Score: 2

    In some small towns, America Online is the only ISP with a local modem.

    You wrote:
    Experienced users don't use AOL. At least, not for long. They get fed up with crap like this and get a real ISP.

    And they would have to make a long-distance call at 10 cents per minute just to get Internet access.

  24. Current Cygwin XFree86 dies on Win9x on Can Qt and KDE Applications be Ported to Win32 · · Score: 2

    or you can use the one that already works...

    According to the Cygwin/XFree86 FAQ, XFree86 4 "may not work at all on Windows 9x/Me due to 16-bit code in the win 9x GDI. ... If you are using Windows 95 or 98, break out your debugger and start working around the 16-bit code in GDI32.dll and kernel32.dll." Upgrading all users to NT is not an option; they might as well install Debian anyway.

  25. X11 server on Windows on Can Qt and KDE Applications be Ported to Win32 · · Score: 2

    I was really just wondering if the Qt free version for Unix could be compiled using the Cygwin tools. If so, you could run Qt based apps in Windows as long as you use an X server on the windows box.

    Here's your shareware X11 server. However, there is no free X server on Win32...

    ...yet. Care to port XFree86 to Win32+Cygwin using DirectX as the frame buffer?