Slashdot Mirror


User: multipartmixed

multipartmixed's activity in the archive.

Stories
0
Comments
2,578
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,578

  1. Re:Nice try, Darl, but... on SCO Says Email Is Inaccurate · · Score: 1

    Only in C++. This behaviour isn't required in C, because constructors don't have side effects.

    A better nitpick would be to suggest the replacement of

    int done = 0;
    while (!done)
    {
    if (test_condition)
    done = 1;
    }

    with

    for (;;)
    {
    if (test_condition)
    break;
    } ...although done will probably be optimized out under reasonable conditions anyhow.

  2. Re:Still holding out for Quantum Checkboxes on Check Boxes and Radio Buttons Conquered by DHTML · · Score: 1

    Mine do, but only when you're not looking at them.

  3. Bad Analogies on Florida Man Charged For Stealing Wi-Fi · · Score: 1

    This is more like swimming in a pool left unfenced in the owner's front yard.

  4. Holy CRAP, this is getting SERIOUS!!! on Florida Man Charged For Stealing Wi-Fi · · Score: 1

    TWICE in TWO DAYS??!?!?!

    Mother of God, there must be a lot of War Drivers in Florida!

    I wonder if Jeb Bush will start an anti-WiFi war?

    (Yesterday's arrest here: http://hardware.slashdot.org/article.pl?sid=05/07/ 06/0217252&tid=193&tid=17 )

  5. Soo.. on Maps on Path to Mass Innovation · · Score: 1

    ..anybody have an easy way to switch over customized .xml/.xsl files from the mygmaps "GMaps Standalone" project to the new API?

  6. Re:Problems I See on Britain to Pilot GPS Speed Governors · · Score: 1

    > Hit the anchors and the truck is gone.

    And what about the idiot riding your bumper? Hope he doesn't smash into you at 65 mph?

    > The moral of this (exceptional circumstance) story is don't overtake roadtrains
    > when it not safe to do so.

    No, the moral of this story is that SHIT HAPPENS and you need to be able to REACT when it does.

    > Correct technique is to flash lights and make yourself seen, and use that horn.

    Assuming that another driver on the road will see you and make you safe is just plain old stupid. What if said trucker was falling asleep? Having a heart attack? Drunk?

    You seem to assume that accidents can't happen when you're driving without error. Sadly, this is simply not true. And if you'd like me to prove you wrong, give me your address and license plate number, and I'll smash into you when you're least expecting it.

  7. Re:Newton decoded on Royal Society Finds Lost Newton Papers · · Score: 1

    Wow, the moderators here must not watch the Simpsons!

    LOL.

  8. Re:How can such a mistake be made? on A $251 Million Typo · · Score: 1

    A fellow at my dad's office (government...) was tasked with purchasing a box of 3.5" floppy disks (this was several years ago). He purchased a pallette instead.

    Man, I had disks to spare all through high school.

  9. Re:Evil domain to register... on .tel Coming Soon · · Score: 1

    grep 'tel$' /usr/share/lib/dict/words

  10. Re:Patent companies on The BlackBerry Infringing on Other Technologies? · · Score: 1

    Uh, you know that RIM developed the BlackBerry, right?

    I'd hardly call that riding a submarine.

  11. Re:What's this line over Lake Baikal? on Google Adds Satellite Imagery for the World · · Score: 1

    That's the border. If you look carefully, you can see Soviet Russians asking for your papers.

  12. It's on mars.. on First Controllable Solar Sail Launched Today · · Score: 4, Funny

    ...hanging out with the Vikings.

  13. Re:Can't resist Trojan Horse joke... on Nanotech Trojan Horse That Kills Cancer · · Score: 1

    WOW, I can't believe I never thought of that!

    I think it's time for a T-Shirt...

  14. Re:Can't resist Trojan Horse joke... on Nanotech Trojan Horse That Kills Cancer · · Score: 4, Funny
    Funny, I always thoguht it was

    Beware of geeks bearing GIFs
  15. Re:Wow on Rob Pike's Excellent Adventure · · Score: 1

    Yeah. And their "News Groups" boggling product.. man, that was like Dejanews all over again!

  16. Re:Your timelines are not aligned on Apple Switching to Intel · · Score: 1

    > Almost all of the stuff you list came much later, in Windows 95, 98, etc.

    FWIW, I have crystal clear memories of trying to get some internet software working on OS 2.1 -- Trumpet Winsock, maybe? -- because it was lacking Win32s.

    I can't be 100% certain, but I'm fairly confident that Win32s came along before Windows 3.11 and before Windows 95.

    > Now, in my opinion, OS/2 died for a lot of reasons.

    NO APPS.

    There were precious few apps worth using on OS/2 until Warp came out.

  17. Re:Quick! on Secret Codes Protect Ancient Torahs · · Score: 1

    Sure they are, you can even add pieces and make your own document! You just can't call it by the same thing

    The "original" Christians did it, the Catholics did it, the Mormons did it, the Christian Scientists did it..

  18. Re:Related on Secret Codes Protect Ancient Torahs · · Score: 1

    Wow, far out, man!

    It's like... ASCII Art in Calligula, instead of Lucida Console!

  19. Re:Actually.. on OpenSSH Turns Five Years Old · · Score: 1

    Jesus Christ, that was six years ago?

    Seems like only yesterday!!

  20. Re:Moz Extensions on Mozilla Extending Javascript? · · Score: 1

    > I wonder if it will work just as *perfectly* on IE7.

    It will if they don't deprecate the tabular data control. Did you RTFS?

  21. Re:Which language? on w00t is 3rd Favorite Non-Dictionary Word · · Score: 1

    Is that when the doctor who is supposed to be performing your vasectomy accidentally makes a sinusoidal cut, making you sing sky-high arias?

  22. Re:Moz Extensions on Mozilla Extending Javascript? · · Score: 1

    > Couldn't you have used the same argument to defend IE's extensions to DOM?

    Damned straight. I'm no Microsoft apologist, but they clearly document which DOM functions are W3C and which are proprietary.

    I have a book which is five years old from MS Press which documents each and every object, collection, property and method -- and the standard they belong to -- in IE4/5.

    I have DHTML which I wrote for IE4 which still runs perfectly on FireFox.

    For that matter, making a LOT of my code work with modern browsers was just a matter of changing the browser detection code from "if ie" to "not if netscape".

    Now, if only the W3C would come out with something as powerful, elgant, and simple as the tabular data control. I'd LOVE to use it for real code. (for an example -- http://ninja250.kingston.net/ex250f-torque.html -- I turned a spreadsheet into a webpage in about 10 minutes. Ignore the Javascript, it's just for unit conversion. The HTML is what's interesting)

    I also would not want microsoft to get rid of the HTA support in IE. It's simply awesome; it's a great way for a web-competent programmer to write simple GUIs for Windows without learning any new tools. I have written several simple applications which are IE/HTA in the front end, and cygwin/bash or cygwin/C in the back end.

  23. Re:Another Easter Egg I found on Revenge of the Sith Easter Eggs · · Score: 1

    Thanks!!!

  24. Moz Extensions on Mozilla Extending Javascript? · · Score: 4, Interesting

    This isn't a case of 'embrace and extend', microsoft-style -- this is a case of extra functionality needed to write extensions. Any web developer using these for public apps is clearly a butt-head.

  25. Re:Defective drivers, yes on Device Drivers Filled with Flaws, Pose Risk · · Score: 1

    > In theory, the +++ should be spaced in time similar to someone pressing keys.

    No. It should be surrounded by one second of nothing. The inter-plus timing is irrelevant.