Slashdot Mirror


User: Ben+Hutchings

Ben+Hutchings's activity in the archive.

Stories
0
Comments
1,450
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,450

  1. Re:I like Netscape 7.01 but there's one problem on Review of Mozilla's 2002 · · Score: 2

    In Preferences, on the Privacy&Security/Cookies panel, there's a setting for maximum lifetime of cookies.

  2. Re:WHY? on Redesigning The "Back" Button · · Score: 2
    For example, on banking sites (and other sites that want transactional semantics), the Back button will often force a reload if your browser honors "Pragma: no-cache" or "Cache-control" headers.

    This is not correct behaviour. The HTTP 1.1 specification specifically states (section 13.13) that cache control should not prevent the viewing of stale pages in a browser history.

  3. Re:The Economics of RPGs on China Forges Ahead With 'Dragon' CPU · · Score: 2

    How could you call Feng Shui a science?

  4. Re:Plenty. on InterTrust Says It Owns DRM, Sues Microsoft · · Score: 2

    Apple says it's anti-DRM, but just try using their DVD recording software with non-Apple drives or getting iTunes-recorded music back off your iPod (yes, it is possible, but that's not the point).

  5. Re:i cant copy my own dvds? on MPAA Countersues 321 Studios · · Score: 3, Interesting
    But do I have a right to make a backup copy of the DVD I just bought, with CSS intact? For when my two-year old tries to eat the original?

    Technically, you can't. In order to decode CSS, a licensed player needs to read the appropriate disc key off the disc. The keys are stored separately from the main content of the disc. Either normal DVD-Rs do not have a writable disc key area or normal DVD recorders do not allow you to write to it; I forget which, but the result is that you cannot usefully copy a DVD at home without getting around CSS. Which, of course, is the point. DVD X-Copy apparently gets around this by loading licensed player software and using it as a CSS decoder.

  6. Re:simple solution on Killing Unwanted Text Messages from Yahoo! Alerts? · · Score: 2

    In theory, by requesting delivery notifications one can find out whether an SMS got delivered. In practice, undeliverable SMSs silently disappear into a black hole.

  7. Re:Not what you might think.... on AOL Patents IM · · Score: 2

    ISON is a client command, whereas AIM status notifications are server-initiated, like channel join/leave notifications on IRC.

  8. Re:Type of Judicial System on Johansen Trial Underway · · Score: 2

    There was a video on sale in Britain some years back called "Executions", whose content should be obvious from the title. It was controversial but apparently legal. Not quite the same thing as a snuff film, though.

  9. Re:Worth the risk on Mono Ships ASP.NET server · · Score: 2

    C# won't be an ISO standard but an ECMA standard. The latter standards body is probably more willing to adopt a vendor specification intact.

  10. Re:don't forget the ip address on Known-Good MD5 Database · · Score: 3, Funny

    Will send you the files later. My address is 192.168.1.1.

  11. Re:alpha-athlon? on End In Sight For Alpha · · Score: 2

    It is not really a RISC CPU, but its core certainly is quite RISC-like. Decoding x86 instructions into variable numbers of simple micro-ops makes it easier to schedule and process them efficiently. The same approach was used in the K6 and has been used in all Intel chips since the Pentium Pro (excluding the Pentium with MMX).

  12. Re:A true shame... on End In Sight For Alpha · · Score: 2

    I've heard from someone who worked with it that most of the management software for GSM networks runs on VMS, presumably on Alphas now.

  13. Re:Shouldn't use Windows anyway on Testing an Orange SPV 'Smartphone' · · Score: 2

    Windows CE does prevent processes writing each others' memory, though I think reading may be permitted.

    Regardless of memory protection, though, the low levels of telephony are generally handled by a separate processor with a separate memory area. That should provide even better protection.

  14. goatse.cx link above on Only Thieves Block Pop-Ups · · Score: 2

    The anti-leech error script lets you include arbitrary HTML (read: cross-site scripting), which the above link takes advantage of.

  15. Re:It doesn't take half a brain to see this. on Don't Stymie Nanotech · · Score: 2

    Plants need both roots and leaves to grow and reproduce. The roots collect nutrients and the leaves collect energy. Nanites, however, can't be in both the ground and the air at once.

  16. Re:What's secure? on Justifying the Common Criteria Security Evaluation · · Score: 3, Informative

    What's more concerning than the need to install the security patches is the large number of known and unpatched vulnerabilities, which are still exploitable on most up-to-date Windows desktops.

    I think you shouldn't need to reboot more than twice to install those patches, as the hotfixes can be combined using QCHAIN.EXE.

  17. Re:Fads and Flash on Spaf's Crystal Ball: Network Security Predictions · · Score: 2

    An attack on GSM encryption has been described (seems to be offline at the moment) that requires a few days' surveillance of the target and a lot of processing afterwards. So the security services can do this (or they can get a tap in the network, or maybe even force the network operator to hand over the secret key) but real-time eavesdropping of random calls is AFAIK impractical.

  18. Re:Simple: Implement zip filesystem. on PKWare Zips to Growth · · Score: 3, Informative

    That's what Windows XP does, and indeed what several Windows shell extensions have done before.

  19. Re:Why the compiler can't help you on Understanding Bandwidth and Latency · · Score: 4, Informative
    Also every compiler I have ever come across stores struct and class members in the order they are declared in the source file. I don't think that's guaranteed by either C or C++, but that's how it always is.

    That's guaranteed to happen to a group of non-static member variables with no access specifiers among them. So for example in:

    class foo
    {
    public: int bar; int baz;
    private: int quux;
    };

    'baz' is guaranteed to be placed after 'bar' in an instance of class foo; but 'quux' might not be placed after 'baz'.

  20. Re:Why the compiler can't help you on Understanding Bandwidth and Latency · · Score: 2

    The preprocessor doesn't know what the layout of the structure is, and it doesn't have to. offsetof() is typically defined in <stddef.h> as something like:

    #define offsetof(_T, _M) ((size_t)&((_T*)0)->_M)

    which the compiler will evaluate based on the way it actually laid out the structure. But see my comment above.

  21. Re:In the case of Excel... on Microsoft takes on PDF · · Score: 2

    Why would Lotus listen to Microsoft when MS shafted them with MS-DOS 2 in a vain attempt to promote their own less capable spreadsheet? Also, wouldn't the effort of porting 1-2-3 to Windows version 1 or 2 have been mostly wasted, given that hardly anyone used them for anything more than playing Othello?

  22. Re:So bloody typical MS on Microsoft takes on PDF · · Score: 2

    I think you'll find PageMaker put Aldus on the map. Adobe didn't buy Aldus until 1994, when it already had Acrobat and Illustrator.

  23. Re:Precedent on Malicious Distributed Computing · · Score: 2

    No, adding addresses would be a bad idea. If the command has to be encrypted differently for each infected host, either the controlling host must generate a huge amount of traffic or the private key must be distributed with the worm so that nodes can re-encrypt the commands.

  24. Re:Hyperthreading ... on Intel Pushes Pentium 4 Past 3 GHz · · Score: 2
    So, from a pure technical point of view, how does it work?

    The processor can appear as two logical processors and run two threads through the same core. RTFA for more information.

  25. Re:Yea bloatware... on Symbian Signs on Samsung · · Score: 2
    The OS was designed by a bunch of Apps people who realized, "Hey, we need an OS to run our apps on instead of buying someone else's."

    Where do you get this from? Symbian OS started out at Psion as EPOC32. It was Psion's third OS, so I think they had a fair bit of experience.

    The reason it sells is they have the apps to back it up so an embedded deivce maker doesn't have to go out and buy them or develope their own.

    The applications need to be changed quite a lot for each UI (Series 60, UIQ, etc). So I don't think it's just the applications that are attractive.

    (Contracting for Symbian, certainly not speaking for them.)