Slashdot Mirror


User: Lunix+Nutcase

Lunix+Nutcase's activity in the archive.

Stories
0
Comments
4,847
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,847

  1. Re:GPL on The Risks of Entering Programming Contests · · Score: 1

    Since they are usually using these contests as R&D for proprietary products, yes it would. That is why they usually also ask for copyright transfers.

  2. Oh the horror! on The Risks of Entering Programming Contests · · Score: 1

    Those who participate invest valuable time toward winning the prize, but if they fail to meet the deadline (or to produce the leading results) their efforts could go completely unrewarded.

    Boohoo? Why should you be rewarded if you can't even meet the deadlines of the contest or producing subpar results compared to others?

  3. Re:what about pre / in interview code samples or p on The Risks of Entering Programming Contests · · Score: 1

    Nothing as your contract usually includes a clause about them owning copyright to the work you create while employed by them.

  4. Re:GPL on The Risks of Entering Programming Contests · · Score: 4, Insightful

    That will most likely disqualify you based on the terms of the competition which usually contains clauses about them being able to use your work or some sort of copyright transfer.

  5. Re:What Oracle v. Google tells us on Microsoft May Back Off of .NET Languages · · Score: 1

    The thing you seem to misunderstand is that Android isn't built or based on the GPLed version of Java. It is a reimplementation of a Java subset by Google and because it isn't fully J2SE compatible it doesn't get the public patent grant.

  6. Re:As a sysadmin on Microsoft May Back Off of .NET Languages · · Score: 1

    Then your experiences with being a sysadmin must be severely limited or your a crappy sysadmin if you can't handle something so simple.

  7. Re:The Atoms on How Much Smaller Can Chips Go? · · Score: 1

    Because I made either the claim that it hurt Intel or it made them unprofitable? Oh wait...

  8. Re:Getting screwed in both directions on Microsoft May Back Off of .NET Languages · · Score: 1

    You probably aren't. Sun already showed with their lawsuit against Microsoft that they wanted to be the sole group able to evolve Java.

  9. Re:C# on Microsoft May Back Off of .NET Languages · · Score: 1

    They weren't saying that C++ didn't have operator overloading. He was talking about C# with respect to Java.

  10. Re:The Atoms on How Much Smaller Can Chips Go? · · Score: 1

    You seem to miss the point. You imagine that Intel doesn't point all of its eggs in one basket. The development of Itanium disproves that notion as they had no other real alternatives being developed at the same time.

  11. Re:I miss the pressure AMD used to put on Intel on How Much Smaller Can Chips Go? · · Score: 2, Interesting

    The only Intel chips that are $1000+ are those that are either a few months old and/or are of the "Extreme" series. The core i7-860s and 930s are under 300 bucks and pretty much the entire core i5 line is at 200 or less.

  12. Re:Why do they need to? on How Much Smaller Can Chips Go? · · Score: 1

    Itanium comes to mind here because it offers a dizzying amount of registers, both FPU and CPU available to programs.

    And it's been such a smashing success in comparison to x86, right?

  13. Re:C# on Microsoft May Back Off of .NET Languages · · Score: 1

    And one can keep going about what C++ copied from other languages and what C copied from its predecessor languages. There isn't a computer language in existence for at least 30+ years that HASN'T copied something from a previous programming language.

  14. Re:C# on Microsoft May Back Off of .NET Languages · · Score: 1

    Because Java was 100% original? The Java developers invented the notion of VM and didn't borrow any syntax from C and C++, right?

  15. Re:Getting screwed in both directions on Microsoft May Back Off of .NET Languages · · Score: 1

    Except for the white elephant in the room which are these patents that Oracle owns and have tested in court already when a 2003 court settlement with Microsoft created a 10 year cross licensing agreement that allows Microsoft to develop CLR.

    You face no issues with patents as long as you make a fully compatible J2SE implementation. This is the reason that Google currently could face issues. They don't meet the requirements for the public patent grant.

  16. Re:The Atoms on How Much Smaller Can Chips Go? · · Score: 4, Funny

    Something thats been in development for even 5 years and doesn't show any concrete signs of success should at least have alternatives developed for it.

    You haven't followed much of the history of Itanium's development have you?

  17. Re:As a sysadmin on Microsoft May Back Off of .NET Languages · · Score: 1

    Some programs require a certain version and will break if you have a newer version of .NET installed (vSphere Client, for one example, requires .NET Framework 2.0 but will not work with .NET 3.0).

    And? There was no guarantee that all versions will be forward and backwards compatible. How is this any different than the fact that things will break going from VC++ 6 to VC++ 9? Or when there are changes to glibc that aren't backwards compatible?

  18. Re:Shit. on Microsoft May Back Off of .NET Languages · · Score: 1
  19. Re:Do Microsoft products use .NET? on Microsoft May Back Off of .NET Languages · · Score: 1

    How is that any different from any other version of Visual Studio where that can happen with huge solutions?

  20. Re:Getting screwed in both directions on Microsoft May Back Off of .NET Languages · · Score: 4, Insightful

    It wouldn't be a drop-in replacement but there is no reason that a Java front-end couldn't be created and combined with the LLVM JIT compiler.

  21. Re:Confusion likely in Programming sphere on Microsoft May Back Off of .NET Languages · · Score: 1

    Especially when all the speculation is flat out wrong.

  22. Re:Do Microsoft products use .NET? on Microsoft May Back Off of .NET Languages · · Score: 1

    Oh and most of the UI for XP Media Center Edition. From here:

    The greatest challenge was taking the complexity inherent in the new technologies we created, and from all the partners we worked with, and integrating it in a seamless way. We worked with a very sophisticated and complex set of technologies--the user interface is done in DirectX, most of the Media Center code was written in state-of-the-art C#, and we worked with a ton of partners, all of whom have their own code--and integrated it all together in an attractive, simple and straightforward package

    From a technical standpoint, Media Center user interface functionality is almost entirely written in C# managed code, on top of native Win32 and DirectX Windows XP components. These operating system components render video and draw fluid animations smoothly on the screen at 60 frames per second, with hardware acceleration and MPEG decoding provided by 3rd parties. Getting all these technology components to work together well was our biggest challenge.

    There are other examples that you could find with a simple google search.

  23. Re:Do Microsoft products use .NET? on Microsoft May Back Off of .NET Languages · · Score: 1

    SQLServer 2005 Management Studio for one.

  24. Re:Confusion likely in Programming sphere on Microsoft May Back Off of .NET Languages · · Score: 1, Flamebait

    And, now this news that M$ might give up developing .NET any further adds to serve more confusion.

    This isn't news that Microsoft isn't developing .NET any further. It is about Microsoft cutting back developers for dynamic languages being developed on top of .NET. Maybe you need to go back to 1st grade and learn some reading comprehension?

  25. Re:BrainFuck on Microsoft May Back Off of .NET Languages · · Score: 2, Informative