Slashdot Mirror


User: jpc

jpc's activity in the archive.

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

Comments · 140

  1. Re:3ware and only 3ware on IDE RAID Examined · · Score: 2

    yes, I use them and have good results. I was surprised that the review got the worst write performance of any system on them. Really bad. It was very unclear why.

  2. Re:SCSI for workstations? on IDE RAID Examined · · Score: 2

    Have you used IDE recently? It doesnt use CPU time. It was only PIO back in the dark ages that created this myth.

    For sustained transfers, IDE has a better price/performannce (15K SCSI is marginally faster sometimes, but 2 7200rpm IDE drives are cheaper and faster). For random access workloads SCSI is a little fatser (lower latency) but thoes of us with sequential access workloads dont care.

    As for saturating GigE, probably can be done. I usually only need real time 50MB/s and thats fine.

  3. Re:Big deal. on AMD's 64-bit Plot · · Score: 2, Interesting

    > For #2, realize that some integer operations are
    > O(N) where N is the number of bits involved.
    > 64-bit multiplication and division are slower
    > than the same 32-bit operations. Period.

    Not true. They are done in circiuts so you can use parallel algorithms. Mostly arithmetic ops are n log n so they dont take a significant amount of time longer. You do need more transistors though...

  4. hmm, not much there on Oracle's GPL Linux Firewire Clustering · · Score: 5, Interesting

    After going through the crappy registration process, what do I find: not much at all.

    The (code not available) firewire stuff is a fix to allow sharing of firewrire disks. Which has been in the kernel for quite some time (perhaps they submitted it), but it is hardly radical (couple of lines of code, if your hardware happens to support it).

    Seems more like a PR announcement to me.

  5. Re:Connections through PCI bus? on 10-TFlop Computer Built from Standard PC Parts · · Score: 1

    Thearticle was very vague, but you do wonder if the reason they are packing them in so close is ro use PCI on at least some of the interconnects. Many blade servers sit in a (sometimes 64/66) PCI bus per rack (most blade machines are built on PCI cards). You are not going to be able to do it with all the machines in the rack, because as you say you need some switching.

    Of course that is where the future Cray Hammer based system wins out as you have hypertransport directly on chip to build these interconnects.

    MIPS does have some nice things though, like being available now in very low power with lots of cores per package: eg
    http://www.broadcom.com/products/1250.html
    th is has 2 64bit MIPS cores, DDR memory controller, 3 gigabit controllers, hypertransport and 66MHz PCI, and 2 T3 interfaces, for about $500 in volume... and it dissipates 10W.

  6. Re:I don't see why the two are mutually exclusive. on Linux 2.6 Multithreading Advances · · Score: 1

    I think it does (but I need to write some programs using it). You just say I want to start reads async on all these connections, tell me what has finished (which will be the active ones). People on the list seem to be using it for these types of apps (thats why they want aio network io).

  7. Re:I don't see why the two are mutually exclusive. on Linux 2.6 Multithreading Advances · · Score: 2, Informative

    If you have hundreds of thousands of connections you should be using aio, which is the new scalable replacement for lots of polls...

  8. Re:Two Words... on BMG Stops Producing CDs · · Score: 2, Interesting

    If Philips dont sue, then start to expect consumers to sue. In the UK the Trade Descriptions Act should cover passing off a copy protected CD as a red book CD. If everyone starts calling the local trading standards officer the retailers may fight Bertelsmann (as they can be criminally prosecuted for this).

  9. Re:What exactly are you trying to keep secret? on GPL Issues Surrounding Commercial Device Drivers? · · Score: 1

    As a customer for embedded products I have to say that the non_GPL drivers do stop me buying products. Having your kernel marked tainted means that no vendor or lkml support is available any more. Unless your product has no competition and is essential to me I am therefore unlikely to buy it.

    I dont mind if things like formware are not available, but I do want the api.

    If you were to give us some more technical information about what type of product / class of driver perhaps we could help you suggest a way to move parts into userspace in an efficient way.

  10. Re:T68 on New Nokia Phones With Full Color And MMS · · Score: 1

    usable. I think not. It is a complete pain to use. I only use mine when I need triband.

    Nokia make much better user interfaces. And Benefon.

  11. Re:This just looks expensive. on Serial ATA Technology Explained · · Score: 1

    hmm, no in a few years time, the scsi roadmap says they are going to serial scsi. Curiously this is exactly the same as serial ata except:

    1. max cable length is officially 3m, sata officically 1m, though in fact 3m should work on both.

    2. the command set is scsi not ata6: irrlevent as ata6 was tcq etc.

    3. there was going to be multiple devoces on serial scsi I think but they scrapped this as the termination didnt work.

    4. er thats it.

    So scsi will go anyway.

  12. completely misunderstood: out of context on Linus: Praying for Hammer to Win · · Score: 4, Insightful

    If anyone actually read the lkml context, the remark was entirely in relation to the flood of recent patches making everything on 32 bit platforms support 64 bit sizes. Once upon a time it was just files over 2GB, then it was block devices over 2TB, now it is all sorts of shit because vendors are selling 32 bit machines that support 64GB of RAM.

    Now Intel of course just reckons that people should buy Itaniums if they want this (and apparently they did actually ship 250 of the Itanium 1...) but someone is buying these. Even though you have to use 32 processes in order to use the memory.

    Clearly these machines should be 64 bit, thats what Linus was commenting on. Then we could leave at least some of the limits for 32 bit machines without complaints.

    The other problem is non-atomic 64 bit ops on 32 bit machines, incrementing counters and such. This has caused quite a few problems recently.

  13. Re:Will Any GPS Work on Do You Have The Time? · · Score: 1

    most gps units dont do very accurate time. Well the time is accurate but when it sends it down the serial line isnt. You need pps support which sends a pulse at the time the second actually changes. I use a gpsclock (www.gpsclock.com afaik). It is not as cheap as the $24.95 one though.

  14. Re:The name.... on BitchX 1.0c19 IRC Client Backdoored · · Score: 1

    Unfortunately, at least in this part of the world, mingetty really is rather rude if you parse it right (ie wrong). And it is rather widespread in Linux distros.

    It is of course true that the less appropriate words havent been trademarked yet, so they are available for open source projects.

  15. Linux drivers? on Matrox Parhelia Benchmarks and Review · · Score: 1

    Will there ever be Linux drivers? I dont care about a bit of performance if there is source code.

  16. ssh monoculture on Slashback: OpenSSH, Bio, Timeliness · · Score: 1

    Had been kind of expecting something like this to happen for a while. ssh (mostly openssh) is becoming a worthwhile target for hacking because it is so widespread, and people are becoming dependent on it. The right answer is to reengineer things so that remote logins are not necessary in so many situations. Even network switches come with ssh now.

  17. Re:Packet sniffing on OpenSSH Gets Even More Suspicious · · Score: 1

    yes. arp poisoning. Unless you have static arp. It works fine.

  18. Re:Funny, yet has a point. on The State of PC Audio · · Score: 1

    yes, though it did have a low budget.

    You just want digital audio out from your PC (a nice RME sound card is fine). Then an external DA and AD box or boxen...

  19. power off on Intrusion Detection For Your PC Case · · Score: 1

    Doesnt rreally work if you turn the power off before opening the case. Of course you may have another alarm for this, but it doesnt help you know whether the case was opened.

  20. Re:PDA? Well, in some sence, yes. on Ideal PDA Feature Wishlist? · · Score: 1

    yes, thats what I wanted, so I have just bought a Psion 5MX on ebay and installed Linux on it. So I can go around with something that I can get batteries for anywhere, and just plug in to a network. I cant type ssh passphrases on the Ipaq...

  21. Re:humm, just a simple question... on Reaching Beyond Two-Terabyte Filesystems · · Score: 1

    There is no 2GB filesize limit. Hasnt been for some time. I have many files larger than this. Go on, make one yourself with dd and you will see.

  22. Re:Non-Macromedia Flash tools on Flash and Open Source · · Score: 2, Informative

    hmm, no, flash is not a well-designed format. And although there is some openness to the spec, there is not much (like Java, you never know where ti is going next, like adding the Sorenson video codec to the latest version).

    WHat is wrong with it? Well, it doesnt have decent generic matrix transforms for a start. SVG is better from this point of view. And there is more once you start to look at it

  23. calibrate yourself (but get decent stuff) on Using Commodity Hardware in Laboratories? · · Score: 2, Interesting

    You can probably get some specifications from manufacturers, but I wouldn't really rely on them (you may for example get 8-bit grey scale, but it may be a non-linear response). WHy not calibrate it yourself: you have got the equipment. Also different models may vary slightly (some manufacturers will change components without telling you). Pay a bit more for good quality equipment, and bear in mind that for example the quality of a ccd camera depends a lot on the lens you use, and it may be better to buy greyscale equipment rather than use colour eqiupment in grey modes.

    Also for image capture avoid anything that adds software artefacts (especially compression). firewire uncompressed cameras (we get ours from www.unibrain.gr, very good) are good for high framerate high res, with good Linux support.

  24. Re:3ware RAID cards vs SCSI on The Book of SCSI, 2nd Edition · · Score: 1

    Yes, they are very nice. I got a coupel of the 4-way (6410) cards for testing and will get more. As drives are cheaper you can do things you wouldnt do with SCSI, like use RAID 1 instead of RAID5 and get much better performance too. The only annoying thing is that the monitoring tools are not open source and are web based: give me a command line version please! They are supported by recent installers, and appear as a SCSI drive, so you can just disable your motherboard IDE.

    Theya re supposed to do hot swap too, but I havent tried yet.

  25. Re:Input devices on Game Programming w/ the Simple Directmedia Layer? · · Score: 1

    no serial line disciple = need to modprobe serio and serport.
    If you want to know the protocol just look at the Linux kernel source. And there is a generic unix driver floating around somewhere. The kernel driver should work fine though.