Slashdot Mirror


User: ishepherd

ishepherd's activity in the archive.

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

Comments · 52

  1. Re:Maybe on MP3 Player Shoppers Guide · · Score: 1

    Once they do gapless playback, I'll get one. Here's hoping they get round to it before the 20th-generation iPod...

  2. Re:master of the obvious (SPOILER) on Java Puzzlers · · Score: 1
    Hmmm, but proper (internationalized) case conversion is ridiculously more complicated than that. I guess the technique works for ROT13 encryption though :o)

    I can't really fathom the choices in Java's design. A lot of advanced-ish features like operator overloading, left out, *just in case they tempted you* to write non-obvious code. And yet it keeps lots of old C syntax which gives you plenty enough rope to hang yourself with (from which flows several of the puzzles).

    anyhow, I recommend it.

  3. Re:master of the obvious (SPOILER) on Java Puzzlers · · Score: 3, Informative
    The Java Language Specification states that char IS NOT A NUMBER. It's a character representation

    Well, maybe that's the intended purpose. But its semantics don't sit totally easy with that. What does this print? (from p.25)

    System.out.println('H' + 'a');

    It prints '169'. The book goes on:

    From a linguistic standpoint, the resemblance between char values and strings is illusory. As far as the language is concerned, a char is an unsigned 16-bit primitive integer - nothing more.

    Yeah, in practice this sort of thing is mainly irrelevant, because you wouldn't actually USE chars like that. Still, it's interesting stuff.

  4. Re:another longhorn? on The Microsoft Singularity · · Score: 1
    ...which was originally EPOC OS 5, built by Psion, the culmination of their PDA software work going right back to 1984.

    Now there was an innovative company - typically for a UK computer company, they were far better at developing tech than at selling it. The exact converse is what seems to bring success in the world, sadly...

  5. Re:Let me be the first to say... on View the Moon in 3D on Your Desktop · · Score: 1
  6. Re:It's not that much data. on Terabit Fiber (In 2010) · · Score: 1
    With 500 GB hard drives being fairly mainstream today

    Heh, I wish. The cheapest SATA one I've found is this one for 376 GBP (700 USD give or take)...

    Are they any cheaper where you are?

  7. Re:The mods strike again on Mars Polar Lander Lost Again · · Score: 1
    This is the preferred way

    Uh, I think you mean your preferred way.

    Mine is to mod something ridiculous as 'insightful', every now and then. It tends to add to the joke :)

  8. Re:I don't believe you on Interview with Sun's Florian Reuter · · Score: 1

    You know perfectly well that Microsoft has a history of lockin -- embrace, extend and extinguish, etc.

    Sure, but like the grandparent, I can't see how they're going to do it this time.

    Here is some Word XML (nicked from the first useful Google hit)

    (damn lameness filter - please check the link...)

    Please look at that, then explain: just how is MS going to stop me rescuing documents from this format?

  9. Re:If you link with zlib the right way, easy to fi on Zlib Security Flaw Could Cause Widespread Trouble · · Score: 1

    That's a tad optimistic. Think about it, were that true, there would be no need for any sort of testing other than unit testing. You'd simply test all the units separately (per their APIs) and that would be enough to prove the whole system will work.

    APIs always leave something to the interpretation.

    Take Java. There are thousands of API methods carefully documented, and thousands of unit tests which Sun can run on any Java implementation to check that it is totally compliant. Does that mean you can run your app on a different version of Java and count on it to 'just work', with no extra testing? You'd be a brave guy if you did.

  10. Re:In the UK on Shopping Online · · Score: 1

    Beware. They have twice managed to send me the wrong item - twice. Now you'd think with the barcoding and stuff they slap on the items, they'd be able to get it right, but I guess their pickers just don't bother scanning the barcode.

    And good luck getting a refund. It's very difficult to get through to their customer service. They deny receiving faxes. They deny having received goods you return (hilariously, after signing for it *and* sending me an email confirming they'd received it, they then managed to lose it, and claimed it had never arrived!)

    And it annoys me the way they charge a premium for shipping your order promptly. If you go for the basic option they will wait a few days before they bother packing it (even if it's in stock).

    Just a terrible customer service attitude all over.

  11. Re:The BBC has to save money on BBC to Cull the Cult TV Repository · · Score: 1

    Found it - third paragraph under 'London and New York'

  12. Re:The BBC has to save money on BBC to Cull the Cult TV Repository · · Score: 1
    I believe the American parts of the BBC's content distribution network are funded by the British Foreign & Commonwealth Office. A similar arrangement as for the BBC World Service, and for the same reasons (exporting 'British-ness' and supporting ex-pats).

    Anyone have the link to confirm this? I can't remember where I read it.

  13. Re:Office 12 with XML. Doesn't matter. It's MS. on Norwegian Minister: No More Proprietary Formats · · Score: 1

    ...Sorry to reply to my own post, I oughta have mentioned that DOCX is in ZIP format. It has the embedded JPG and other stuff in there as a nice directory tree.

  14. Re:Office 12 with XML. Doesn't matter. It's MS. on Norwegian Minister: No More Proprietary Formats · · Score: 2, Informative
    ...ah, the joke that they would just wrap the binary .DOC/.XLS in one big XML section. They haven't done it like that at all.

    I know it's bad form to bring up facts in a M$ discussion, but why not look for yourself? Here's one example from a quick Google, has the same simple document in different formats. DOCX is apparently new in a new version of Office.

  15. Re:news credits on BBC Launches Linux Powered Weather Format · · Score: 1
    Got to disagree with the 'decent news fanfare' comment... it was pretentious in the extreme. It's only the bleedin' news not the arrival of a monarch or something.

    While on the whinge though, anyone else miss the hot air balloon idents? Stunning and instantly recognisable as Britain (landscape) and the BBC (globe).

    Then they got a new controller and replaced it with bits of dance which are completely pointless. I'm sure they were specially made (at vast expense) but you wouldn't know it, they're the video equivalent of the standard clipart which MS make for people to fill up their Powerpoints with.

  16. Re:OK, so Windows, *in theory*, is secure. on There Is No Safe Web Browser · · Score: 1
    When a process tries to access a directory it isn't permissioned to (and it's not permissioned to out-of-the-box!), the OS itself throws up a privileged user auth window.

    2. Write an app that puts up a window that looks just like that one.

    3. Profit?

  17. Re:It doesn't look precise enough on Push a Button, Land on a Carrier · · Score: 1

    No real knowledge on this subject, but I remember seeing this - has a cool movie, in WMV format only I think.

  18. Re:downtime during backup? on Microsoft Releases Public Beta of Data Protection · · Score: 1

    Some backup utilities provide capability to take a snapshot and backup that snapshot while the system continues to be used.

    Yep, even the free Backup utility with Windows XP has that ability. It's very handy too.

    Possibly it was in Windows 2000 also... I forget.

  19. Re:Erm on Google Adds Satellite Imagery to Maps · · Score: 5, Interesting

    Not really - try mousing over this map (hope the link works).

  20. Re:STRIKE ME DOWN AND MORE WILL FILL MY PLACE on NASA Schedules Robotic Spacecraft Launch · · Score: 0, Offtopic

    I didn't expect a kind of Spanish Inquisition.

  21. Re:This comes up in every discussion on comments.. on Auto Code Commenting Software, Free Chairs · · Score: 1

    Yeah, I do know what you mean. Sounds like we agree then.

    Like anything else. You start out with best of intentions, then... requirements change, deadlines get slipped, and things like writing those doc-generator comments can take a running jump... Heh.

  22. Re:This comes up in every discussion on comments.. on Auto Code Commenting Software, Free Chairs · · Score: 1

    Uh, well, here?

    The doc generators don't actually remove the need to, well, document things. It's just handy to be able to move around through hyperlinks, to be able to see documentation of all a class' members (without having to go look at its superclasses), and so on.

    And it's surely good to keep the comments directly above the relevant code rather than in some separate header file, so they are (marginally) more likely to be up-to-date.

  23. Re:It's actually sorta important! on Metafor: Translating Natural Language to Code · · Score: 1

    ...And Slashdot must be running on a veeeeery old (forked?) version of Slashcode.

  24. Mod parent up on Mozilla Foundation Chief Mitchell Baker Replies · · Score: 2, Insightful

    It's a simple thing really, and one lots and lots of other install builders have gotten right.

    Indeed. Most other install builders go so far as to know exactly which files they are installing, and the uninstallers only remove those exact files - and only remove the directories if they are left empty.

    Which means a lot of uninstallers leave the program directory behind, with eg preferences files (which weren't installed by the installer, or have been changed since). But it's the safe approach to err on the side of caution, as a default, you then change the installer to delete extra files/directories that you KNOW will be left behind. (The cache directory would be another example).

  25. Re:Damn straight on French Designer Ordered to Give up milka.fr · · Score: 1

    Dude, if I had my mod points at the moment, you'd be getting a +1 funny from me. Troll, schmoll...