Slashdot Mirror


User: sproketboy

sproketboy's activity in the archive.

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

Comments · 991

  1. Re:C++ incomplete. C# windoz. Java slow elephant. on Go, Google's New Open Source Programming Language · · Score: 1

    8 gig for a Java app? WTF are you doing - adding the whole app to session variables or something?

    We deploy a large Java app which runs nicely under 512 on 2 gig web servers. Maybe it's time for you to go back to the books.

  2. Re:The Worlds Lost Decade on Microsoft's Lost Decade · · Score: 1

    If you don't understand the difference between int and struct then I feel sorry for you.

  3. Re:The Worlds Lost Decade on Microsoft's Lost Decade · · Score: 1

    "You really don't know c# do you?"

    Better than you know Java.

    "Structs -- in c# are objects with value semantics that don't carry the overhead of references"

    Except that they are BY VALUE and it didn't dawn on Anders that he should use a different operator so you always have to be careful not to introduce subtle by value/by ref bugs. And in a large API this is onerous. Best practice - Don't use Structs. So Why TF are they there except as a bullet point in a Microsoft Marketing Presentation?

    "Operating overloading"

    Look up how this destroyed SmallTalk as a useful language for business in the 90s. Microsoft doesn't learn from past mistakes.

    "partial classes"
    Hack to work-around shitty design tools. Should never be used by a developer for their own code.

    "Var & dynamic"
    We don't need no stinkin' compiler.

    "Pointer arithmetic"
    JNI is not the norm. It's too easy in C# to break the rules. No .NET purity and you can't depend on code safety.

  4. Re:The Worlds Lost Decade on Microsoft's Lost Decade · · Score: 1

    If by better you mean "more language features" then I guess you could use "better".

    Java is easier to learn, easier to master, easier to maintain. C# is a kitchen sink language. The only design goal Anders apparently had was to add every conceivable feature from any arbitrary language into it.

    Structs? Hi this language is object oriented - unless you don't want it to be.
    Preprocessor directives? Hi this language is readable- unless you don't want it to be.
    Operator overloading? Hi this language is maintainable - unless you don't want it to be.
    Partial classes? Hi this language is well organized- unless you don't want it to be.
    Functional programming? Hi this language is object oriented - unless you don't want it to be.
    Goto? Hi this language is object oriented - unless you don't want it to be.
    Pointer arithmetic? Hi this language is safe - unless you don't want it to be.
    Var and Dynamic keywords? Hi this language is compiled - unless you don't want it to be.

  5. Re:Yes on The Ethics of Selling GPLed Software For the iPhone · · Score: 1

    Wahhh. Get a job.

  6. Re:Ridiculous paranoia... on Scientists Worry Machines May Outsmart Man · · Score: 1

    Right but AI's might just look at us the way we look at cockroaches. Ugly bags of mostly water.

  7. Why worry? We alreay have a survial manual on Scientists Worry Machines May Outsmart Man · · Score: 2, Funny
  8. This isn't news. on Outlook Inertia the Main Factor Holding Business From Google Apps · · Score: 1

    If Google didn't realize that then I think I should sell the stocks I have in them. This is exactly the same situation we had in the 90's and nothing's changed.

    I have to use Outlook at work and the spell checker is so crap. I find it easier to just google the misspelled word and Google gives me the correct spelling

  9. Re:Good on Mono Outpaces Java In Linux Desktop Development · · Score: 1

    Not according to my tests. Server Java is a LOT faster.

  10. Nice car. on New Video of Tesla's Mass-Market Electric Car · · Score: 1

    Gave me a boner.

  11. Re:"Automated" on Automated Migration From Cobol To Java On Linux · · Score: 1
  12. Tunnels of Doom on Vintage Games · · Score: 1

    Does it mention Tunnels of Doom? This was a game ahead of it's time. There's rebooted version here.

  13. Re:BIG DIFF on Microsoft Update Quietly Installs Firefox Extension · · Score: 1

    You're a fucken AC coward. Like ActiveX have a great security record. You fucken DOLT.

  14. BIG DIFF on Microsoft Update Quietly Installs Firefox Extension · · Score: 1

    BIG diff: The Java plugin is not to allow silent installs of software. It's a small service to load core Java to make applets start faster.

  15. Bill Gates on The Future Might Be BIOS and Browsers · · Score: 1

    Bill Gates has a yellow stain down his pants leg right about now.

  16. HAHA APPLE on Mac OS X Users Vulnerable To Major Java Flaw · · Score: -1, Troll

    HAHA Losers.

  17. Just add to C# on Microsoft Releases New Concurrent Programming Language · · Score: 1

    Why don't they just add this stuff to C# like they do with everything else? Keep C# as the kitchen sink language.

  18. Re:How is this on slashdot? on New Fable II DLC Coming May 12th · · Score: 1

    You have difficulty with sarcasm I see.

  19. How is this on slashdot? on New Fable II DLC Coming May 12th · · Score: 1

    XBOX only? Non-free - Non-GPL? What is the world coming to?

  20. Re:Administration on Obama Says 3% of GDP Should Fund Science Research And Development · · Score: 1

    Democrats: Tax and Spend.
    Republicans: Borrow from the Chinese and Spend.

  21. Depends on how it's implemented on Windows 7's Virtual XP Mode a Support Nightmare? · · Score: 1

    They could provide a default disk image which could be restored with 1 click. Oh, but then they'd get sued by Amazon.

  22. Summary of JavaScript changes? on Brendan Eich Explains ECMAScript 3.1 To Developers · · Score: 1

    Anyone have a link?

  23. Re:The Best I.T. News I've Heard In A Long Time on IBM Withdraws $7B Offer For Sun Microsystems, Says NYT · · Score: 0, Flamebait

    "If Java were really all that great it would have become a major force long before now."

    http://www.tiobe.com/content/paperinfo/tpci/index.html

    Smalltalk isn't even on the list.

    "Java still compares unfavorably to Smalltalk in many ways"
    LOL. Smalltalk died in the 90s for good reasons. No one uses it anymore. Get over it.

  24. Re:Uh, yeah.... on Microsoft Open Sources ASP.NET MVC · · Score: 1

    Maybe but ASP was always a bit behind. The ASP MVC makes this a lot better - except of course ASP pages themselves which still suck.

    I'm considering helping with that by porting Jolene (http://jolene.sourceforge.net/)

  25. Re:Uh, yeah.... on Microsoft Open Sources ASP.NET MVC · · Score: 1

    Well Microsoft has been bleeding developers for years so I think a lot of developers have given up on Visual Studio.

    Why is PHP so huge? Because large chunks of those developers were VB developers.

    Additionally IntelliJ IDEA makes Visual Studio seem like Visual Notepad (but it is usable with Resharper).