Slashdot Mirror


User: RichM

RichM's activity in the archive.

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

Comments · 192

  1. Re:c:\Windows\System32\ on IE Flaw Gives Hackers Access To User Files · · Score: 1

    c:\Windows\ntuser.dat

    Been a while since I ran Windows but I believe that is what the Windows Registry file is called.
    If you can dual boot into a modern Linux with NTFS write support and mount the Windows disk, you can change the "ntuser.dat" file for another one that you gained from illegal means.
    Obviously, the registry will contain all kinds of data on your hardware so it might not work but *in theory* you can just boot into Windows, start Internet Explorer and have instant access to some rich guy's bank login.

  2. Re:Steam on IE Flaw Gives Hackers Access To User Files · · Score: 1

    The sad thing is that gamers (i.e. technology enthusiasts) are usually the ones who are hacked by the Chinese.

  3. Re:A road paved in good intentions on Police Want Fast Track To Get At Your Private Data · · Score: 1

    Just where is it taking us?

    City 17.
    The UK with their surveillance society is almost there already.

  4. Re:Not surprising? on How Infighting Hampers Innovation At Microsoft · · Score: 2, Informative

    They came up with a solid product pretty quickly when their pensions were threatened.

    Fixed that for you.

  5. Re:Google on Android and the Linux Kernel Community · · Score: 1

    Where BSD has found a niche is in Network appliances such as routers and firewalls.

    Incorrect.

  6. Re:Google on Android and the Linux Kernel Community · · Score: 1

    Apple: creating computers for idiots since 1976.

  7. Re:My battery died on Microsoft Looking Into Windows 7 Battery Failures · · Score: 1

    They were crying out for Ubuntu 9.10.

  8. Re:I'm already seeing... on TSA Wants You To Keep Your Seat, and Your Hands In Sight · · Score: 1

    Ok, fine. But only if I can have Kim Bauer next to me.

  9. Re:Fucking douchebag on Man Tries To Use Explosive Device On US Flight · · Score: 1
  10. Re:URGNET HELP NEEDED PLS on Man Tries To Use Explosive Device On US Flight · · Score: 1

    Parent is probably the comment of the decade. Mod up!

  11. Re:Great on Visually Impaired Gamer Sues Sony · · Score: 1

    Blizzard actually introduced colorblind mode into World of Warcraft recently too.

  12. Re:Obligatory audiophile post on Simple, Cost-Effective, Multiroom Audio? · · Score: 1

    Don't forget your 1.5M ethernet cable for $499!
    http://www.usa.denon.com/ProductDetails/3429.asp

  13. Re:Unauthoriazed Copy on Apple Says Booting OS X Makes an Unauthorized Copy · · Score: 0, Troll

    Also, IANAL, so if you want to know more about this, go look it up yourself.

    You said that "I Anal", I'd rather not look it up myself.

  14. Re:California's letter to Microsoft on Los Angeles Goes Google Apps With Microsoft Cash · · Score: 1

    Parent refers to this

  15. Re:If you get rid of IE6, you will rid also Win2K on YouTube Phasing Out Support For IE6 · · Score: 2, Informative

    Doesn't Opera 9 work on Windows 2000?
    Yes, yes it does.
    Even Windows 95.

  16. Re:Humiliated By Google's Chrome on Firefox To Get Multi-Process Browsing · · Score: 1

    It seems that Firefox performs pretty badly when you have installed a few addons though, especially things like Firebug.

  17. Re:Humiliated By Google's Chrome on Firefox To Get Multi-Process Browsing · · Score: 1

    Chrome also uses a lot more memory than any other major browser

    I doubt that.
    When running Firefox I frequently see it using more than 500MB of RAM with only 3-4 tabs.
    This is mostly down to the behaviour it has of not releasing memory for recently closed tabs, for some bizarre reason it keeps the most recent pages in memory rather than release the RAM and just store the recently closed tabs as history URLs.
    No doubt this is to store session data and stuff like that in case you hit Back or the browser crashes but it's so inefficient - why not write the browser/history state to disk instead?

  18. Attendants on Can Urine Rescue Hydrogen-Powered Cars? · · Score: 1

    This would be hilarious as a petrol station attendant.
    "Lovely Mayback sir, mind if I piss in the tank?"
    "Go ahead son, fill her up!"

  19. Re:Humiliated By Google's Chrome on Firefox To Get Multi-Process Browsing · · Score: 2, Funny

    The clowns working on Firefox had years, YEARS, to get their act together and rewrite the STINKING PILE OF SHIT that is the Firefox codebase. But they chose to flame anyone who dared talk about the massive architectural problem in the absurdly outdated Firefox process model.

    Dunno about anyone else, but it gives me a warm fuzzy feeling to know that everytime I start up Firefox there's probably a couple of lines in the code from Netscape 4.x.
    Simpler days back then, none of this Facebooktweetfrommyiphonegoogleajax2.0 nonsense.
    We had Napster 1.0 and Hotbot, good times... you can keep the 56k modems though.

  20. Re:It's FFmpeg on Google Chrome's Inclusion of FFMpeg Vs. the LGPL · · Score: 1

    Wow, a capital letter...

  21. Re:What used games market? on Publishers Want a Slice of Used Game Market · · Score: 3, Insightful

    2. There's a booming used market for handheld and console games.

    There's also a booming market for new/used games and consoles from the 90s and 80s.
    One only has to search eBay for "NES" to see this...

  22. Re:here's how they could threaten gamestop on Publishers Want a Slice of Used Game Market · · Score: 1

    Unless it's something by Valve or ID, I always buy from the second-hand market. It just makes sense.

  23. Re:Adult games? on Microsoft Debuts Full-Body Controller-less Gaming At E3 · · Score: 1

    That's probably one of the biggest markets for this.
    A game similar in concept to those Virtual Sex DVDs would sell very well.

  24. Re:Perfect Qualities For.... on Bringing Up Bill · · Score: 2, Insightful

    It sounds like the perfect qualities and personality for conquering an industry. Maybe we should be glad that he stayed out of law, or we could have ended up with a real control-freak president here.

    Please, don't go giving him ideas.

  25. HTML on Shouldn't Every Developer Understand English? · · Score: 1

    As far as I know, HTML & CSS only renders if you use US English.

    For example:

    <span style="color: blue">works</span>
    <span style="colour: blue">this will not</span>

    You can also only use HTML tags in US English, such as <title> etc.