Slashdot Mirror


User: Ayende+Rahien

Ayende+Rahien's activity in the archive.

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

Comments · 941

  1. Re:In other news.... on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    What does it matter if it breaks BASIC compilers?
    It's not supposed to be basic, it's supposed to BASIC look-alike.
    The platform spesific is being removed, because it will compiled to .NET.
    There is a very good reason to use VB in RAD, it's *much* safer than C/C++, easier to learn, and make GUI creation much easier than C.
    A lot of applications doesn't need to be efficent, or fast, or beautiful, as long as they manage to be reasonably good in all of this areas, for those cases, VB is fine.
    Especially if you need something in a hurry.

  2. Re:Automation on Even Programmers Get the Job Search Blues · · Score: 1

    You write it once, and it's generated hundred of thousands of times.
    I think that dynamic pages are good in this regard, because most people then do the HTML by hand, instead of WYSIWYG tools.

  3. Re:Admin job market is tight too. on Even Programmers Get the Job Search Blues · · Score: 1

    It's on IIS, which mean NT

    And if you'll recall, all the site's downtime was due to Solaris, not NT

  4. Re:OTOH on Even Programmers Get the Job Search Blues · · Score: 1

    Hell, I know some job markets where it's profitable to quit every six months, live off unemplotment checks, and then come back six months afterward.
    Beside, 2 months is indeed nothing, especially for someone whose only knowledge is java, sql & html.
    I'm only impressed by DBA amount of SQL knowledge, and even then, if it comes with all the rest. HTML can hardly impress me anymore (should've tried that 5 years ago).
    Java is a broad subject. Hell, I've seen people who thought being half way fluent in Java*script* is suffice to say that they are Java programmers.

  5. Re:I think things will get worse in the far future on Even Programmers Get the Job Search Blues · · Score: 1

    What about loglan? Esperanto? Other artifical languages?

  6. Re:I think things will get worse in the far future on Even Programmers Get the Job Search Blues · · Score: 1

    Which is why you get things like the mars lander which couldn't decide between feet and meters?

  7. Re:Nothing but a Micro$osft Trap on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    When Java was out, MS was *not* a small fish.

  8. Re:Damned if they do... on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    WinME is NOT reliable.
    Now, if you want to talk about NT line, I might agree.

  9. Re:.NET == Java + Linux Killer on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    .NET is *not* bytecode.

  10. Re:Damned if they do... on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    Since they, like many others, use BSD code, I would doubt that they are against OS.
    I can easily see why they don't like GPL.
    Hell, I can see why they think GPL is "anti-american", wasn't it how they put it?

  11. Re:Well, yeah, but. on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    How can they prevent you from this?
    The .NET is ECMA licensed, meaning that it's like BSD code, you can do whatever you want with ti.

  12. Re:In other news.... on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    Java, anyone?
    That was what the big advantage of Java was. I wonder what would happen to it now.
    Hopefully good stuff, the competition would do them good.

  13. Re:Open your eyes. on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    .NET is going to be an open standard.

    You want to hear about vedor lock in? What about *cough* Java *cough* ?

  14. Re:In other news.... on MS To Work To Make .NET Run OSes Beyond Windows · · Score: 1

    As a note, .NET turns VB into a real programming language.

  15. Re:8.3 convention on Why Are We Still Using 8.3 Filenames? · · Score: 1

    > Also, I find that when I'm working in a dos/win environment that I spent about as much time on the prompt as I can, and all that ~1 crap gets annoying if I go over the 8 chars.

    Then turn it off?
    You also get the full name (assuming you work from within widnows, and not native dos) on the side.

  16. Re:what's wrong w/ 8.3? on Why Are We Still Using 8.3 Filenames? · · Score: 2

    Three characters is not enough, there are plenty of programs that use the same extention.
    What is annoying is that windows can implement something very much like Mac's way of doing it, very easily.
    It already does something like this on Office documents, and that is on 9x.
    On NT, it's simple matter of creating a resource fork, and since NTFS support unlimited number of streams, it's a trivial matter to check on who owns this file.
    (Basically, if the resource is empty, you go by file extention or ask the user, afterward, you already knows what the user wants this file to be open with. So you store it in the ADS)

  17. Re:Cross compatibility among heterogenous platform on Why Are We Still Using 8.3 Filenames? · · Score: 1

    AFAIK, Macs still has 32 character file limit.

  18. Re:But Will Developers help Microsoft? on Windows 2000 Source Code Gets (A Few) More Eyes · · Score: 1

    NT isn't a single architecture OS.
    There has been an Alpha port up until 2K B3.

  19. Re:But Will Developers help Microsoft? on Windows 2000 Source Code Gets (A Few) More Eyes · · Score: 1

    About undocumented features.
    There is a large part of Windows GUI that is undocumented.
    The one that I've in mind is the API the control choosing icons.

  20. Re:IIRC on Windows 2000 Source Code Gets (A Few) More Eyes · · Score: 1

    I don't think it's 150M, I think it's 30M.

  21. Re:My favorite quote on Windows 2000 Source Code Gets (A Few) More Eyes · · Score: 1

    That was IBM, in the 50s.
    I don't see anything strange in MS statement.

  22. Re:Considering the nasty PGP ADK bug ... on Windows 2000 Source Code Gets (A Few) More Eyes · · Score: 1

    Win2K code is way more than 1M lines.
    30 Millions IIRC.

  23. Re:Crack already out on Security Of Windows/Office XP Activation Code? · · Score: 1

    The current whislter that is out doesn't include the activation code, only the GUI for it.

  24. Re:Stealing credit card numbers... on FBI: Massive MS Exploits Over Last Year · · Score: 1

    Exactly because of this, it's advised not to keep your DB connection strings in plain-text, I know that it's a common habit to put a lot of your bussiness logic in a COM object and just call that, make it much harder to get your passwords.

  25. Re:This would be cool in Mozilla on FBI: Massive MS Exploits Over Last Year · · Score: 1

    MS would *love* you to do this, you would be sued about five seconds before you release your browser.