Slashdot Mirror


User: Wesley+Felter

Wesley+Felter's activity in the archive.

Stories
0
Comments
3,537
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,537

  1. FiberCycle: 12 Crusoes per U on Do it Yourself 1U Half-Width Server · · Score: 2

    http://www.fibercycle.com/news_and_events/archives _pr/pr_010221.html

  2. Re:Dumb answer on Linux On Another New Architecture: PowerPC 64-bit · · Score: 2

    If your general purpose registers are 32 bits (which is the definition of a 32-bit CPU) and addresses are 64 bits, where do you store the pointers? That's why in most recent chips, pointers are the same size as the integer registers.

  3. Oh really? on Stack-Hacker Itojun Talks About IPv6 · · Score: 2

    What you're saying is opposite from this part of The Case for IPv6:

    "IPv6 encodes IP header options in a way that streamlines the forwarding process. Optional IPv6 header information is conveyed in independent "extension headers" located after the IPv6 header and before the transport-layer header in each packet. Most IPv6 extension headers are not examined or processed by intermediate nodes (in contrast with IPv4). This enables a big improvement in the deployability of optional IPv6 features, compared to IPv4 where IP options typically cause a major performance loss for the packet at every intermediate router."

  4. ARIN's IPv6 Fee Policy Has Changed on Stack-Hacker Itojun Talks About IPv6 · · Score: 2

    And I quote: "ARIN will not collect subscription fees for those current ARIN IPv4 subscribers who request and qualify for IPv6 address space. ... Those IPv4 subscribers who have already paid fees for IPv6 address space are eligible for a refund of those fees."

  5. Re:Saving State on Booting Linux In Three Seconds · · Score: 2

    No, BeOS doesn't do that. It does a full boot every time.

    However, EROS works just like you've described.

  6. Re: Not using NAT, are ISPs going to become nicer. on Stack-Hacker Itojun Talks About IPv6 · · Score: 2

    Namely, every subscriber, be it a corporation or a household, gets a /48.

    That might be how it's supposed to be used, but that has little effect on how ISPs will actually configure their networks. What if an ISP defines all their customers to be part of one /64 "subnet" (which might even be defensible since some broadband equipment is based on bridging) and thus assigns each customer only one address?

  7. No mention of 6to4? on Stack-Hacker Itojun Talks About IPv6 · · Score: 5

    It's too bad this article didn't mention that you do not need to wait for your ISP; you can start using IPv6 today with 6to4. Slashdot ran a story about how to configure 6to4 under BSD, and here are the instructions for Linux.

    I know someone is going to mention that freenet6 or the 6bone is also easy to use, but they're much less efficient than 6to4.

  8. Hands-free on Wearable Internet Appliance · · Score: 3

    I'm sure some Slashdotters would find that aspect pretty useful. :-)

  9. Linux "capabilities" are not capabilities on New Kernel Security Features In 2.4 Explained · · Score: 3

    True capabilities (as found in EROS or E) are completely different, more powerful, and older than the stuff that came out of the POSIX committee; it's unfortunate to see yet another article which confuses this issue.

  10. NFSv4 is secure on New Kernel Security Features In 2.4 Explained · · Score: 3

    The upcoming NFSv4 standard will support strong authentication, encryption, and server-side access control. A group at CITI is working on a Linux implementation of NFSv4.

  11. Re:Illegal search? on Copyright.net Springs Into Action · · Score: 5

    If you are sharing files using Napster, then you consented to let other people know what you are sharing.

  12. No on Micropayments: Effective Replacement For Ads Or ? · · Score: 2

    You are paying your ISP to move bits around; that money isn't intended to pay for content.

    However, I think micropayment systems that allow charges to be added to your ISP bill might have a better chance of survival because the ISP already has a billing relationship with the user.

  13. Re:Another Multimedia API on GStreamer: Full-featured Multimedia for Linux · · Score: 2

    The above post is not informative; we're talking about the QuickTime API here, which is codec-independent.

  14. Steve: "All your GeForce 3 are belong to us" on GeForce 3 Demoed - Running DOOM 3 · · Score: 3

    Or at least that's what The Register says. :-)

  15. Where is the code? Who owns it? on Deja, Google, Open Source, Oh My · · Score: 2

    I read that Google only bought the archives from Deja, but not their code or hardware. So where is that code now?

  16. A question about DCOP on ESR On XML-RPC · · Score: 2

    Where's the documentation for the DCOP interfaces that apps support? I looked on developer.kde.org and found docs on how to use DCOP, but nothing about what messages are understood by different apps.

  17. WBXML, XMill, etc. on ESR On XML-RPC · · Score: 4

    There are several XML compression formats out there already; it's too bad people haven't decided on one, though.

  18. Re:What exactly is going to be blocked? on More Napster Than You Can Shake A Copy-Protected MP3 At · · Score: 2

    To mark a file as freely distributable, an artist would have to sign it with a digital certificate and indicate what kinds of right he would like to grant.

    OK, I'll be sure to sign all the MP3s I have as freely distributable. Of course, I didn't actually create those MP3s, but how is Napster supposed to know?

  19. Re:This would be perfect with FireWire CD changer on Record HDTV To A FireWire DV Deck · · Score: 2
  20. Re:Note, they record the already compressed stream on Record HDTV To A FireWire DV Deck · · Score: 3

    There are some problems, like DV format is not error-free. I don't know how they would recover from dropping blocks of data because of the wrinkled tape

    MPEG-2 can also tolerate lost data.

  21. Re:Hey Morons... on Sony's Monster Graphics Chip · · Score: 2

    Yes, what's your point? That's a big honkin' die.

  22. Re:But IPv4 is more profitable! on Quake on IPv6 · · Score: 2

    They will probably have to. Right now, ISPs pay ICANN (through some intermediaries) for IPv4 addresses, so they pass those costs on to customers. I predict that IPv6 addresses will be so cheap that some ISPs will start giving their customers as many as they want, and the ISPs that try to ration v6 addresses will lose business.

  23. Tunnels and 6to4 on Quake on IPv6 · · Score: 2

    I don't understand why people are still using 6bone tunnels when 6to4 is easier and more efficient.

  24. Read the article on Promiscuity And Wireless LANs · · Score: 2

    The article says WEP can be cracked.

  25. Re:what's the use? on Linux Running On Intel XScale CPU · · Score: 3

    XScale isn't just an embedded CPU; its predecessor StrongARM was used in the NetWinder desktop machine a few years back. Now that XScale is up to ~700 MHz we might see an ARM comeback in non-embedded systems.