Slashdot Mirror


User: rexguo

rexguo's activity in the archive.

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

Comments · 75

  1. endianness and types on The Big Technical Mistakes of History · · Score: 1

    We still live in a world of CPUs that are either little endian or big endian: affects binary compatibility and performance (from having to swizzle).

    We still live with the primitive C/C++ type system with code like this in just about any SDK:

    #ifndef _BOOL
    typedef unsigned char bool;
    #if !defined(true) && !defined(false)
    #ifndef TRUE_AND_FALSE_DEFINED
    #define TRUE_AND_FALSE_DEFINED
            enum {false,true};
    #endif // TRUE_AND_FALSE_DEFINED
    #endif // true and false

    #endif // _BOOL

  2. don't judge a book by its cover on Multi-Platform App Created Using Single Code Base · · Score: 1

    Saying Java sucks or Java is slow is like saying Lord of the Rings is a lousy story because it had lousy bookcover illustration.

    From the years of reading Slashdot and more than a decade on the web reading about how people bash Java, it is pretty clear how many people can't tell the difference between a platform and an API. It is worrying how much of these people make up the world's pool of software professionals.

    While it is true that Sun dropped the ball on Java marketing and the Swing API, it is also true that Microsoft wielded its evil muscle trying to kill it (how many can claim to have survived such attacks?) in the 90's (anyone remember the 9-year lawsuit that Sun eventually won?) and Java as a platform and ecosystem stalled because of that. As a 20-year software veteran who used to write in C/C++ and assembly, I'm happily making a good living writing real-time graphics apps with Java that runs on Mac, Windows and Linux. Those who bash Java just don't know what they are missing and I'm happy to keep it that way: less competition for me.

    Lastly, Adobe Flexbuilder, the IDE that this iReversi game was written in, is based on Eclipse. And Eclipse is written in Java using the SWT API. Eclipse is also one of the world's most complex piece of software that runs on Mac, Windows and Linux. Adobe's marketing should eat its own smelly socks.

  3. research, visualisation market, WebGL on Why You Should Use OpenGL and Not DirectX · · Score: 1

    Let's not forget that OpenGL is still the choice of many university research projects and in the scientific visualisation markets. These projects tend to have a much longer shelf life than things like games. Also, Google's efforts in adding 3D to the web, WebGL, is an OpenGL binding to javascript.

  4. managed languages on Microsoft To Banish Memcpy() · · Score: 1

    This is what managed languages are here to solve, so we can all write safer code without having to think too much about it.

  5. Re:Band 2.0 on Bands Bypass iTunes With iPhone Apps · · Score: 1

    To those who think everything on the web should be free, I say this to you: How would you like if I (and millions of other netizens) expect you to do your day job for free because your boss decided to give away your flagship product for free. --- This fundamental lack of appreciation of economics by the general public is one of the reasons why the U.S. is fast losing its competitive edge to the rest of the world. But if you insist, be my guest, because I don't contribute to your economy and really enjoy being the free rider.

  6. real essential apps? on Why Is Adobe Flash On Linux Still Broken? · · Score: 1

    Is there an app that is truly essential to the everyday net user and/or developer that is written in Flash? A video player (as big as youtube might be) is but an applet that serves only video. Sure, there're some really good UI and games written in Flash, but they are non-essential. That is, I can live without them. And ads: I really can do without them too.

  7. Re:"Extreme Scales" ? on Help crack the Java 1.6 Classfile Verifier · · Score: 1

    300+ million J2ME-capable phones out there shows that Java is indeed downward-scalable. Just today nVidia announced a tight-integration of OpenGL ES API with its GPUs for mobile phones.

  8. Call Neo on Defend Yourself in the Imminent Robot Rebellion · · Score: 1

    ..and watch him do that superman thing...

  9. Take Java seriously on Help crack the Java 1.6 Classfile Verifier · · Score: 4, Interesting

    Before those who go on to dismiss Java for various reasons (no matter how ignorant they are), take a look at the presentation given by Google at this year's JavaZone conference on how Google is using Java internally at extreme scales. Among them are AdWords and GMail.

  10. I'm shocked on Linus Says No to 'Specs' · · Score: 1

    Frankly, I'm shocked. I've been coding for more than 20 years. The idea of having specifications becomes more important by the day. Yes implementation and the specs may differ over time, that's why you need to re-visit the specs regularly. It's a waterfall model, like it's taught in schools. If implementation and specs differ, find out why, record it, update the specs. It's all due diligence and part of a rigorous and professional process. That said, many inexperienced engineers don't know how to write a good specs and it's nobody's fault: it's a learned skill. Plus it is even harder for engineers because many of them don't have good writing skills to begin with!

  11. Re:Titanic Struggle on Giant Squid Caught on Film · · Score: 2, Insightful

    Maybe that's why the whale surfaced: to kill the squid using its natural weaknesses.

  12. bad design mistake on Microsoft Testing Rival to Google's Start Page · · Score: 1

    The page is so overwhelmed by text at the bottom that I complete missed the *main feature* search bar at the top. It took me 5-seconds to realise it's there. Layout and information display is an art: there's more than meets the eye.

  13. OpenGL? on SGI Faces Bankruptcy · · Score: 4, Interesting

    SGI is the inventor and care taker of OpenGL. Without OpenGL, desktop 3D graphics would be completely monopolised by Microsoft's Direct3D. If SGI goes down, what's going to happen to OpenGL and the OpenGL Architecture Review Board that's responsible for advancing OpenGL?

  14. Re:Effort outweights benefits on On the Horizon: an Apache-License Version of Java · · Score: 2, Informative

    Fortunately Sun does let us fix bugs now.

    Take a look at this article:
    I fixed the JDK!

    This guy submitted code fixes and actually got accepted by Sun and rolled into Mustang code!

  15. Effort outweights benefits on On the Horizon: an Apache-License Version of Java · · Score: 2, Interesting

    IMHO I feel the effort can be better spent on helping Mustang (1.6) and Dolphin (1.7) to be better than if Sun did it alone. Just fixing the outstanding bugs that's been on the bug parade is a great service to the Java community. I admire the spirit of wanting to reimplement Java, but this almost feels like a 'Netscape' to me.

  16. www.dilbert.com on 95% of IT Projects Not Delivered On Time · · Score: 2, Insightful

    ^^^ enuff said.

  17. The author on History Flow Shows How Wiki Articles Evolve · · Score: 4, Interesting

    Martin Wattenberg, being the main author, also has a personal homepage that has very interesting visualisations in Java as well: Bewitched

  18. Not meant to last on Photos and Commentary On AMD's PIC · · Score: 3, Insightful

    I saw a Lithium CR232 battery in one of the photos. By making it hard to remove and voiding the warranty by opening it up, this thing is not meant to last for more than a couple of years for the regular Joe.

  19. Re:Stop being naive! on Human Gene Count Slashed · · Score: 1

    Get an education before throwing arbitrary numbers at me: Homo Sapien Events

  20. Stop being naive! on Human Gene Count Slashed · · Score: 1

    What makes people think that the intricate balance of our DNA achieved from 10s of thousands of years of evolution can be maintained when you make drastic localised changes like gene therapy? Stop treating humans like software systems where you can go in and refactor class interfaces as and when you like!

  21. Mandatory joke on The 2004 Nobel Prize in Physics · · Score: -1, Offtopic

    I, for one, welcome our Colorful Quarky overlords...

  22. Oreilly's guide to Tiger on Have a Nice Steaming Cup of Java 5 · · Score: 1

    If you need a more detailed (but not terse) guide to Tiger, try O'Reilly's Java 1.5 Tiger: A Developer's Notebook. It's one of those books with light-hearted writing style and nice simple examples written by dudes who really know the stuff.

  23. Code fast or Fast Code? on Geek Olympics Code for Gold · · Score: 3, Insightful

    Personally, I think fast code is more important than coding fast. But that's because I work in the real-time media industry..

  24. i moved from C++ to Java on How Much Java in the Linux World? · · Score: 1

    I'm a digital artist working mainly on real-time multimedia applications. My language path has been BASIC, Pascal, C, Assembly, C++, and finally Java. I've written 2 real-time demos (as in the demoscene's demo) in C/C++/asm, but now I use Java exclusively, for the past 5 years. I've never looked back ever since. There're occasional needs for JNI wrappers for native libraries, but Java gives me much more than I can ever ask of C++. The stuff on my website will prove that I'm not bluffing. Yes Java is not perfect, but it is a great evolution. So you can hear it from me: I'm grateful for Java.

  25. here's something MS could patent.. on Microsoft Patents Grouped Taskbar Buttons · · Score: 2, Funny

    How about patenting the BSOD? I'm sure there's no prior art involved...