Slashdot Mirror


User: cheater512

cheater512's activity in the archive.

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

Comments · 3,400

  1. Re:Supporting the freedom for my hardware to not w on Proprietary Blobs and the Pursuit of a Free Kernel · · Score: 4, Insightful

    I've never had problems with Xinerama and nVidia but yeah I suppose S3 could be problematic.

    Personally I think I'll stick to Intel for the moment.
    I'm not a gamer and as long as it handles KDE 4's compositing, then I'm happy.

    Their drivers are stunning and they are completely open.
    2.6.28 and 2.6.29 have some really neat stuff for Intel cards.

  2. Re:Slashdot Effect on PC Grand Theft Auto IV Features SecuROM DRM · · Score: 2, Funny

    Slashdotting a email server? I like. :D

  3. Re:no on PC Grand Theft Auto IV Features SecuROM DRM · · Score: 1

    The problem is that this is being more and more common.

    Your having problems 2 years down the track.
    You will also have problems with Spore and GTA IV in 2 years.
    So your nagging for a week on message boards will go from a rare occurrence to having to do it for every game you buy.

  4. Re:no on PC Grand Theft Auto IV Features SecuROM DRM · · Score: 1

    Worked rather well for Spore.

  5. Re:Professional easter eggs on Would You Add Easter Eggs To Software Produced At Work? · · Score: 1

    There is also the minesweeper easter egg which turned the first pixel on the screen white or black depending if the square your hovering over has a mine or not.

  6. Re:hm on Microsoft Researchers Study "Cyberchondria" · · Score: 1

    Possibly because you pay dentists somewhat more?

  7. Re:Good information has the same problem. on Microsoft Researchers Study "Cyberchondria" · · Score: 1

    Some dodgy ads prey on that. "Have you got back pain? A mild cough? A itchy toe? Well you need !"

  8. Re:What I still don't get is... on Ubiquitous Hydrogen Power Not Getting Any Closer · · Score: 1

    But compared to a 90% efficient brushless electric motor, a ICE is kinda crappy.

  9. Re:Yes that's nice. on Micron Demos SSD With 1GB/sec Throughput · · Score: 1

    And if I short two pins on one of the flash chips, all data is lost from all the chips. :P

    What they are doing is getting a bunch of flash chips and using RAID 0 on them.
    One disk but with many chips in RAID 0 configuration hence the speed.
    A single flash chip cannot hit 1Gbps.

  10. Re:Yes that's nice. on Micron Demos SSD With 1GB/sec Throughput · · Score: 2, Informative

    Erm my home server with four disks in RAID 5 (software RAID) handles wonderfully.

    I've never seen the RAID take more than 2% CPU and write speeds are far faster than a single drive.

  11. Re:Dying Concept on Blockbuster's Movie Download Box Runs Linux · · Score: 4, Interesting

    No, because their infrastructure is designed for web pages and email, not video.

    Now that video is becoming mainstream they are 'managing' their networks to prevent overload.

    What they arent doing is increasing capacity.

  12. Re:Shit on Lori Drew Trial Results In 3 Misdemeanor Convictions · · Score: 1

    Yeah thats attempted murder, but thats with the intent to kill and more importantly thats using a weapon designed to kill.

    This woman only teased a girl online.
    No murder at all. No murder weapon - the girl killed herself.

  13. Re:Shit on Lori Drew Trial Results In 3 Misdemeanor Convictions · · Score: -1, Flamebait

    There was no murder.
    Her intent wasnt for her to commit suicide and tricking someone in to committing suicide isnt murder its Darwinism.

  14. Re:the short hairs. on Rewriting a Software Product After Quitting a Job? · · Score: 2, Insightful

    The lawyer wouldnt laugh at all.

    He would only ask two questions: How far would you go and how big is your bank account. :P

  15. Re:What? Are you guys serious? on At Atlantic Records, Digital Sales Surpass CDs · · Score: 1

    Yeah I agree its probably the biggest cause of piracy outside of the US - there just isnt any way to get it legally.

    Over here in Australia its starting to get a bit better.
    For popular shows its gone from lagging by several months to lagging a week behind.
    My mind boggles at why they dont just skip the whole week thing and do it on the same day.

  16. Re:routine in Britain on Searching DNA For Relatives Raises Concerns · · Score: 1

    Not sure what the problem with near matches is.

    If the police cant get a direct match then they can still narrow it down significantly if a relative is in the database.

    Its a minor privacy problem at most.
    Chances are the near match person would be questioned anyway about the crime if there was a direct match.

  17. Re:Any bets for the first major blackout? on Bay Area To Install Electric Vehicle Grid · · Score: 3, Insightful

    Because they wouldnt have any profits anymore.
    Much better to ask for free money. They'll probably get it too.

  18. Re:Software development on Intel Takes SATA Performance Crown With X25-E SSD · · Score: 1

    1.5gig of completely free memory + tempoary extensive data manipulation = perfect case for tmpfs.

  19. Re:Google Chrome on Google Chrome Tops Browser Speed Tests · · Score: 1

    Open ~5 Slashdot articles at the same time on a older computer and it grinds to a halt completely.

    Yeah I get the "A script on this page is taking too long" message.

  20. Re:Software development on Intel Takes SATA Performance Crown With X25-E SSD · · Score: 1

    I mainly do it on my laptop so the HDD isnt as fast as desktops.

    Still it does make a reasonable difference especially for big compiles. Try it out for yourself.
    Merging is significantly faster since its copying Ram to the hard drive instead of hard drive to hard drive.

  21. Re:Question for slashdotters: on Intel Takes SATA Performance Crown With X25-E SSD · · Score: 4, Informative

    It becomes a very fast cdrom - read only.

  22. Re:I find it strange... on Intel Takes SATA Performance Crown With X25-E SSD · · Score: 1

    Why would the calculations have to take in to account the hidden storage?
    Thats overhead for using SSD technology. Its unnecessary for any other storage.

    Adding ram purely for disk cache will increase performance many times better than using SSDs.
    Cheaper too.

  23. Re:proper comparison? on Intel Takes SATA Performance Crown With X25-E SSD · · Score: 2, Insightful

    Do a test based on price.

    $x,xxx worth of SAS/SCSI disks vs $x,xxx worth of SSD drives.

    See which is faster then.
    Thats the most realistic benchmark (for people without infinitely deep pockets).

  24. Re:Good price, actually. on Intel Takes SATA Performance Crown With X25-E SSD · · Score: 1

    70 years of doing what exactly?
    Its entirely workload dependent.

  25. Re:Software development on Intel Takes SATA Performance Crown With X25-E SSD · · Score: 2, Informative

    I often do compiles (Gentoo) on a ram disk.

    Linux desktop systems doesnt use anywhere near the amount of ram modern systems have so just make a tmpfs mount and the compiles fly. :)