Slashdot Mirror


User: winfx

winfx's activity in the archive.

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

Comments · 15

  1. Just an antivirus on Microsoft Releases Malicious Software Removal Tool · · Score: 1

    Malicious Software Removal Tool ?

    How is that different than any antivirus, with just 10 virus signatures ?

    It is just unbelielivable, what marketing dep of MS can think, to hide the facts and sell crap

  2. 2.68 ms it's nothing on NASA Details Earthquake Effects on the Earth · · Score: 1

    if you consider that in Devonian period (375 million years ago) days were about 22 hours long and the year had 400 days (Since the length of a day increases by 0.002 seconds per century).
    The rate of slowing down is actually decreasing as moon moves away from Earth ( 4 cm per year ).

  3. Re:Duh ! ... It's an exe + bootstrap for JIT on A .Net CPU · · Score: 1

    I never say that JITer suck, just is difficult to write one. MS and Mono they have pretty good JITers.

    The "Why?" part is obvious

    1) Makes compilers for .NET easier to write
    2) Makes dynamic code (code on the fly) easier to write

    That means that the difficult things are concentrated in one service (or component) and not spread to all tools and applications

  4. Re:Duh ! ... It's an exe + bootstrap for JIT on A .Net CPU · · Score: 1

    Yes, that's correct with a minor detail

    .NET can be pre-JITed (converted to machine code once and use that image at runtime)
    That will eliminate the JIT stage, but is a practice that is rarely applied, because you will lose all optimizations that JITer does at runtime.

  5. Re:Duh ! ... It's an exe + bootstrap for JIT on A .Net CPU · · Score: 1

    1) the .exe bootstraper is never executed in Windows server 2003 which recognizes .net apps natively

    2)What the paper demonstrates is a small switch/case with few if (.net)
    vs a big switch/case (jvm), how can that be hoops it's beyond me

  6. Re:.Not a .NET CPU on A .Net CPU · · Score: 2, Interesting

    Polymorphic translates : easier to write compilers, harder to JIT it.

    Direct CPU mapping has the same difficulty as JVM bytecode, polymorphic instruction set is not a problem compared with the dynamic loading types, inlining, virtual calls, GC etc that the CPU architecture must solve

  7. New theory ( moustache or beard?) on Tim Bray's Top Twenty Software People in the World · · Score: 1

    Tamir Khason has another list that also predicts the success of a language based on author's photo

  8. Re:Java is not only a language on Java 1.5 vs C# · · Score: 1

    Java the platform doesnot have generics, doesnot enforce checked exceptions, has not autoboxing etc.
    They are all enabled by the java "compiler" and not by the Java "the platform" or "the system"

  9. Re:Only Microsoft on Java 1.5 vs C# · · Score: 1

    Sorry but the only reason i rejected Java some years ago was checked exceptions.
    IMHO that was a major design fault of the Java designers to abuse the structured exception mechanism to provide semi-cooked validation of contracts.
    That alone turned every simple operation in Java to a try/catch block

  10. Re:Java 1.5 vs c# 2.0? on Java 1.5 vs C# · · Score: 1

    Java's implementation of generics is just a compiler hack, the underlying byte code has not changed. The only benefits are some compiler errors and warnings and not performance and storage effiency that .net 2.0 will offer.

  11. Re:Frameworks arent platform specific on VCF - A Free BSD Competitor To Trolltech's Qt? · · Score: 2, Insightful

    I cannot understand how a free GUI, can become a standard on win32 when Windows next version are converting to Avalon (winfx) abandoning win32 and when is based on C++ RTTI (only C++ can take advantage of it) when Windows present and future is .NET and C#.

  12. Re:Eliminating the "Good" option. on Hackers As Factory Workers? · · Score: 1

    if it's "bulk of the work" and requires "low skills" as you say, then a beowulf cluster of developers will help. The mythical man month, does not have a place in such a case.

  13. Re:Major Tom to Ground Control on Technology Review Profiles Miguel de Icaza · · Score: 1

    You seem to over-estimate MS
    Just few years ago, in MSDN was an article about how bad implementation inheritance was and how good COM interfaces solve everything.
    MS .NET is an unfinished project (IMHO still in BETA, even if MS has name those BETA versions as 1.0 and 1.1), that few inside MS understand.
    You can verify this by watching the MS newsgroups, where the majority of MS employees there are just newbies.
    But it seems Miguel does not get it, even if mono currently supports features that .NET 2.0 will have, he is still behind a Windows.Forms implementation which in 2 years will become obsolete.

    I wish mono could follow it's own way (a XUL/XAML combination for example), providing a mono-only x-platform GUI and ignoring any compatibility with the awfull Windows.Forms. Most of the code is out there and OS, is just a decision and the first versions can be delivered before Avalon.

  14. Re:Has miguel ever had an original idea of his own on Technology Review Profiles Miguel de Icaza · · Score: 2, Insightful

    Point to me a succesfull OS project that has just "idea people"
    OS in full of ideas, but lacks strong managers to give solid directions.

  15. Re:Name One Person Who Has Done More Damage To Lin on Technology Review Profiles Miguel de Icaza · · Score: 1

    Name a project that has done more damage in OS than Linux.
    to give you some numbers
    Windows 91% share, 1 GUI, 1 Shell, some thousand developers support it
    OSX 3% share, 1 GUI, 1 Shell,less than a thousand developers support it
    Linux 1% share, 134 GUI, 15 Shell and millions of developers support them