Slashdot Mirror


User: mrbobjoe

mrbobjoe's activity in the archive.

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

Comments · 138

  1. Re:Pretty absurd Apple is absent on The Biggest Cults In Tech · · Score: 1

    Their won cult that never should of ben allowed.

    Aw, missed a chance for "aloud"

  2. Re:null or not null, that is the question on Null References, the Billion Dollar Mistake · · Score: 1

    Fair enough, that example relies on pointer dereferencing. As you say references must refer to a valid object, and for the most part this is enforced by requiring them to be initialized.
    While it's circuitous to have a never valid reference, it isn't particularly unlikely:

    struct A {
            int& ir1;
            int& ir2;
            A(int& i) : ir1(ir2), ir2(i) {}
    };

    With enough warnings enabled g++ warns about this, but I don't think it's the "don't compile this" kind of illegal but rather the "certain failure at runtime" kind, like any uninitialized variable. Likewise the simple:

    int& f() {
            int i;
            return i;
    }

    Undefined, but no more forbidden than taking the address and returning it.

    Your point that it causes "undefined behaviour" is exactly my point, were references properly constrained by the language this would be outright illegal, not merely undefined. Of course I haven't read the standard or Stroustrup closely enough to be able to cite anything so fire at will.

  3. Re:null or not null, that is the question on Null References, the Billion Dollar Mistake · · Score: 1

    int* ip = 0;
    int& ir = *ip;

  4. Re:You're crazy... on Pirate Bay P2P Trial Begins In Sweden · · Score: 1

    I was at one of Stallman's talks on copyright, where he was preaching for change (among other things no copyright on "knowledge works" like software), and indeed exactly this question came up. When asked how the GPL would stand without copyright, he suggested that there would need to be new laws specifically addressing the issues of software freedom.

    While you're dreaming up your personal utopia, why not?

  5. My own lists on Why Do We Name Servers the Way We Do? · · Score: 1

    Hey, if we're listing... my family's home machines have been named after fictional computers or artificial intelligences:
    hactar, neuromancer, wintermute, brainiac, Windows boxes included Deep Thought, The Earth, The Oracle, and The Architect, routers were ennesby and jane, NAS is max (Headroom, that is).
    I had a series of external hard drives named Kingdom, Power, Glory, and Forever.
    My university's CS department named the computers in the labs after cereals, pasta, and soups (which identified what room they were in). When I was working there I started setting up some Final Fantasy themed ones (gurgu, corneria) but didn't get very far.

  6. Re:Spam a thing of the past? Right... on Despite Gates' Prediction, Spam Far From a Thing of the Past · · Score: 1

    Yay for math, meant 9.62 million. Still "I get no false positives" is an interesting claim.

  7. Re:Spam a thing of the past? Right... on Despite Gates' Prediction, Spam Far From a Thing of the Past · · Score: 1

    Our Barracuda gateway, in about two years of use, processed about 10 million messages. Of which just under 3.8 percent are deemed real ... Conversely, I get no false positives.

    Where'd you find the time to check those 96.2 million messages?

  8. see it to believe it on Blind Man Navigates Obstacle Maze Unaided · · Score: 1

    "You just had to see it to believe it" said Beatrice de Gelder

    Oh now that's just cruel.

  9. Re:Soon to be worthless on How a Rogue Geologist Discovered Diamonds · · Score: 3, Funny

    Too bad DeBeers would assassinate anyone who even thought about develo
    --
    They say a learning experience is anything we survive.

    Heh, so does this not count as a learning experience for you?

  10. Re:The question is... on Anathem · · Score: 1

    Heinlein had the same problem... after Stranger in a Strange Land his books turned into well-written fan fiction.

    I know precisely what you mean. The Cat Who Walks Through Walls felt to me like more of a fan tribute to Heinlein than a real original story.

  11. Indeed, so we can on Massive Martian Glaciers Found · · Score: 1

    start the reactor

  12. Re:existing precedents on Should You Get Paid While Your Computer Boots? · · Score: 1

    It used to be the case the coal miners were not paid for the time spent donning and removing protective gear. Despite the very different industries, it basically means that if you are required to do tasks to prepare to do work, then you need to paid for that additional time.

    I wonder if this does actually directly apply. It seems like this might be a safety-related thing, that if employers require working in conditions that require protective gear to be reasonably safe that they must pay for setting it up, because otherwise even if said gear is provided there would be more reason to rush putting it on, or cutting corners and leaving out tedious or complicated elements, in order to get to work faster.

  13. Cloud rendering on The Importance of Procedural Content Generation In Games · · Score: 1

    I seem to remember somewhere in the commentary for Final Fantasy: The Spirits Within that they also spent a lot of effort on creating a computer generated sky, but it looked unconvincing. Eventually they gave up and did the clouds by hand.

  14. Re:"it's also about video game culture" on UK Opens National Video Game Archive · · Score: 1

    Hmm, well this exhibit reads off the text of a flame war, though just a forumular one.

  15. compliance on Packs of Robots Will Hunt Down Uncooperative Humans · · Score: 2, Funny

    But what if I comply? I was told I had ten seconds to comply!

  16. Department on Stem Cells From Fat Create Beating Heart Cells · · Score: 2, Insightful

    from the for-the-love-of-god-montressor dept.

    Eh? Was there a beating heart in The Cask of Amontillado? Maybe "the beating of his hideous heart" from The Tell-Tale Heart would have been more appropriate?

  17. Re:cancel your verizon subscription today on Verizon To Charge Content Providers $.03 Per SMS · · Score: 1

    I don't how this differs from the way the real world works. Verizon is a Las Vegas hotel room.

    Wait a minute, first you're talking about the real world and then Las Vegas. Make up your mind!

  18. Re:What about a game with a programming mini-game? on Working Calculator Created in LittleBigPlanet · · Score: 1

    I've been thinking about this for a few months now, though mostly just talking myself out of possibilities. I was thinking of a magic system that had parallels to programming (which somewhat came from Wizard's Bane and the Earthsea cycle), as you mentioned, but I began to wonder if I might be able to make it more literally involve programming. As you and some other replies mentioned, the idea of programming in-game robots came up (and here I thought of the various puzzling situations of I, Robot), but I wanted to be able to eventually extend to the concept that the game world itself is but a program, and allow "magical" manipulation thereof. I've recently backed off a bit; lately I've been pondering logic gates in more typical adventure game puzzle situations.

    Trying to decide on what level of abstraction to work from, and what kind of language, and reigning in my ambition, as well as reading some programming education research, hasn't yet led me too far. Thanks for opening this line of discussion, I'm going to check out the games that other responses have indicated. If anyone wants to discuss this or hear my rambling thoughts on the subject, drop me an email or an IM.

  19. Re:Firefox isn't helping on Google's Obfuscated TCP · · Score: 1

    Given that unless you've verified the cert, its as unsecure as http, it should look nothing like, nor even hint at being 'secure'.

    Ok, that sounds like a good idea now that I understand your reasoning. Do we even need an icon, then, or could someone interested just notice the https in the url? I guess the icon makes for an easier click target than the alternative (messing with menus).

    You could go a bit more intrusive and have something like the password popup (or the bar that FF3 uses now), "Do you want to remember this certificate?", but you seem to be advocating no action unless the user requests it. And considering that almost all users will have no way of verifying a certificate, this seems like a reasonable conclusion.

    So maybe just leave it somewhere in the menus and don't even bother with the icon.

  20. Re:Firefox isn't helping on Google's Obfuscated TCP · · Score: 1

    So don't put the secure green lock up for self signed SSL. Put up a totally different icon in some neutral color like blue.

    Didn't Netscape once use blue for their padlock? Ah yes, here, and also shows the gold IE one (in response to someone else's yellow suggestion).

    There are some nuances that aren't going to come across from a color. Maybe if they're contrasting with another color, particularly if the user is expecting to see either no lock or a green one, but still not something certain to be noticed.

    Or are you suggesting a picture of some other object? Something intended to get attention rather than a simple palette shift (say, a red exclamation point) would be more likely to get that click you're suggesting. But I think the full screen warning message is sort of the natural conclusion of this line of reasoning, in that it requires attention. Under what circumstances would it make sense to ignore the flashing warning sign rather than clicking it and getting the details? If none, why should it be allowed by the interface?

  21. Re:Firefox isn't helping on Google's Obfuscated TCP · · Score: 1

    A self signed cert could then allow encryption and say perhaps show a yellow padlock

    A yellow padlock would look like gold and thus sort of imply goodness. Not that this invalidates your point, it's just difficult to show some icon that represents a more nuanced kind of "secure".

  22. Re:Worst commenting i ever saw on What To Do Right As a New Programmer? · · Score: 1

    Like I said, who can look at "djnz" and remember what it means?

    Good God, man, why do you think they're called mnemonics!

  23. Re:Grading system is broken. on Students Are Always Half Right In Pittsburgh · · Score: 1

    I want someone coming out of an academic institution to have a GPA reflective of their professional dedication, not their ability to slack off for a year and cram it all in in one night. Perhaps with a Bachelor of Stick-to-it-ness?

  24. Re:LEDs on Stephen Hawking Unveils "Time Eater" Clock · · Score: 1

    I was at least pleased that the lights aren't electronically controlled, all just showing through slits in the various wheels. But yeah, the particular choice of lighting isn't too great. Though it does take 60 W...

  25. Re:Murhpy's law? on Has Superstition Evolved To Help Mankind Survive? · · Score: 1

    Murhpy's law?

    As a programmer I constantly refer to Murhy's law.

    I think you're referring to Muphry's law here.