Slashdot Mirror


User: sprag

sprag's activity in the archive.

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

Comments · 128

  1. Re:HP-UX says... on Why You Shouldn't Reboot Unix Servers · · Score: 1

    10.10 and 10.20 sucked pretty hard.

    Does it still make you reboot after (nearly) every patch when updating?

  2. *THE* R L Shackelford? on FBI Releases File On the Anarchist Cookbook · · Score: 1

    Or should I say...

    DALE GRIBBLE?

    No, I shouldn't.

  3. Re:But how is this not fraud? on The Real Truth About Oracle's 'New' Kernel · · Score: 2, Insightful

    RHEL 6 upgrades are free for those paying support, so that's not it.

    By replacing the kernel it is no longer (even close to) RHEL 5 so ISV certifications are shot. Making oracle's linux unsupported by any 3rd party software other than what oracle itself has certified.

  4. Re:So what? on The Real Truth About Oracle's 'New' Kernel · · Score: 2, Informative

    Not a troll, but a pointing out the obvious. The "major" announcement was nothing more than 2.6.18+patches -> 2.6.32.

    What doesn't get mentioned is that the oracle kernel would invalidate any ISV certifications that oracle's linux might have "inherited" from RHEL...

  5. Re:And... on The Future of OpenSolaris Revealed · · Score: 1

    Opensolaris survived only because of Sun's benevolence. Once the source drops stop, that's the end of Illumos project: its either stuck permanently at whatever the last drop was (especially in light of the binary-only internationalization stuff) or becomes incompatible and then its no longer solaris.

    Stick a fork in it.

  6. Re:Emulation/virtualization on Open Source Complaint Against IBM Gets Support · · Score: 1

    They chose a proprietary platform at the beginning and now they're stuck with the lock-in. When you get on the proprietary plane that's the cost of the ticket.

    They bought their tickets
    they knew what they were getting into
    I say let 'em crash

  7. Re:Groklaw debunked nothing but straw men on Open Source Complaint Against IBM Gets Support · · Score: 2, Informative

    If i said it was closed source then I misspoke.

    But, that isn't the point: the open source project isn't affected. The commercial entity which is repackaging hercules has been informed (not sued, not C&D, just informed) that if they continue with their lawsuit against IBM then IBM might consider using this list of patents against them. Again, not against the open source hercules community but the commercial entity.

    I think software patents suck, but using a lawsuit to try to force someone to do something that they don't want to sucks just as much.

  8. Re:Groklaw debunked nothing but straw men on Open Source Complaint Against IBM Gets Support · · Score: 4, Informative

    I think Florian's beef is that IBM's response letter mentioned patents which may be infringed by the hercules product -- and how one of them was on the 'gift to open source' list. Of course, even then he's wrong: the open source hercules project is different than the commercial product which is seeking the copyright license.

    The bottom line is the commercial hercules people started this fight and they were in the wrong to assert that IBM must license its properties to anyone who comes by and asks. The patent (non-) issue doesn't have anything to do with it and its an emotional sideshow to get the OSS folks to be on the commercial hercules' side.

  9. How is that a win? on Fuel Cell Marvel "Bloom Box" Gaining Momentum · · Score: 0, Redundant

    So if they bought 5 of these at $800,000 then they've sunk in $4,000,000. Over 9 months they've saved $100,000 which is a total of $11,111 a month. In 30 years they'll break even?

  10. Re:Only true if MS made laptops on First MS Retail Stores Will be In Scottsdale, AZ and Mission Viejo, CA · · Score: 4, Insightful

    Its yet another club that MS can use against the OEMs.

    Don't like what MS demands for the desktop? Oops, I guess we can't sell your laptops in the stores anymore.

    Promise to ditch linux? Yeah, we can make space for your wares in the stores.

    This isn't good news for vendors no matter how you slice it.

  11. Re:5.25" floppy disk drives on Getting a Classic PC Working After 25 Years? · · Score: 1

    No. the 286 and 386 are very different CPUs and the linux kernel cannot be compiled for it.

  12. Re:There goes my argument... on Verified Identity Pass Shuts Down "Clear" Operations · · Score: 1, Interesting

    well, why were you carrying a giant razor blade?

  13. Re:What Benefit Does C Have Over Assembly? on CoreBoot (LinuxBIOS) Can Boot Windows 7 Beta · · Score: 3, Funny

    Those should have been multiplies by 160 instead of 80.

  14. Re:What Benefit Does C Have Over Assembly? on CoreBoot (LinuxBIOS) Can Boot Windows 7 Beta · · Score: 4, Insightful

    Being in C, it is easier to see what the person writing it was doing, compared to assembly.

    Consider if you had to do some nasty computation such as finding what address is used for a given row and column on the screen:
    (in bad assembly)

    mov ax, row
    mov bx, col
    shl col,#1
    xor dx,dx
    mul ax,#80
    add ax,bx
    mov pos,ax

    Whereas in C it is:

    pos=(row*80)+(col*2);

    and much more readable.

  15. Re:Sinclair, hands down. on The 10 Worst PC Keyboards of All Time · · Score: 1

    I spilled kool-aid on my original 4k coco (upgraded to 64K with extended color basic!) but a little formula 409 fixed it right up :)

  16. Re:Well... on The 10 Worst PC Keyboards of All Time · · Score: 3, Interesting

    Despite its height, the C64 keyboard wasn't that bad. Sure, typing on it gave me much more finger strength than I really needed (and the nickname "the claw" when typing on softer keyboards), but the extra symbols on the keys weren't confusing and the oddly placed keys (inst/del & clr/home) were much less irritating than some of the PC keyboards I've used with a skinny vertical return key or the NeXT which put the pipe/backslash over on the freaking keypad.

  17. Re:Free money! on Tivo Tries, Cancels PayPerPost Ad Strategy · · Score: 2, Informative

    I hate GWB, but any video on youtube with Yakety-Sax in the background is serious business!

    http://youtube.com/watch?v=cMO8Pyi3UpY

  18. Yeah, right on Microsoft Marketing to OS Pirates, Just Agree to Audits! · · Score: 5, Insightful

    If someone is pirating windows, why would they self identify and then agree to an eternal audit of their infrastructure?

  19. Re:Oh! on Name Your Favorite Bloat-Free Software · · Score: 1

    Piffle. Mine is only 6K. Viva 2.11BSD!

  20. Re:Mac OS X Leopard on Apple Confirms No (Default) ZFS In Leopard · · Score: 1

    64-bit apps on 32 bit cpus? Got a source for that? Sounds a bit far-fetched since it would basically mean a pile of emulation that'd make the app slow as molasses.

    As far as Fedora 7 goes, I had a single rescue CD I installed from and then everything else just comes in as needed from the net. No "hunting down a different ISO for each and every nuance of processor". I haven't had to compile anything (including getting MP3s, DVDs and other non-free things working).

  21. Re:Not impressed on Apple Care Efficiency When Macs Break? · · Score: 1

    The rep was telling us that there should have been one in the kit and that we ordered the wrong one. I was fully aware that there wasn't one. The service agreement states "next business day" for parts...until you look at the fine print and they mention "if its in stock". For the typical server drive it shouldn't have taken 5 days for them to get around to sending us one.

  22. Re:Not impressed on Apple Care Efficiency When Macs Break? · · Score: 1

    I wasn't the one suggesting the drive was in the kit, it was the retarded apple care rep. When I wanted a replacement drive it took 5 freaking days for them to get me one. Next business day, my ass.

  23. Not impressed on Apple Care Efficiency When Macs Break? · · Score: 2, Informative

    We've had a couple of problems with our XServe and its been hit or miss. We bought the spare parts kit, and it hasn't been the pancea its made out to be. For a bad XServe RAID drive its just fine, but when we had one of the system disks fail on the XServe, it was a nightmare.

    When the drive failed we looked in the spare parts kit but there wasn't one. When we called them about it, the rep kept claiming that we bought the wrong spare parts kit. Only after pestering him for the part number for the "right" kit did he admit that there wasn't a kit with the spare part. The 4 hour response time basically amounts to how fast you'll get someone to tell you that they'll ship one sometime. For this particular drive, they didn't have any in stock and it took 5 days to get one to our site (and the delivery people tried to postpone it over the weekend because it was Friday afternoon). When it did arrive, it was slightly smaller than the old, so I had to fight with the mirror config to make it work again.

    Not a pleasant experience.

    On the other hand, last night I had a scsi raid card die on an IBM pSeries machine. The machine died and after doing diagnostics and sending a report in (at 10:45) I spoke to a rep at 11 and because it was in the middle of the night it took a little longer, but the card was at our site by 4am and we up and running by 5:30.

  24. Re:The wait is almost over? on Red Hat Readies RHEL 5 for March 14 Launch · · Score: 1

    The start. I believe it derives from the phrase "get the word 'go'"

  25. Re:The wait is almost over? on Red Hat Readies RHEL 5 for March 14 Launch · · Score: 1

    On the contrary, I've got 4 new servers coming in during the next couple of weeks and we're planning on RHEL5 from the get-go, so at least _someone_ has been waiting :)