Slashdot Mirror


User: Tony-A

Tony-A's activity in the archive.

Stories
0
Comments
3,584
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,584

  1. Re:Not really on It's Not About Lines of Code · · Score: 2

    Not so much idiomatic as stinky syntax.
    Idiomatic would be to cast the boolean into cannonical form and use that as subscript for an explicit array. Something like (with corrected syntax):
    skyColour = {blue,black}[daytime];

    C:
    skyColour = daytime ? blue : black;

    Algol68: *two* syntaxes for same thing.
    skyColour := if daytime then blue else black fi;
    skyColour := (daytime|blue|black);

    Lisp: something like
    (setq skyColour (cond (daytime blue) (t black)))

  2. Re:Dijkstra on LOC on It's Not About Lines of Code · · Score: 2

    A sentence written out this way
    is
    better
    than
    one
    written
    this
    way.

  3. Re:Dijkstra on LOC on It's Not About Lines of Code · · Score: 2

    The concept should not be that unfamiliar. Ever read something where the author took lots of words to say very little?

  4. Re:Look, more FUD. on Microsoft XP License Prohibits VNC · · Score: 2

    Taken literally, it would mean a mouse, keyboard and/or monitor plugged into a laptop. Pretty soon it will be illegal to use a Microsoft controlled machine to actually do anything.

  5. Re:What about PCAnywhere? on Microsoft XP License Prohibits VNC · · Score: 2

    Are you trying to claim that an OEM license is automatically consumed by the computer and is therefore not actually a license? This is ludicrous.
    This is ludicrous.
    This is Microsoft.
    One degree of separation

  6. Sloopy programming? on Knuth: All Questions Answered · · Score: 2

    I don't know if that was intentional, but it does convey some of the sense of blithely ignoring the consequences of what we do.

  7. Re:Hmmm.... on Low-end Laptops? · · Score: 1

    IIRC at one time Windows could be run in three modes, real mode, 286-protected mode, 386-enhanced mode. You could also run multiple instances of 286-mode windows under Quarterdeck and possibly Novell's DOS.

  8. Re:A taste of the future on ACPI Forced On & Option Disabled in WinXP-Certified Motherboards · · Score: 2

    I dunno. IBM is selling "Linux-Only" mainframes.
    Linux-Only. Sounds on-spec and not to a Microsoft-broken spec, either.

  9. Re:One acronym and some OT rambling (OASOTR) on What's the Worst Acronym You've Ever Heard? · · Score: 2

    The old DOSSHELL
    DOSS with 2 esses.
    HELL with 2 ells.

  10. Re:SHIN on What's the Worst Acronym You've Ever Heard? · · Score: 2

    Seems like there's not a lot of "near" up there.
    Think of Saskatchewan as northern Kansas. Very northern Kansas.

  11. Re:Just hit me.... on Microsoft, Feds Revise Settlement Agreement · · Score: 2

    ... cruel and unusual punishment on anyone trying to use a Microsoft OS.

  12. Re:but article 6 still exists! on MySQL AB and Nusphere Go to Court Over GPL · · Score: 2

    Article 6 would seem to allow them to regain their rights by receiving a new copy of the code.
    That allows them to re-derive something (else?) from the new copy.
    What is questionable is the status of what was derived from the old copy. Who if anyone owns it (or even can own it).

  13. Re:Timeline on Source Release? on MySQL AB and Nusphere Go to Court Over GPL · · Score: 2

    No, you don't get to take three years to deliver the source. It's a three year duration after delivery of the binary where the source must be available even if everybody has lost interest.

  14. Re:WHAT!?!? IDIOT MODERATORS on It's (Almost) Hammer Time · · Score: 2

    When Windows and Hammer get together.......
    And yes, I thought your pun was funny.

  15. Re:Microsoft bows to outside pressure? on Slashback: Bundestux, Kerberos, Blizzard · · Score: 1

    Watch as the closed source world makes an even bigger technology gap ...

    New and better worms?

  16. Re:MS Kerberos, a corporate culture of wrongness on Slashback: Bundestux, Kerberos, Blizzard · · Score: 4, Insightful

    Which side of the road you drive on is arbritrary. Things just work a lot better if everybody agrees on the *same* arbritrary.
    The existing dominant processors are the IBM and Sun big iron.
    Maybe you like reading the hex value 12345678 as 78 56 34 12, but I don't.

  17. Re:Security: start in education on Fix the Bugs, Secure the System · · Score: 2

    How big can it be?
    What happens when it *is* bigger than expected?
    32767 + 1 yields -32768
    99 + 1 gives 00 (or :0 or ...)
    What happens if the string is bigger than the string datatype can hold?
    At least the prof put the critical assumption up front.

  18. Re:Glad I didn't buy one.... on New HDTV Encryption Obsoletes Sets · · Score: 2

    Anyone remember the 8-track tape players?
    This is looking more and more like expensive sucker-bait. People do not buy expensive toys to be hassled and made to look foolish.
    Look at it. See it for what it is. Snicker politely, and leave.

  19. Re:Trying to figure it out as we speak... on Linux *Won't* Fail on the Desktop? · · Score: 2

    Making the world safe for Microsoft Worms.
    Used to be you could kill the Viral Basic script engines.
    Now when you kill them, they just come back.

  20. Re:Goes to show... on Sun Bashes Linux on (IBM) Mainframes · · Score: 2

    Say you have a value 12345678 in hex
    Little Endian : addressed by least-significant byte
    78 56 34 12
    Big Endian : addressed by most-significant byte
    12 34 56 78

    You have a value 00000001 in hex stored at location 1000
    32-bit value at location 1000 both endians.
    16-bit value at location 1000 little endian.
    8-bit value at location 1000 little endian.
    16-bit value at location 1002 big endian.
    8-bit value at location 1003 big endian.

    Big Endian:
    Numeric order corresponds to character order.

    Little Endian:
    Numeric order unrelated to character order.

  21. Re:Can't blame em... on Sun Bashes Linux on (IBM) Mainframes · · Score: 2

    Can you essentially/actually/theoretically run different OSes on each of those "virtual computers"?
    Yes. Very yes.
    Including running VM on top of VM.

  22. Re:I disagree on Sun Bashes Linux on (IBM) Mainframes · · Score: 2

    run multiple /different/ OSes
    Debugging the OS while the machine is being used for production.
    Console debugging is very expensive if you have to do it on the bare iron.

  23. Re:Totalitarian Thought Processes on Red Flag Linux: Real, and Reviewed · · Score: 2

    Imagine a Chinese who doesn't really understand English with a prompt to enter and reenter his root password. To be fair, he should have installed it in Chinese and tried to guess what it was asking.
    The English install is recent and probably hasn't had the bugs worked out yet.

  24. Re:So out of date? How very odd... on Red Flag Linux: Real, and Reviewed · · Score: 2

    Red Flag 1.something was essentially same as Red Hat 6.1 with some but not all the references to Red Hat changed to Red Flag. There was something that attempted to be a Simplified Chinese desktop.
    Red Flag 2.0 had 2.2.16 kernel and a decent Simplified Chinese desktop with enough departure from the stock Red Hat install that I wasn't sure what was going on (I don't read Chinese).
    The Simplified Chinese KDE desktop/language support in Red Hat 7.2 likely came from Red Flag.
    I'm sure somebody will do a security audit, but I wouldn't expect anything stranger than would be in Red Hat, Mandrake, or SuSE. I would expect them to be pushing the edge to smoothly handle double-byte characters on the desktop.

  25. Re:Dont get your ilinformed knickers in a knot. on Nuclear Mutant Flies Are Good For Africa? · · Score: 2

    Once we destabalise it, the environment just finds a different point of stability, just like its been doing for the last few billion years.
    The problem with messing with the environment is that you tend to keep the cockroaches and rats but lose the Birds of Paradise.
    Things like the TseTse fly, the environment is almost certainly better without.