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:Ohhh worse than I expected on Sizing Up a Start-Up · · Score: 1

    Cite, please.

  2. Re:resolution? on Handspring To Release 65k Color Visor · · Score: 1

    The OS requires that some kinds of dialog be exactly the same size as the screen, so yes there is a limit.

    I suspect that the "65536 colours" actually refers to the capabilities of the LCD, and that they will be driving a 16-bit LCD from an 8-bit bitmap and palette.

  3. Re:what about radio shack? on Digital Convergence In Violation Of Postal Regs? · · Score: 1

    Just like "free" ISPs, "free" mobile phones, "free" cable/satellite TV installation...

  4. Re:Forcing textbooks on people on The Right To Read: Time Limited Textbooks · · Score: 1

    Read the FAQ for the NYU. It says that the "VitalBook" will continue to be usable after the student graduates.

  5. Re:But this is a monopoly situation.... on The Right To Read: Time Limited Textbooks · · Score: 1

    They are required to buy certain textbooks, which is hardly unusual. They have the option to buy them in paper or electronic format.

  6. Re:Okay, since you asked nicely... on Rambus and DDR RAM writeup · · Score: 1

    Doesn't this only work in a single processor system?

  7. Re:Usually I support the legal system on Hollywood Says If You Support Open Source, You're ... · · Score: 1

    If by "firewall" you mean "apply legal threats to stop anyone peering with Krygystan" then, yes.

  8. Re:Rendering and the OS... on Lord Of The Rings Being Rendered Under Linux · · Score: 1

    So you use a DOS extender, like most DOS applications seem to have been using for the last 8 years or so.

  9. Re:Shouldn't be too long on AMD and SuSE Porting Linux to Sledgehammer · · Score: 1

    Window messages used to have two parameters, a word and a long-word which could encode integers or (16-bit) pointers. In Win32 these are given the types WPARAM and LPARAM, and they are both 32-bit. In Win64, WPARAM and LPARAM are both 64-bit. The names don't make much sense any more, but as long as you use them you'll be OK.

    There are a whole lot more named types. If you use the right ones then you shouldn't have any trouble. If you use MFC then it'll pretty much take care of that for you. It's the application programmers that screw this up.

  10. Re:From MFC on Guillaume Laurent On GTK And The New Inti · · Score: 1

    And MFC is surely the canonical example of a grossly non-standard hack of a "C++" library. Non-Microsoft compilers that support MFC tend to mandate special command-line switches to enable the necessary compatibility kluges.

  11. Re:AMD may win this in the short run on AMD Releases X86-64 Architecture Programmers Overview · · Score: 1

    If neither GCC nor VC++ has IA64 support, er, how exactly do you think Linux has been ported to IA64, and how is Microsoft porting Windows 2000? I think GCC and Linux for IA64 are available to the public already, though I could be wrong.

  12. Re:Meanwhile, back in the real world... on Market Share Reports On Linux · · Score: 1

    They don't filter out IP-based virtual hosting, but they do filter out DNS-based (HTTP/1.1) virtual hosting. Guess which popular web server didn't support the latter until recently? Yes, it's IIS, on Windows. So that will skew those results a bit.

  13. Re:SOAP vs CORBA on Anders Hejlsberg Interviewed On C# · · Score: 1

    In the minds of firewall vendors and system administrators, CORBA traffic is unsafe but HTTP traffic is safe. I have a suspicion that the real purpose of SOAP will be to subvert firewalls. The developer who "knows what he's doing" will go and expose his naked objects to the world via SOAP, believing in security through obscurity.

  14. Re:Standardise on deb! on File Packaging Formats - What To Do? · · Score: 1

    That's an MUA, not an MTA. The generic mail interface is the "sendmail" command. MTAs other than sendmail provide their own version of this command, taking most of the same options as sendmail (and possibly ignoring some of them).

  15. Re:Alarmism. on Hacker Crackdown? · · Score: 1

    Whether or not aspartame is carcinogenic, the real hazard is that aspartame gives off methanol when digested (which is then converted into formaldehyde, apparently).

  16. Re:command.com under NT on Windows ME - The End Of UMSDOS And BeOSfs Over Vfat? · · Score: 1
    Type
    cd "c:\program files"
    and the logical thing will happen.

    Unless your current directory is on a different drive, in which case it won't. For DOS compatibility, the command prompt maintains a separate current directory for each drive.

    Ironically enough, for a lot of those file names, typing
    cd c:\micros~1
    would be easier. Unfortunately, NTFS is a "real" file system, so that won't work if you're using it (as I am on my NT system).

    Yes it will. All Win32 file-systems have to support both short and long filenames, for compatibility with 16-bit programs. Type "dir /x" to see them.

  17. What happened in parliament on UK Passes Surveillance Law For ISPs · · Score: 1

    The Register reports on how the bill was finally passed. A fine example of democracy inaction.

  18. Re:Insight Owner on Ars Reviews Honda Insight · · Score: 1
    Yes, US cars are on average hugely faster than those sold in europe.

    I think they're just built for typical US urban roads, which have a stop sign about every 10 yards. In Europe we use roundabouts. You should try them some day.

  19. Re:Technological inflation ? on An Overview Of PNG; Mozilla M17 (Updated) · · Score: 1
    JPEG decompression is handled by the system and performed during the display refresh so that the memory needs are even lower

    This is such a neat feature that Windows 98 and 2000 have it too (at least according to the docs).

  20. Re:Microsoft disclosing development info on Microsoft Openly Provides Kerberos Interop Specs · · Score: 1

    The Embedded Visual Tools, if that's what you mean, are free to download now. Or at least they were when my boss got them a few weeks back. We haven't been billed for the copy we ordered earlier on CD.

  21. Re:Infinite compression of any data is possible on The Great Internet Con · · Score: 1

    Make that "a number with a short factorisation", not "a prime...". Like duh!

  22. Re:Infinite compression of any data is possible on The Great Internet Con · · Score: 1

    This won't work at all. The composite numbers representing the messages (actually Goedel numbers) will be much longer than the original message. Then, the harder you look for a prime with a short factorisation, the larger and longer the offset will be. This might work as a compression mechanism, but I really don't believe it's likely to achieve the 10000:1 compression you think.

  23. Re:Xfree 4.0 and changing color depth/resolution. on XFree86 Enters Wondrous World Of CVS · · Score: 1

    XFree 4.0 supports multiple colour models (or whatever they're called in X-speak) on a single display. So you can have clients happily using 8-bit indexed colour and 24-bit direct colour on the same display. As for resolution, I'm not sure I see the problem.

  24. Re:I *dont* like the iconography in Nautilus on Latest Eazel Screenshots · · Score: 1

    What you see there are mostly vector icons. They can be drawn with anti-aliasing using the GNOME canvas, so they should look fine at any size - unlike scaled bitmaps.

  25. Re:Effect on pricing structure? on New Virus Bombards Mobile Phones With Junk Calls · · Score: 1

    SMS messages sent from one mobile phone to another are charged to the sender. Some messages generated by the provider are charged to the person receiving them - for instance, I think I can ask my provider to send me messages about sports results or news headlines. I seem to remember them telling me I now had an email gateway to SMS, and that they would charge me for receiving messages through that. If that is the case, and I ever do get spam that way, I will certainly complain! What puzzles me is how/why these SMS gateways operate without charging either sender or receiver...