Slashdot Mirror


User: TummyX

TummyX's activity in the archive.

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

Comments · 2,237

  1. Re:Gee, I didn't realize Linux was fragmented! on GM ponders Linux for 7,500 Dealers · · Score: 1

    Explain to me how

    3.1/OLE/95/ActiveX/95.b/Office97/IE4/98/IE5/

    means fragmentation? It's technology moving along. And OLE2==ActiveX.

    You're an idiot.

  2. Re:Offtopic: Redundant code on Andreesen No Longer AOL CTO · · Score: 1

    I'd say...and I prefer

    if (x==LASTCHAR) exit(0);
    x++;

    :P

  3. Well duh on Can humans create life? · · Score: 1

    Chemicals are funny in that they come together in all sorts of patterns and formations.
    Obviously the most successful of these formations are the ones that happen to enable them to reproduce themselves (the replicator) - it's not magic.

    It took millions of years - but eventually a molecule that could reproduce popped up in the right place at the right time and was successful in extending itself.
    When you're given millions of years to throw matchsticks into the air and watching them drop - eventually they'll form the word "life"

  4. Re: Only humans have souls? on Can humans create life? · · Score: 1

    Firstly I don't believe in a "soul" (the same one religious people believe in).

    But to think that only "humans" have "souls" is so utterly arrogant.

    I'm appalled.

  5. The argument over Life was won a while ago on Can humans create life? · · Score: 1

    Most first year philosophy students will realise this. Life etc has been sufficiently explained - and not many people would be caught dead trying to show there is a non-physical aspect of living things (meaning we could create it ourselves).

    The modern argument is over thought and the mind.

  6. LAME on Playstation 2 delayed again · · Score: 1

    So how does that differ from Sony and their Playstation games?
    Last I looked I couldn't stuff them into a N64 system - and aren't Sony suining Bleem for making an emulator for _WINDOWS_?

  7. Re:MS Open Source on White House Checks Out Open Source · · Score: 1

    I assume you're trying to be funny.

    But regarding sample source - there's much more than IIS and VB samples. I've found the hundreds of COM, VC++ & DDK samples that come with various windows SDKs invaluable.

  8. Re:I don't get the picture here... on Compaq Announces Thin Client Running Linux · · Score: 1

    Noone is "claiming" that Terminals are new. It's just they're trying to come into the mainstream.
    Windows Terminals are certainly new - the idea isn't - but it's new to windows - even citrix based stuff like winframe/metaframe/multiwin are all only a few years old.

    What you're saying is synonomous to saying "what's all this hype about the internet - we had it a 100 years ago - it's called the telegraph".

  9. Re: well duh on Compaq announces Beta test for Linux Alpha C compiler · · Score: 1

    So when you want to talk about irresposibly microsoft, you talk about how MS dumped NT on alpha.

    Then when it's "let's make MS look dumber", say that compaq dumped MS.

    The truth is compaq dumped MS.
    And as for this...
    Microsoft had an Alpha port in mind when they were designing Win2K

    Well BIG DUH. Up until the latest public build 2114, there were both Alpha and Intel builds released and cycled.
    It's not very hard - just compile the same source. 99% of windows is application extensions (COM, Services etc).
    That's what the hardware abstraction layer was for.

  10. Re: nissan is a japanese car company on Victory for small business in domain disputes · · Score: 1

    nissan.co.jp is their main site

    it's a standard practise to use "-usa.com" ....especially for many asian based companies.

  11. Re:Top 5 Reasons on SuSE and Siemens Release Linux Memory Extension · · Score: 1

    That would be funnier if what you said about MS were true and didn't contradict.

    Office 2000 can now run on Linux with 4GB.
    W2K only supports 128M?

  12. Re:This is great! on SuSE and Siemens Release Linux Memory Extension · · Score: 1

    95 a limit of 64 or 128? uh NO.

    2GB system, 2GB user...same with 98.

    I've run 95 on 256 - so it definitely isn't anywhere near as low as you think.

  13. Re:[Some Versions of] Windows 2000 support 64GB on SuSE and Siemens Release Linux Memory Extension · · Score: 1

    Point is the technology in Windows.
    The fact that it's in a different product is because of marketing.
    Hey, why not charge more for that sortta stuff....Sun etc do already.

  14. Re:This is why we need Linux on Caldera OpenLinux 2.3 released · · Score: 1

    Actually - as most people here will jump to say.

    Windows and other Microsoft software is always late cause they spend time processing bug reports from their testers and continually testing and fixing.

  15. Re:XML is supposed to be entended on Star Office to be Community Sourced, confirmed · · Score: 1

    Oh, and I forgot to say. I use Java for the language. Not for crossplatformness.

  16. Re:XML is supposed to be entended on Star Office to be Community Sourced, confirmed · · Score: 1

    With respect to MSJVM. It's the only reason why I develop in java now days.

    without microsoft's keywords - java sucks.
    with ms keywords - i can call native routines easy as pie - without writting a wrapper dll and the likes.
    I can also call COM & ActiveX objects easy as pie.

    It's not like noone else can't implement these features - the keywords aren't secret you know. The way to do it is - but it's not hard to work out how to do it...hell given time, i could do it.

    JDirect kicks JNI's ass.

  17. Re:XML is supposed to be entended on Star Office to be Community Sourced, confirmed · · Score: 1

    I don't have a probelm with that.
    One is human readable - the other is machine readable.

    The later is probably still faster so i don't see why ms would ever do the former - but presuming they do - doesn't mean it's impossible to work out what's done.

    stuff like *.doc and *.xls is documented too.

  18. Re:Shows how much you know. on Computer Programming for Everyone · · Score: 1

    I don't really care what you were talking about.
    I only scanned comments for stupid things. I thought you said VB didn't have mid or strstr.
    i was correcting you.

    If you make an arguement - with wrong facts - your arguments should immediately be questioned.

  19. Windows 2000 supports 64GB on SuSE and Siemens Release Linux Memory Extension · · Score: 0

    Sorry you lose :P

    moderate me troll if you like.

    it's still true.

  20. Re: WRONG on Will Linux have the same fate as Java? · · Score: 1

    on one point.

    Visual Basic is natively compiled. Needing a runtime has nothing to do with whether it's compile or not. The runtime conaints VB calls like VC++ apps need msvcrt.dll.
    VB uses the same compiler as VC++. It converts VB to C++ then compiles and links.
    VB is _MUCH_ faster than Java for many things - it's just uglier.

    Plus the fact that VB uses many ccontrols written in C++ etc, helps it be even faster.

    Don't even try to compare AWT/JFC with Windows Common Controls.

  21. Now that everyone knows it's a hoax on Microsoft/Siemens in Joint Linux Venture? · · Score: 1

    Perhaps you all can stop thinking that microsoft will ever create a linux distribution.

  22. Shows how much you know. on Computer Programming for Everyone · · Score: 1


    VB supports interface inheritance - although i agree implementation inheritance is very useful.

    There is no such thing as MIDSTR$.
    it's called mid or mid$.
    There has been an index & strstr in basic since qb (and probably before).
    ever seen Instr() or Instr$()?

  23. EU/EC on Details About New Trek Series? · · Score: 1

    First I heard of this European Union evquivalent in the Trek universe.....and I've watched almost all the episodes.

    HRM

  24. Re:Once and for all - not a back door. on MS response to NSA key backdoor in Windows · · Score: 1

    Which part of "Active-X" and "Java applets" didn't you understand? These execute automatically on web pages and can also be sent in e-mail. There is no installation required.


    Not if you disable activex and java applets in IE. Java is sandboxed anyway, and activex uses a trust scheme. If it's unsigned - don't allow it to run.

  25. XML is supposed to be entended on Star Office to be Community Sourced, confirmed · · Score: 1

    What do you think the X in XML is for?

    You define your own tags depending on what you what the innerText to be "marked up" as.

    duh