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:Not SaaS it's FAIB on Is SaaS Killing Native Linux App Development? · · Score: 1

    jerryjnormandin won't reply because there is no good answer. Linux users simply will not pay for anything. They feel entitled to get everything they want for free. Software, Music, Videos, TV, etc...

  2. Good on Apache Harmony Moves To Apache Attic · · Score: -1, Flamebait

    Apache fails again. Good.

  3. Not SaaS it's FAIB on Is SaaS Killing Native Linux App Development? · · Score: 2

    It's not SaaS Killing Native Linux App Development it's the FAIB (free as in beer) crowd doing it. Basically there is no money to be made in desktop Linux development out there since people simply are not paying for the software.

    Most developers would use Java or QT and do all their work in Windows and then do a quick port and QA to Linux - if you're lucky.

  4. Re:most developers? on Open Source Eclipse Celebrates 10th Birthday · · Score: 1

    Well a simple Google search: Java Swing About 44,100,000 Java SWT About 9,440,000 kind of tells the story.

    Swing has a few nice advantages.
    It actually works well on Linux and Mac - the same can't be said for SWT.
    It avoids native components and instead draws everything using the 2D graphics API which allows you to hook under the hood for drawing of components.

    Yeah MVC is a bit more work but for our purposes we share the UI with a web layer as well. Being able to cleanly separate the UI from business code makes having dual UIs a lot easier.

  5. InteliJ > Eclipse on Open Source Eclipse Celebrates 10th Birthday · · Score: 1

    So is Netbeans actually.

  6. Re:I could never get into it. on Open Source Eclipse Celebrates 10th Birthday · · Score: 1

    You're in the minority. Most developers prefer Swing since SWT kinda sucks.

  7. Re:Support them from your own money on How Can I Justify Using Red Hat When CentOS Exists? · · Score: 1

    Great post. 100% Correct though it may fall on deaf ears on this forum.

  8. spread the pain on Ubuntu Heads To Smartphones, and Tablets · · Score: 1, Funny

    to other platforms. Good.

  9. Their youtube site is up on Universal Uses DMCA To Get Bad Lip Reading Parody Taken Down · · Score: 3, Informative

    I just checked it. http://www.youtube.com/user/BadLipReading

    It's really funny but not as funny as Day Job Orchestra.

  10. Re:Java Already Does This on Microsoft Roslyn: Reinventing the Compiler As We Know It · · Score: 1

    Exactly. In Java land this meh. Been there - done that. Microsoft has the marketing money to make this sound new and revolutionary. ;)

  11. Re:GNOME Survey on Linux Mint Will Adopt Gnome 3 · · Score: 1

    The problem is there are almost no consumer users of Linux.

  12. Slatibarfast on Renaming the Very Large Array · · Score: 1

    Obviously.

  13. Re:It's not a bad thing on Google Starts to Detail Dart · · Score: 1

    Not so easy. Many of the fun languages eschew Enterprisey things. Like type safety, name spaces, unicode support, readability (important one!), etc...

  14. Nice to see on First Person Dungeon Crawlers Making a Return · · Score: 1

    Though I've never been particularly fond of these mouse driven games this is really nice looking. I liked the old goldbox styled games myself. I started working on one a while back - it's pretty Alpha still though...

    http://goldchest.sourceforge.net/

  15. Re:Time to move on on Oracle's Ambitious Plan For Client-Side Java · · Score: 1

    Maybe but SWT still sucks though.... ;)

  16. Re:rewrite swing from scratch or stop right now on Oracle's Ambitious Plan For Client-Side Java · · Score: 1

    Eclipse is written with SWT NOT SWING. How does this get modded up? Are you all this ignorant?

  17. Re:Java is cool on Oracle's Ambitious Plan For Client-Side Java · · Score: 1

    Shhh. The Microsofties have to pay for that kind of thing..

  18. Re:Time to move on on Oracle's Ambitious Plan For Client-Side Java · · Score: 1

    Agreed and Swing nicely integrates with graphics code since you can easily access the Graphics2D object for anything.

  19. Re:*yawn* on Oracle's Ambitious Plan For Client-Side Java · · Score: 1

    - .NET and C# pretty much took over Java.
    No it didn't Java is still the #1 language out there despite Microsoft's marketing efforts.

    - it's resource and memory hog,
    The 90's called. They want your opinion back - and .NET apps use the same amount memory as Java but as a bonus can only run on Windoze.

    - there's tons of Java exploits out there but none for .NET!
    Really? Citation please.

    - Java development is light years behind .NET and C#.
    MVC Java 1999 - .NET 2008
    ORM Java 1999 - .NET 2008
    DI Java 2004 - .NET 2010
    FAIL.

    - Visual Studio is much better development IDE than any other.
    ROFL. Coming from the usual Microsoftfie that hasn't used anything else. IntellIJ is light years ahead of Visual Studio. Visual Studio feels like Notepad by comparison. Is use them both daily and without resharper VS is almost unusable. No local history? Hello? It's 2011!

    Java has much better tool support and IDEs because there's actual competition in the Java marketplace - as apposed to what Microsoft excitements down on you peons.

  20. Re:60fps? on Team Fortress 2 Running In a Web Browser Using WebGL · · Score: 1

    WTFV. He says in it that the recorder was only doing 23 frames but if you run it yourself in a browser it's 60.

  21. The Inmates Are Running the Asylum on Ask Slashdot: Good, Relevant Usability Book? · · Score: 1
  22. Re:Oracle and the Java Community on Oracle: Proud, Self-Reliant, Increasingly Isolated · · Score: 1

    Sorry I forgot the "/s". I thought the WOT was enough. I guess some people need more hand-holding than others on the sarcasm front.

  23. Re:Oracle and the Java Community on Oracle: Proud, Self-Reliant, Increasingly Isolated · · Score: 0

    WOT? How come this is not modded down into oblivion?

  24. Re:Java won't be missed on Oracle Removes Java Signatures, Breaking Webstart · · Score: 1

    ROFL.

  25. Re:The unpopular vote on The Great JavaScript Debate: Improve It Or Kill It · · Score: 1

    I agree but it's dead now. Microsoft is basically a total fail.