Slashdot Mirror


User: lehphyro

lehphyro's activity in the archive.

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

Comments · 114

  1. Re:OSGi on Eclipse Foundation Celebrates 10 Years · · Score: 1

    OSGi is a mess, I'm glad we're not going to use a runtime solution for something best solved at build time such as modularity for Java.

  2. Re:Java on Eclipse Foundation Celebrates 10 Years · · Score: 1

    Eclipse doesn't freeze for years for me and its performance is pretty ok for JavaEE development. I guess people are stuck with this "eclipse is slow" opinion just like some people still think java is slow.

  3. Expect competitors for all big IT US companies on NSA Internet Spying Sparks Race To Create Offshore Havens For Data Privacy · · Score: 4, Insightful

    Before all this, people didn't even think about creating a real competitor for Google or Amazon. Now we can expect some real options for these services soon. This is good news for everyone, thank you USA!

  4. Re:Happening everywhere on all levels on Brazil Announces Plans To Move Away From US-Centric Internet · · Score: 2

    Amazon already has an availability zone in São Paulo, Brazil.

  5. What about console architectures in PCs? on AMD Reveals Roadmap For ARM and X86 SoCs · · Score: 2

    Does anyone know about any plans AMD might have to implement that unified memory model in next-gen consoles in desktop PCs?

  6. Videos from the ISS on Space Station Crew Prepare For Emergency Spacewalk · · Score: 4, Informative

    A little bit off-topic, but worth mentioning, Chris Hadfield has been recording interesting short videos from the ISS about how's life over there: http://www.youtube.com/user/canadianspaceagency

  7. Re:One of two things. on Can Older Software Developers Still Learn New Tricks? · · Score: 1

    All of you who jumped on the bandwagon and created Palm Pilot apps, how's that skill set working out now?

    It was fun and useful for me when I wrote some apps for my own use. Now it's useful to compare palm apps with android and iOS apps and see how things changed or didn't.

  8. Re:EA is burning on Electronic Arts Slashes Workforce · · Score: 1

    gog.com is still much better because you don't have to be connected to steam to validate your ownership of a game. You don't have to deal with buggy software and games that don't work correctly with it as bonus. Just double-click the executable and be happy.

  9. Re:It's a little worse than summary... on The Android SDK Is No Longer Free Software · · Score: 1

    Restriction on redistribution of parts of the SDK was already there, the critical section seems to be loading it onto mobile handsets.

  10. Re:I'm probably misinformed here... on Ubuntu Phone OS Unveiled · · Score: 1

    I don't think so, they are targeting phonegap which is html, javascript and css only.

  11. Re:mutable state on Auto-threading Compiler Could Restore Moore's Law Gains · · Score: 1

    It can be done without functional programming, see D's immutable keyword and thread-local instead of global variables by default. It seems the results of this research would fit very well in D rules.

  12. Re:What exactly am I suppose to replace it with? on Google Killing Off Mini, Video, and iGoogle · · Score: 5, Informative

    You may want to give Netvibes (http://www.netvibes.com/) a try.

  13. Re:Sounds like on 1.9 Billion Digits: Brazil's Bid For Biometric Voting · · Score: 2

    I can tell you that Brazilians tend to not give much thought to the government having that information.

    The general public in the world doesn't give much thought to anyone having that information.

  14. Re:Beyond the DRM dilemma on The Dark Side of Digital Distribution · · Score: 1

    But changing your name can make you lose some good reputation/respect you've built under the old name.

  15. Re:So what is VideoLAN anyway? on VLC 2.0 'Twoflower' Released For Windows & Mac · · Score: 1

    These things are not problems for the average user who needs to stream only an MP3 file.

  16. Re:code documents itself on How To Get Developers To Document Code · · Score: 1

    In self-documenting code you generally only need to explain why you did something some way if you do something unusual, a large part of the code is/should be very straightforwad.

  17. It wont work on Dutch Court Forces ISPs To Block the Pirate Bay · · Score: 1

    You can't block websites, they'll just pop up under different names and addresses easily discovered with a google search. You should define which websites are allowed like North Korea does with their own internet (http://en.wikipedia.org/wiki/Internet_in_North_Korea).

  18. Re:Optical? on What Microsoft Should and Shouldn't Do For the Xbox 720 · · Score: 1

    What if you have to download only the first level to start playing? The next level is downloaded in background. Maybe people wouldn't even download the whole game because some developers have said that most people don't even get half-way through their games.

  19. Re:Touch lag on First Quad-Core Android Tablet Reviewed · · Score: 0

    Java is not the problem, Dalvik is. Hotspot is faster but it wasn't implemented at Google so...

  20. Re:Touch lag on First Quad-Core Android Tablet Reviewed · · Score: 2

    You really shouldn't be using C or C++ for user facing applications, unless you're doing Battlefield or something like that. You better be worrying about features than memory management and such.

  21. Re:Right... on Oracle's Plans for Java Unveiled at JavaOne · · Score: 1

    Android and JavaME are the biggest mobile platforms today so java actually is the biggest winner in tablets, phones, tv cable/over the air boxes, bluray, etc.

  22. Re:Desktop on Oracle's Plans for Java Unveiled at JavaOne · · Score: 2

    Java + SWT is great for the desktop. The best portable runtime environment with native look and feel. What more do you want on top of that?

  23. 1 nanometer? on Electric Motor Made From a Single Molecule · · Score: 1

    Isn't there a nanofoot, imperial units users?

  24. Re:Carmack on C++ 2011 and the Return of Native Code · · Score: 1

    No, that means that virtual machines could and did dominate mobile platforms since the start of mobile computing in cellphones and things like that.

  25. Re:For learning on C++ 2011 and the Return of Native Code · · Score: 1

    In the corporate world, the majority of programmers must use hardware provided by the company that follows strict guidelines about what can be used and that includes Windows-only for the most part. The majority of production deployments are on Linux machines, so there you have a heterogeneous environment where write-once, run-anywhere is necessary.