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. Re:Current research... on A Modest Proposal For Decentralized Membership · · Score: 2

    Advogato creator Raph Levien is working on this for his thesis.

  2. Re:Access times, read times, write times... on 5GB Hard Disk On A PCMCIA Type II Card · · Score: 3

    The article says the drive has a transfer rate of 5.2MB/s; that's a lot faster than flash cards that top out below 2MB/s AFAIK. You're right that the seek time is going to suck compared to flash, though.

    It would probably be great for digital cameras, because those mostly do contiguous writes.

  3. Re:The problem with Sealand... on Sealand Looking For Partners · · Score: 5

    Considering that they provide 256Kb/s of bandwidth to each customer, they obviously have a lot more than 128Kb/s total. The last time I talked to Ryan he said bandwidth was not a problem.

  4. Re:Think different :) on More Fun With 1 Chip Systems · · Score: 2

    10 of those chips is only 1000 MIPS; that's less than an 800 MHz x86 CPU. Why not just get a microATX motherboard with a Duron?

  5. Re:FBI? on SJGames Layoffs · · Score: 1

    No, I was already at the karma cap when I posted it.

  6. Re:Predictor of predictors on Architectural Difference Between The P4 And G4 · · Score: 2

    In a talk at UT Austin, one of the Pentium 4 architects claimed that it has the best branch predictor of any CPU, but they haven't published the details yet.

  7. FBI? on SJGames Layoffs · · Score: 5

    (Long-time Internetters will recall that the FBI raid on SJG was one of the first causes celebre of the Electronic Frontier Foundation.)

    No, I recall that it was the Secret Service.

  8. Viewsonic SuperPDA on Where Are the Cheap, Wireless Webpads? · · Score: 2

    The Viewsonic SuperPDA was announced recently; at $1000 at least it's cheaper than most of the other tablets mentioned in this thread.

  9. Re:Sun Micro forced to make native jave for FreeBS on USENIX Reports · · Score: 1

    NB: I still wonder, why Sun doesn't release a "reference" open source implementation of a JVM if they want "the Java platform" to become a wildly adopted standard...

    Because Sun wants to force all VMs to be 100% compatible with the specs. With an open source VM, who knows what kind of changes people might make?

  10. Re:Isn't it third? on IBM's JFS & PTh-NG Reaches 1.0 · · Score: 2

    ReiserFS is funded by Namesys, a for-profit corporation AFAIK.

  11. Re:This is partly a good thing on Napster Bans Non-Native Clients · · Score: 2

    It sounds like you're not familiar with the TRM algorithm; it's designed to produce the same signature even if there are slight differences in the original audio.

  12. There's a new client on Napster Bans Non-Native Clients · · Score: 2

    I can confirm that the new client does work, but it only lets me share 5 files. :-/

  13. Isn't it third? on IBM's JFS & PTh-NG Reaches 1.0 · · Score: 4

    What about ReiserFS and XFS? Or is there some weird meaning to "commercial filing system" that I don't get?

  14. Re:Two .NETs at issue here on Authentication is the Key · · Score: 3

    Yeah, but all that cool auto-managing software that NCs used could have run even better if it was installed on a real PC instead of an underpowered NC. Management is a software problem, so solve it with software, not hardware.

  15. Re:Out of the frying pan, and into the fire. on @Home Cuts Newsgroups Due to DMCA Complaints · · Score: 3

    If my memory serves me correctly, the DMCA says if a service provider gets notified of a copyright violation and they remove the stuff, they have "safe harbor" and it is not considered editorial control.

  16. Not really *Mac* nostalgia on Mac Nostalgia On Two Fronts · · Score: 5

    Since the Apple I was not a Mac, Apple I owners don't necessarily have Mac nostalgia.

    Apple ][ ad infinitum!

  17. or MusicBrainz on Roxio Countersues Gracenote · · Score: 4

    http://www.musicbrainz.org/

  18. Re:However... on The Speed Demon That Is Tux 2.0 · · Score: 5

    X15 is still 2-3 times faster than Tux 2.0, and Cheetha (from MIT) is 2-3 ORDERS OF MAGNITUDE faster than either.

    Er, let me get this straight: TUX can saturate multiple GigE cards per CPU, so Cheetah can saturate 200-2000 GigE cards per CPU? Today's systems don't even have that much memory bandwidth.

  19. Check out SPECweb on The Speed Demon That Is Tux 2.0 · · Score: 2

    The SPECweb99 benchmark uses both static and dynamic content, and there are results from a variety of servers.

  20. Is TUX unusually fast or is Apache unusually slow? on The Speed Demon That Is Tux 2.0 · · Score: 3

    I think a comparison between TUX, Zeus, AOLServer, Apache, etc. might have given more useful results.

  21. Re:better network diagram available? on Making Last-Mile Ethernet A Reality · · Score: 2

    I get the impression they're trying to impress people ("look at that cool network diagram") without giving away any "proprietary and confidential" information (look at the lower right corner).

  22. Re:Content providers on Making Last-Mile Ethernet A Reality · · Score: 2

    It's a double-edged sword. Rapidly increasing the bandwidth at the fringes of the Internet instead of the core is going to cause some serious problems and side-effects.

    Sounds like a good justification for P2P.

  23. Artists on Scott McCloud on Comics and the Internet, part 2 · · Score: 2

    Don't you think artists would make more money under such a system, not less? Right now, don't most musicians get about $1/album? What if they sold the album direct for $3 and ended up pocketing $2?

  24. Re:Can someone explain to me... on Fundamentals Of Multithreading · · Score: 2

    The article is just wrong, that's all. Mac OS 9 has MP support, but it's weird and only a few apps (like Photoshop) use it.

  25. Re:Simultaneous Multithreading? on Fundamentals Of Multithreading · · Score: 5

    The processor doesn't switch at all; it actually runs multiple threads at the same time (hence "simultaneous") because it has a separate set of registers for each thread.

    More info: http://www.cs.washington.edu/research/smt/