Slashdot Mirror


User: WWE-TicK

WWE-TicK's activity in the archive.

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

Comments · 157

  1. Re:silverlight on The Future of AJAX and the Rich Web · · Score: 1

    I prefer Flex for now because 1) I already know it, 2) Flash has larger market penetration. Presumably, you can use any .NET language for Silverlight development, so that's a major plus for Silverlight IMHO. With Flex, you're stuck with ActionScript 3 and MXML. ActionScript 3 and MXML aren't really all the bad, but it's nice to have options. Also, the Silverlight runtime will probably come standard with all Windows versions from here on out, so it can potentially kill off Flash if Adobe doesn't do something about it.

  2. Re:Ajax will be obsolete before it becomes mainstr on The Future of AJAX and the Rich Web · · Score: 1

    Developing applications in Flash is old school. These days, you're supposed to use Flex.

  3. Re:Not exciting... on FreeDOS 1.0 Released · · Score: 1

    This idea isn't entirely unheard of. Some Tandy 1000 models had MS-DOS burned into it's ROM for instant start-up times.

  4. Re:Cost of living in AL is CHEAP! on Where the Highest Paying Tech Jobs Are · · Score: 1

    I make $51k a year, and I can tell you that doesn't get me very far in Maryland, USA. I believe after taxes, my take home pay per month is a little more than $3k.

  5. Re:Think Citrix or Terminal Server or X or.... on You OS Web Based Operating System · · Score: 2, Informative

    > While X is defacto free but can't be run through a browser,

    I'm not so sure about that.

    FWIW, it works ok on a LAN ... I doubt it'd work at an acceptable performance level over DSL/cable though.

  6. Re:Don't forget about NT Alpha for the DEC Alphas on WinFS Gets the Axe · · Score: 1

    NT didn't make use of the 64-bit architecture of Alphas. It was like running DOS on 32-bit 386s.

  7. Re:Is it worth it? on Harvard Scientists to Clone Human Embryos · · Score: 1

    It's funny how idiots like the AC I'm responding to like to make Japan out to be the victim here. If you think they were, why don't you ask the Chinese. Japan of today is nothing like Japan of the WWII era.

  8. Re:Yay! on Proposal to Implant RFID Chips in Immigrants · · Score: -1, Flamebait

    Hey numbnuts ... this chip idea is for the illegals crossing the Mexican border. Not for the legal immigrants. You didn't even have to RTFA to know that as it's right in the goddamn article summary!

  9. Re:Wrong on What is OpenLaszlo, and What is it Good For? · · Score: 1

    Wow ... in attempt to save face by defending your erroneous original statement, you still ended up looking like a total douche bag. Good job!

  10. Re:OpenGL? on SGI Files Chapter 11 Bankruptcy · · Score: 1

    You mean something like this?

  11. Re:Ugh , not flash on Head Rush Ajax · · Score: 1

    The point of using Flash in this context is to create an application that is deployable via the web that feels like a regular desktop application and not like a web site. Flash is indeed good for this, or at least better than AJAX in my opinion. Your complaints "i.e. NO HISTORY" aren't very relevant here.

  12. Re:excuses. Kids are not a hindrance to learning.. on Head Rush Ajax · · Score: 1

    Chuck Norris doesn't sleep. He waits.

  13. Re:OS/2 is still alive and well... on Keeping the OS/2 Flame Alive · · Score: 1

    NT had an OS/2 subsystem up until Win2k with which you could run 16-bit console OS/2 binaries. But you seem to imply that the Windows XP kernel of today is derived from the OS/2 kernel, which would be incorrect. Thats like saying the FreeBSD kernel is derived from the Linux kernel because it can run Linux binaries.

  14. Re:how about other toolkits? on Why Use GTK+? · · Score: 1

    wxWidgets optionally (and I think is the default anyway) wraps around GTK+ on UNIX like OSes. So when you use wxWidgets on these operating systems, you indirectly also use GTK+.

  15. Re:.NET is the only proof you need on Is Microsoft Still a Monopoly? · · Score: 1

    Wasn't informed?!?! For god's sake, stop already. It's not Microsoft's fault that the developers in your group were clueless. Microsoft didn't tell me that .NET was a free download and I knew about it.

    Do your fellow developers also know that we no longer have to use punch cards too? Jezus christ ....

  16. Re:.NET is the only proof you need on Is Microsoft Still a Monopoly? · · Score: 2, Interesting

    .NET development has always been a free download from Microsoft. You just don't get the fancy IDE that Visual Studio gives you. I'm not sure what the hell you're smoking, but you're just plain wrong. Oh wait ... this is Slashdot. Here it's ok to speak a bunch of bullshit, as long as it's anti-Microsoft or pro-Linux.

    Oh, and Solaris didn't come with development tools; you had to pay extra for Sun's compiler. I don't know about the free version now though.

  17. Re:What about FireFox? on PHP Succeeding Where Java Has Failed · · Score: 1

    > Use a platform native that run likedy split but is a pain to port,


    Not if you use something like wxWidgets

  18. Re:There's a difference with my real estate on A Look Back At Ten Dot-Com Flops · · Score: 1

    Do tell. How in the world do you have equity in a property you don't own? Enquiring minds want to know.

  19. Re:We can'ne change the laws of physics :( on Star Trek's Scotty Dies at 85 · · Score: 1

    He also lost a finger during WWII.

    Donate to the National Amputation Organization.

  20. Re:OS/2 Warp 3 was my first non-Windows OS on IBM Officially Kills OS/2 · · Score: 1

    You idiot. WinNT always followed a pre-emptive multitasking model. Win9x preemptively multitasked Win32 applications only.

  21. Re:Features I want... on Stroustrup on the Future of C++ · · Score: 1

    No, he said that at the time he didn't think a new keyword would've been accepted.

  22. Re:Common sense on Sunscreen Not So Good for You? · · Score: 1

    Just FYI .... J-Lo is actually quite pale herself naturally. She's just always tanned now.

  23. Re:How does QT survive. on Trolltech Releases Qt 4.0 · · Score: 1

    Ya .. I would agree that wxWidgets' API is not the prettiest thing in the world. But the advantages of wxWidgets far outweigh any disadvantage, IMHO.

  24. Re:How does QT survive. on Trolltech Releases Qt 4.0 · · Score: 1

    > 8. Qt has the only C++ string class worth using,
    > QString. Who couldn't love
    >
    > str = str.stripWhiteSpace();

    wxWidgets wxString has this:

    wxString str = " hello, world! ";
    str.Trim().Trim(false);

    > 9. Regex support!

    wxWidgets got ya covered here too, baby! See wxRegEx.

  25. Re:Self Teaching? on Studying Computer Science at Home? · · Score: 1

    Software engineers use the best tool for the job, and if that means using a "lowly scripting language" like Python, then so be it.