Slashdot Mirror


User: tb3

tb3's activity in the archive.

Stories
0
Comments
1,110
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,110

  1. Re:Awesome, but can it run on an Intel Mac? on SQL on Rails Launched · · Score: 4, Funny

    Geez! Are you the guy that keeps asking this same question every 5 minutes on #sqlonrails? RTMFM already!

  2. Re:Too bad ... on Foundations of Ajax · · Score: 1

    Yeah, seconded. I find myself going to www.w3schools.com to look up the stuff I've forgotten. The only thing worse than w3c.org is Sun's java.sun.com. That thing is a complete mess.

  3. Re:How is he questioning the move to Intel? on Woz On Apple's Success · · Score: 1

    Imagine if IBM, rather than extending their PC line with new chips and architecture that was backward compatible, simply dumped everything they'd built and started over.
    Sounds an awful lot like the PS/2, MicroChannel, OS/2 attempt to me.

  4. The Solution to All This on Apple to 'Switch' to Windows? · · Score: 1

    I think I'm gonna start a website called "Moron-Quotes" or something like that. Then I can list all the stupid things that Dvorak, Cringely, Enderale, and their ilk spout, without links back to their sites. Maybe that would kill off the avertising bucks these jerks are obviously pulling in.

  5. Re:No Ellison? on 10 Best S/F Films That Never Existed · · Score: 1

    Thank you for that. I think the I, Robot script was just too far ahead of its time. There was no way it could have been filmed without massive CGI.

  6. Re:To be fair to Microsoft on Microsoft Officially Announces Anti-Virus Product · · Score: 1

    Sorry, did you say 'ín-house'? I thought Bill canceled all in-house development after 'Microsoft Bob'. "Buy and Brand" became the un-official motto.

  7. Re:Missing topic: when browsers weren't free on A History of Firefox · · Score: 1

    That's just silly. At the time, Navigator was like any other app, of course you should pay for it. Microsoft pulled their favorite bundling trick and gave IE away, for the express purpose of eliminating the competition.

    Funny story; it also had the side-effect of saving MS money. I heard that they bought the Spyglass source code rights for a small amount of cash and a promised share of the profits. Since no copies of IE were ever 'sold', Spyglass never got paid. Microsoft never miss a trick, do they?

  8. Re:Java is a mess on Beyond Java · · Score: 1

    What I'm saying is that XDoclet is an attempt to fix something broken or cumbersome in the J2EE standard, and it ends up being big and cumbersome, too. Nothing in Java is ever simple, at least nothing in J2EE. There's no way to slim down from the bits you don't need, everything is intertwined.

    And more bits get added every day. Servlets weren't good enough, so they added JSP. That needed Struts. That needed Faces. JDBC wasn't good enough, so you got Hibernate. But none of these are replacements, they all build on the previous, increasing the complexity.

    Sure you can teach kids in college basic Java, and J2SE, but the server stuff is almost impenetrable. Where do you start?

  9. Java is a mess on Beyond Java · · Score: 1, Insightful

    The entire Java platform is a mess, it's so complex that most of the Java applications out there are solutions to problems caused by the platform itself.

    XDoclet is a great example. Here is a program that reads JavaDoc headers in your EJB source files and looks for special comments. Then, together with Ant and Ant build files, it creates the server XML files that your J2EE app server needs to deploy the EJB. This saves you from writing the XML yourself. What's wrong with this picture?

    And XDoclet itself is so complex that there's an entire book from Manning about it!

  10. Re:The "only" reason Max OS is safe? on Ancient Flaws May Leave Mac OS X Vulnerable · · Score: 1

    You forgot my favourite, Apache vs. IIS.
    Oh, wait ...

  11. I've Solved step 2! on Gizmondo Future Sealed · · Score: 1

    Based on the brilliant business plans of Infinium Labs and Gizmondo, the secret plan is:

    1. Start new video game hardware company,
    2. Dupe foolish investors with cardboard mock-ups,
    3. Profit!!!!

  12. Re:but wait did the MS apologist not say on Two New WMF Bugs Found · · Score: 2, Interesting
    That's all well and good, but they seem to be skipping steps 6 and 7:
    • At least one dev, tester and PM to brainstorm security vulnerabilities.
    • One PM to add the security model to the specification.


    But maybe if they had been doing those in the first place they wouldn't be patching it now.
  13. Re:They're exploiting me on MacWorld Keynote Announces x86 iMac & Laptop · · Score: 1

    Because the UK price includes the 17% VAT?

  14. He Lies through his teeth! on Bill Gates on the 360 · · Score: 5, Interesting

    "Apple has always leveraged technologies that the PC industry has driven to critical mass, the bus structures, the graphics cards, the peripherals, the connection networks, things like that, so they're kind of in the PC ecosystem and kind of not."
    There's no way he could have said that with a straight face. It should be more like, "the PC industry has always leveraged technologies that Apple pioneered." Stuff like local area networking, laser printers, 3.5 diskettes, digital cameras, USB, Firewire, ....

  15. To answer the obvious question ... on Steve Jackson Interview · · Score: 4, Informative

    Steve Jackson has been designing brilliant games since before most of you were born.
    The first wargame I bought, back in 1979, was Metagaming's 'Ogre', designed by Jackson. it's an amazing game, moreso for the price of $2.95 back then.
    He designed Ogre and it's add-ons and sequels, 'Melee' and it's successor, 'GURPs', 'Car Wars', and a number of other great table-top games.
    When he started Steve Jackson Games in the early '80s and started publishing "The Space Gamer" magazine, he introduced many to the concepts of game design. The Space Gamer published an early article by Lord British, describing how 3-D graphics could be created on Apple II hardware.
    Steve Jackson probably understands playability and balance like few others, and any MMORPG that he would be involved with would be of serious interest.

  16. Re:Queen's Computer on 100 Things We Didn't Know This Time Last Year · · Score: 1

    You do realize that photo is unique.
    It's the only Windows laptop in the world that has never crashed.

  17. Re:AJAX just another name for the same old? on Leaked Memo Gives Microsoft New Direction? · · Score: 1

    Yes, they invented it, and used it for the Outlook Web Portal years ago, but they didn't do anything else with it, and they didn't even document it properly. Do a Google search for "XMLHTTPRequest" and the top hit is an Apple developer's article.
    Apparently, Microsoft thought so little of it, they didn't bother to tell anybody. Way to support your 'developers, developers, developers'.

  18. Re:Hope it don't use ajax or java script on MS To Launch Internet Versions of Office And Windows · · Score: 1

    JavaScript? You want JavaScript? Visit the site with Firefox and the Developer Tools, view the JavaScript source, and be amazed! Tons of code, most of it proof-of-concept quality. Tons of comments along the order of "Fix this later'. If I was Bill, I'd be bloody humiliated to release this to the public.
    I honestly wonder if the coders at Microsoft know that we can see their code? At least the JS isn't Hungarian notation. :P

  19. Re:I'm impressed on Apache Webserver Surpasses 50 Million Website Mark · · Score: 2, Funny

    Yes, but Windows servers have an uptime bug, too. It's called "Windows Server".

  20. Re:Do they get a share of the sale of CD players? on Music Exec Fires Back At Apple CEO · · Score: 5, Informative

    Edgar Bronfman, Jr. does not know a lot of things. He inherited the Seagram fortune, sold its $9 Billion stock of Dupont to buy MCA, for the sole purpose of becoming a media mogul. He's failed miserably. Here's a great article about him on Slate. I especially like this quote, "Edgar Jr. has been designated the movie industry's official idiot--a 42-year-old child who's squandering his family (and his shareholders') fortune on romantic Tinseltown fantasies."

    Don't think he speaks for the entertainment industry; he's an idiot even among those morons.

  21. Re:How many Microserfs does it take... on Microsoft Employees Critical Of Their Employer · · Score: 1

    Hang on, you left out that cow at the Yankee Group.

  22. Re:That's a first on XBox 360 Launching Nov 22 · · Score: 1

    The extent of Microsoft 'courting' Square-Enix is that FF XI will be available for the XBox 360, a couple of years after the PC and PS2 version. Not really a major coup.

  23. Re:You knew it was coming... on FEMA Demands Use of IE To File Online Katrina Claims · · Score: 3, Funny

    I call bullshit. George barely knows how to operate his freaking iPod.
    I'll bet his 'computer' is just an Etch-a-sketch painted white ...

  24. Re:Gestapo? on RSS Version 3 Specs Up for Review · · Score: 1

    While they're at it, they should drop the first 'S' as well. It's no longer simple at all.
    I dunno, calling it 'S' just doesn't seem to work, somehow.

  25. Re:Miss Universe on What are the Next Programming Models? · · Score: 1, Offtopic

    Sorry, Ryerson isn't really a university, anyway. It's a community college, known to the locals as 'Rye High', that was only recently granted 'university' status. I doubt much has changed other than the name.