Slashdot Mirror


User: zyte

zyte's activity in the archive.

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

Comments · 40

  1. interesting photocoverage but.... on The 2006 Taipei Game Show · · Score: 0

    "This included a giant World of Warcraft Tour Bus and a giant inflatable orc. The orc was anatomically correct."

    what, no pictures?

  2. Re:Obviously no questions from the web team on Interview with Microsoft Exec on IE7 and RSS · · Score: 0

    it's not really a personal preference thing. In this situation using a try catch is plain ignorant. A personal preference would be that I like to structure my code like so: var usingActiveXObject = false; if (window.XMLHttpRequest) { this.xmlHttpRequest = new XMLHttpRequest(); } else if (window.ActiveXObject) { usingActiveXObject = true; this.xmlHttpRequest = new ActiveXObject("Microsoft.XMLHTTP"); } else { throw "Connect failed: Cannot create XMLHttpRequest."; } It's not really /the wrong way/ of doing things because some people just like it that way. Using a try catch where you're expecting to hit the catch upwards of 25% of the time is bad design. The author may have known this and just wanted to make it look worse then it really is (also likely the reason for the comments).

  3. Re:haha, but seriously, folks on Interview with Microsoft Exec on IE7 and RSS · · Score: 0

    last I checked leaving firefox open for a couple days was a million times worse then leaving ie open for a couple days. Also, you can, you know, use the rest of your computer with ie open as opposed to constantly getting "OMGZ IM OUT OF MEMORY BECAUSE FIREFOX IS RAPING ME" error messages.

  4. Re:Obviously no questions from the web team on Interview with Microsoft Exec on IE7 and RSS · · Score: 0

    yeah, if you don't put comments in your html ie explodes. also if you format your code correctly ie will explode. oh wait no, that's just you being a fucking retard.

  5. Re:What should I worry about? on Houston Police Chief Wants Cameras in Homes · · Score: 0

    indeed, we should get a machine to monitor us for us.

  6. Re:Bang bang... you're dead. on Real Warriors Trained In Virtual Worlds · · Score: 0

    the american public cannot handle perscription drugs as it is, adding more drugs, regardless of what they are (as long as they impair brain function) is not a good idea. Can some people handle pot? sure. Can the american public in general? hell no.

  7. what about frys? on 360 Bundles Lead To Best Buy Housecleaning · · Score: -1, Redundant

    awesome, I didn't buy from best buy but after I had camped out at frys for 4 hours and then they tell us they're going to make us buy the bundles.. I was less then excited in any case. I ended up paying like 700 or 800 for the package when I was planning to spend around 500.

  8. Prove yourself slashdot! on Intel Macs May Boot Windows XP After All · · Score: 2, Funny

    I give it two hours before somebody tries this and posts results. *starts stopwatch*

  9. xbox 360 or books? on Sony Reader Taking Hold? · · Score: 0

    granted books are probably more fulfilling, which do you /really/ think the public is going to choose? Personally I'm not going to pay 400bucks (+ whatever the book fee is) for a couple books I might read.

  10. wtf on NVIDIA and Dell Display Quad-SLI System · · Score: -1, Troll

    WHAT THE FUCK

  11. messenger? on Microsoft Teams Up With Japanese VoIP Carrier · · Score: 1

    I'd be suprised if they put messenger in considering that communicator is basicly messenger only cooler for a corporate environment. If they really want PC-POTS I'd bet they stick it into communicator instead of putting in a whole other messenger service.

  12. Re:Signing in with Passport on Microsoft Testing Its Own 'Google Base' · · Score: 1

    seems I had it set to HTML Formatted and not Plain Old Text so my returns weren't in my post. The comment about craigslist wasn't referring to you. I suppose I should have posted "internal only" in reply to you and the rest in a different post.

  13. Re:This company... on Microsoft Testing Its Own 'Google Base' · · Score: 1

    Everybody says this but tell me the last time you saw a real BSOD on an xp box that was up to date.

  14. Re:Microsoft innovates again.. on Microsoft Testing Its Own 'Google Base' · · Score: 1

    The point is that microsoft made tabs easier to use. I've user firefox for a year or two and never used tabs before I installed ie7. They autotab things and stick a little "create new tab" button next to your current tab which make it more intuitive then some random shortcut.

  15. Re:Signing in with Passport on Microsoft Testing Its Own 'Google Base' · · Score: 1

    It's an internal thing only atm. Will be released to the public at a later date. Also, in this specific respect microsoft is not copying google base. This has been in development for some time not to mention the fact that like other's have pointed out - it's more like craigslist. In microsoft's defense, they take things that have been done and tailor it to meet the specific likings of the general public. Craigslist has kind of a crappy design and Fremont fixes that flaw and will likely fix others that I can't think of.