Slashdot Mirror


User: MoogMan

MoogMan's activity in the archive.

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

Comments · 568

  1. Re:google.co.uk on Google Logo Changes Again, Hinting RT Search? · · Score: 1

    'Google Instant' as they're calling it is working for me right now - http://www.google.com/instant/#utm_campaign=launch&utm_medium=et&utm_source=rpp

    Have fun, seems to be more usable than I originally expected.

  2. Re:Network meltdown due to hub cross-connects on Stupid Data Center Tricks · · Score: 1

    Reading TFA, it was almost certainly because STP wasn't set up correctly. For instance, if the switchport in question had bpduguard enabled then it would have become disabled as soon as the erroneous hub was added, resulting in a localised issue not a network-wide problem.

    It's an issue that many Network Engineers learn the hard way exactly once and fix quickly by reviewing their STP configuration and in many cases, introduce QoS for sanity.

    "We didn't do an official lessons learned [exercise] after this, it was just more of a 'don't do that again,'" says Bowers

    Well, apart from that guy.

  3. Re:Have a great trip! on Geek Travel To London From the US — Tips? · · Score: 4, Informative

    Take a four-way power strip as well as an international power adaptor, it's most useful for charging.

    UK is ~240V, so duoble check that your device chargers cover that range.

  4. Re:Wait, what? on Microsoft Drops Windows 7 E Editions · · Score: 1

    Yes, except they seem to have chosen to use a browser-based ballot system, that has IE as a dependency.

  5. Re:Do I need to prepare? on Bootkit Bypasses TrueCrypt Encryption · · Score: 2, Insightful

    Yes, it's a typical MITM attack.

    As Trucrypt presents it's drives as block devices to the OS, this BIOS-level Trojan is equivalent to a typical OS-level Trojan.

  6. Re:How hard is it for a computer to do addition? on Software Bug Adds 5K Votes To Election · · Score: 1

    The real kicker is that GEORGE_BUSH == AL_GORE

  7. Re:The Best Thing To Do on Triangular Buttons Make On-Screen Keyboards More Usable · · Score: 1

    You can also disable any keys on any with hardware (or: screwdriver)

  8. Re:Windows Only on Google Releases Chrome V2.0 · · Score: 1

    If you looked at the code recently, you'd see that they've stubbed out a whole new set of OS-independent classes, and a whole lot of them have been implemented.

    That said, chromium is usable right now, for me on Linux.

    The easy way, for Ubuntu users

  9. Re:It's already been stated... on ODF Alliance Warns Governments About Office 2007 ODF Support · · Score: 1

    You don't need to look at the source code to see what other products do. You just need to look at the ODF files they produce.

    It seems you are missing the point of standards. Adherence to the letter of the standard should be all that is required. If this is not the case, then the standard is not well-defined enough.

    However, for most standards (just read pretty much any RFC), you'll observe a bunch of new versions, iterations, minor amendments and such to get to something that is rigid enough to be relied on.

    This is the necessary pain that ODF is currently going through.

  10. Re:Being spied upon on The In-House Decency Patrol At Facebook · · Score: 1

    People posting information on a public website cannot expect their data to be kept private.

  11. Re:Steam? on ioquake3 1.36 Goes Gold · · Score: 4, Informative

    You could always play a derivative game such as the (free) Open Arena or Tremulous

  12. Re:Don't forget to vote! on IE 8.1 Supports Firefox Plugins, Rendering Engine · · Score: 1

    All slash-delimited dates are subject to confusion (09/04/01 - what date is that? Today? 8 years ago?)

    This is why ISO 8601 uses hyphen delimiters to remove the ambiguity.

    Choose YYYY-MM-DD

  13. Re:About time on Combining BitTorrent With Darknets For P2P Privacy · · Score: 1

    It's not a network's purpose to define it's intended use - that's what protocols are for.

    If a network is broken for a large subset of potential uses, then the network is broken and should be fixed.

    Imagine what The Internet would be like if protocols like BitTorrent weren't allowed. No, wait...

  14. Re:Where's the story? on Microsoft.com Makes IE8 Incompatibility List · · Score: 1

    me@mymachine:~$ wget -O - google.com -q | wc -c
    7140

    Except the size of the Google home page is massively larger than a typical MTU size (1500 bytes).

  15. Re:hummm on Network Solutions Under Large-Scale DDoS Attack · · Score: 1

    Way to go generic statement man!

    A redundant architecture is what you use for important things like dns, which reduces the impact of the decision of what OS you use.

    Many (inexperienced) linux admins like to reboot their boxen too remember

  16. Re:dumb sheep on Biometric Passports Agreed To In EU · · Score: 3, Insightful

    A metagovernment/open source government is majoritarianism. Effectively, this means little or no rights for the minority.

  17. Re:Only 2 drives? on Why Mirroring Is Not a Backup Solution · · Score: 1

    maybe, however rebuilding a raid live takes a performance hit on disk I/O, so this may not be desirable.

  18. Re:Question for slashdotters: on Intel Takes SATA Performance Crown With X25-E SSD · · Score: 2, Insightful

    A *much* better failure model than HDDs forgetting about data on dodgy sectors etc.

  19. Re:Just using VIM on (Useful) Stupid Vim Tricks? · · Score: 1

    Luxury! In my day, there were no such thing as multi line editing. We used ex to edit line by line, and we were lucky!

  20. Re:rm -rf / on (Useful) Stupid Unix Tricks? · · Score: 1

    echo "Wake up you lazy $£"$^" | festival --tts

  21. Re:rm -rf / on (Useful) Stupid Unix Tricks? · · Score: 1

    In all seriousness, rm these days won't let you do that.

    If you *really* wanted to do that, you will have to also specify --no-preserve-root

  22. Re:Show attached block devices on (Useful) Stupid Unix Tricks? · · Score: 1

    It does indeed error, so you should:

    blockdev --report /dev/* 2>&1 | more

  23. Re:That's it on Every Email In UK To Be Monitored · · Score: 1

    My first instinct was exactly the same.

    However, there's plenty of parties that have monitoring capabilities - every single hop that your packets go through.

    Secondly, as a small consolation, at least the UK are being somewhat open with their decision - now we know that everything is to be monitored, we can become more conscious of using SSL.

  24. Re:The right thing to do. on Norwegian Standards Body Members Resign Over OOXML · · Score: 1, Insightful

    Wow, looking at your journal, you seem to have an obsession. Who cares if someone has a couple of accounts - if a person's comment is worth something then it will be moderated up.

  25. Re:But no https... on Security Flaw In Yahoo Mail Exposes Plaintext Authentication Info · · Score: 3, Insightful

    Modern practice, virtually all passwords when transmitted on the wire are protected through encryption

    Considering a *lot* of users use passwords primarily on the Internet, this statement is incorrect.

    Any website that requires you to log in, and does not use https/ssl or HTTP digest access authentication will be sniffable.

    AFAIK, hotmail, yahoo and gmail, amazon, ebay all allow users to log in via http - that's probably 90%+ of your users vulnerable right there.

    Just to put this in perspective - this may be a backwards step for Yahoo Mail users per. se. but isn't really much worse than your average user logging into a bunch of other websites with the same password anyway.