Slashdot Mirror


User: spydum

spydum's activity in the archive.

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

Comments · 108

  1. Memory Refresh Timing more likely on Tracking Down a Single-Bit RAM Error · · Score: 2, Informative

    I know, cosmic rays sound so much cooler, but it's far more likely he has some crappy memory and/or his memory refresh timings are too high.

    DRAM memory cells have to be refreshed pretty often (anywhere from 7.8usec-12usec), otherwise they become unreliable. If his BIOS has the memory timings set to something obscurely long, it may be there are specific rows/cells on his DRAM modules that are too weak to read after bleeding off a bit of charge. Changing the refresh timing would likely improve the situation, causing the memory to refresh it's state more often.

  2. Re:They don't have to worry about the DOJ anymore on Will Steve Ballmer Speak At WWDC Keynote? · · Score: 1

    Sadly, I'm not sure this comment warranted a troll rating..

  3. Re:Can someone explain the point of hypervisors? on Work Underway To Return Xen Support To Fedora 13 · · Score: 1

    I'll cut you some slack: 1,2,3 and 5 are certainly valid points for why virtualization/hypervisors. 4 is completely non-sense. Virtual hosting or aliased IP's is far more manageable than one VM per site. The only exception might be if you need customer isolation, but even that can be accomplished without virtualization.

    My main value out of hypervisors is the detachment from hardware dependencies. If I can upgrade server hardware without affecting my "servers", by effectively just reallocating or migrating a VM to another host, my job as an admin is remarkably easier. Additionally, much of the HA and resource optimization (memory dedupe and such) abilities of hypervisors nowadays make it significantly more effective to run more apps with less hardware, while still being able to provide redundancy and availability.

  4. Re:Monster on Airship Inflated To Create Monster "Stratellite" · · Score: 1

    No.

  5. Re:They missed "why?" on Former TSA Analyst Charged With Computer Tampering · · Score: 1

    Presumably, read mail real fast.

  6. Tar Pitting on Coping With 1 Million SSH Authentication Failures? · · Score: 4, Informative

    I'm a big fan of tarpitting SSH connections myself. It dramatically cuts down on the repeated ssh attempts, and keeps my logs much cleaner.

    Basically, an iptables rule:
    -A INPUTCHAIN -m state --state NEW -m recent -p tcp --dport 22 --update --seconds 30 --hitcount 4 --rttl --name SSH -j DROP

  7. Re:Feature, not a bug. on GoDaddy Wants Your Root Password · · Score: 1

    I don't think many security-minded folks would enable PermitRootLogin for sshd without-password on a public system. Though if they have access to the VPS filesystem, nothing would stop them from doing it themselves.

  8. Re:Evolution on Debunking a Climate-Change Skeptic · · Score: 1

    Movements do not reflect "science" in it's politicized state.
    Movements only reflect popular ideas in the community.

    The lack of research in one particular direction is merely an observation without merit.

  9. Re:How about getting search right first? on Bing Maps Wows 'Em At TED2010 · · Score: 2, Informative

    Did you register as the site admin? -- Most search engines require registering and authorizing to yield better search indexing. All the major indexes use this: google webmaster, yahoo, and bing. Sure, you can wait for a crawler to pick it up -- but it can take a while for it to find a new domain. You are better off going through the proper channels.

  10. Re:spam? on Bing Maps Wows 'Em At TED2010 · · Score: 1

    It could certainly open a whole new advertising avenue channel.

  11. Re:Nothing new I have noticed this with my beer ;- on Israeli Scientists Freeze Water By Warming It · · Score: 3, Informative

    That's an old bar trick. It has to do with the co2 being released on pressure change. Nothing like the science these folks have described.

  12. Re:Uh, that's PETER GIBBONS! on Crazy Firewall Log Activity — What Does It Mean? · · Score: 1

    Were you watching E! ? Office Space just ended, and I was thinking the same thing!

  13. Re:Google doesn't need journaling? on Google Switching To EXT4 Filesystem · · Score: 4, Informative

    Replicas stored across multiple servers -- if one is corrupted or unavailable requiring fsck, who cares? Ask the next server in line for the data.

  14. Re:Time for a backup? on Google Switching To EXT4 Filesystem · · Score: 1

    Actually, they could. It's not like you pay anything for it.

  15. Re:An iPod? on iPhone-Controlled Helicopter With AR Games · · Score: 1

    not to mention the integrated camera for recording video or stills.. it's an interesting proposition for sure

  16. Re:yeah... on IT Workers To Get Fewer Perks, No Free Coffee · · Score: 1

    capex vs opex, but still, I see that same problem happening so often it's ridiculous. Servlet engine vs fully enterprise app server.. it's like a sledge hammer on a thumbtack.

  17. Re:I'm really impressed on 5th Underhanded C Contest Now Open · · Score: 1

    I also started looking up past winners, Johns explanation/justification code was brilliant. I had no idea such evilness could be so cleverly concealed.

  18. Re:Command & Control on Man Challenges 250,000 Strong Botnet and Succeeds · · Score: 1

    This has been done to a degree. Not with a C&C style bot that I know of, but back in the self-proliferating worm/virus days, one of the big nasty virii had come out, and someone wrote the "anti-virus" that basically infected using the same exploit, and started trying to "infect" the virus host with the cleanup virus, then self-destructing. It had some flaws and turned out to be just as aggressive as the original bot, which caused yet additional DoS's on providers and hosts. The name of the virus and the cleanup "virus" escape me at the moment though.

  19. Re:And yet, whisky causes worse hangovers than vod on Real-World Synthehol In Development · · Score: 1

    Most people attribute the headaches from red wines to the oak, but I'm pretty sure nobody has quite nailed down the problem..

  20. Re:Bide your time on Software Piracy At the Workplace? · · Score: 1

    It really depends on the size of the company. I'd wager most larger companies track licenses and products as assets. For the Small to medium sized business, it all to often gets overlooked due to a lack of resources to track, and a lack of upper management backing to spend dollars on something they didn't previously pay for.

  21. Re:Somone from the future will put a stop to it al on LHC Successfully Cools To 1.9K In Lead-Up To Restart · · Score: 2, Funny

    I'll keep an eye out for Doc Brown and his Delorean

  22. Re:Well now... on IBM, Intel Execs Arrested Over Insider Trading · · Score: 1

    The SEC is overwhelmed with work -- so you can imagine that building a case against >6 people took them some time..

  23. Re:shazbot on DHS Wants To Hire 1,000 Cybersecurity Experts · · Score: 1

    I found this exchange totally amusing...

  24. Re:never trust the client on OnLive CEO Provides Details On Cloud Gaming · · Score: 1

    Sounds exactly like Diablo and it's multiplayer/open option.. it was diluted with hacks and cloning and such..

  25. Re:XFS on Red Hat Enterprise Linux 5.4 Released · · Score: 1

    Why not just mkfs.ext3 -N someAmountOfInodes?