Slashdot Mirror


User: abigor

abigor's activity in the archive.

Stories
0
Comments
1,834
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,834

  1. Re:Guess it's time to uncheck that box on Serious New Java Flaw Affects All Browsers · · Score: 1

    Well, except for all those webapp-type sites you visit. You "use" Java every single time you browse the web, just indirectly.

  2. Re:For years?! on Serious New Java Flaw Affects All Browsers · · Score: 1, Troll

    I do - who the heck writes applets anymore? Java is a totally pervasive server-side thing these days. I guess JWS was a last kick at the can.

  3. Re:No extensions, no FF killer on Why Mozilla Needs To Go Into Survival Mode · · Score: 1

    By Favorites, do you mean bookmarks? Chrome has bookmarking which includes both a bookmark bar (like Firefox's) and bookmark folders.

    The ui is still very minimalistic - basically a window frame with detachable tabs. It suits me, but I guess it's not for everyone.

    I like Chrome because the thing never dies, thanks to separate processes per tab. FF can have one tab go nuts and it takes down everything, which happens all too often.

    Plus the guts of FF are brutal. Gecko is really scary and its api shows its age. I know it has nothing to do with usability etc., but I guess it's just sort of an aesthetic thing for me.

  4. Re:No extensions, no FF killer on Why Mozilla Needs To Go Into Survival Mode · · Score: 5, Informative

    This will certainly interest you then: https://chrome.google.com/extensions

  5. Re:Like Woz didn't move on a LONG time ago? on The Apple Two · · Score: 1

    You mean duct tape. What the fuck might "duck tape" be?

  6. Re:Par for the course? on Sony Update Bricks Playstations · · Score: 1

    Me neither. This article is probably more Slashdot hyperbole to get the typically unknowledgable Slashdot poster into a frothy rage yet again.

  7. Re:Why C? on C Programming Language Back At Number 1 · · Score: 1

    Spoken like someone who doesn't write software for a living, and is accountable to nobody.

  8. Re:These numbers are garbage on C Programming Language Back At Number 1 · · Score: 1

    It's arguable that Python's learning curve is a lot higher than those of C and Java. Take a look at this, for just one example: http://www.dabeaz.com/coroutines/

  9. Re:Java is crap anyway on C Programming Language Back At Number 1 · · Score: 2, Interesting

    Test code doesn't end up in production, so I have no idea what you're talking about. Spring is normally used in conjunction with a test framework like JUnit - in fact, Spring contains explicit test harness support (@ExpectedException, JNDI stuff, and so forth).

    Spring is good at lots of stuff - annotated transactions, annotated MVC (in Spring 3), etc. etc. IoC is very convenient also, particularly with auto-scanning.

    That said, I'm not some huge fan of Java the language. But Java the "ecosystem" (or whatever you want to call it) is pretty amazing.

    Spring for Python is interesting too.

  10. Re:Linux is more Secure than Windows on No JavaScript Needed For New Adobe Exploits · · Score: 1

    Nevermind that all the software on XP is broken when you're not root.

    While I don't disagree with your other points, this statement is false. Nearly all widely-used XP software runs just fine under a user with limited rights, as this is how XP is run in any corporate environment.

  11. Re:Not really so on Microsoft and Apple Rumble Into Middle Age · · Score: 1

    Safari 4.0.5 is available for download from Apple's site as a universal binary for OS X 10.4 and 10.5.

    http://www.apple.com/safari/download/

    If you are using Windows, click the link that says "Get Safari for Macintosh" at the bottom.

    So much for your conspiracy-theory nuttiness.

  12. Re:Not really so on Microsoft and Apple Rumble Into Middle Age · · Score: 1

    Safari 4 runs on OS X 10.4.11 or newer. What was your argument about again?

  13. Re:Why the shock? 0% of the market is not worth it on Songbird Drops Linux Support · · Score: 0, Troll

    No, he's telling the truth. If you worked in the Unix development biz, you'd know that too.

  14. Re:Why the shock? 0% of the market is not worth it on Songbird Drops Linux Support · · Score: 0, Troll

    It's true, kid. Get over it.

  15. Re:good coders will follow the money on The Struggle To Keep Java Relevant · · Score: 2, Insightful

    Popularity isn't a good measure of relevancy?

  16. Re:Just let it die on The Struggle To Keep Java Relevant · · Score: 2, Interesting

    Can you be specific about these inconsistencies? I'd like to hear about them.

    As for "letting it die", Java is the default language of enterprise everything. Outside of the embedded world, there's probably more lines of Java currently deployed than anything else. And I have to say, Spring 3.x is actually pretty neat.

  17. Re:PDF-XChange on New Method Could Hide Malware In PDFs, No Further Exploits Needed · · Score: 3, Funny

    Do you always refer to yourself with the royal "we"?

  18. Re:i had no idea my GNU tools were so rinkadink on OpenNMS Celebrates 10 Years · · Score: 1

    The summary made it clear (at least to me) that by "survive" they meant "make money". "Survive" doesn't mean "out there on the internet to download", at least not in this context.

    In short, creating a business around a pure open source project is hard.

  19. Re:FRAST PRAST on How Do You Extend Your Wireless Connection? · · Score: 1

    How on earth will that extend his cell phone range, which is what the question is referring to?

  20. Re:It's pretty amazing on New Ancient Human Identified · · Score: 1

    India still has the highest starvation rates of any single country, from what I remember.

  21. Re:You lucky, lucky bastard on First Anti-Cancer Nanoparticle Trial On Humans a Success · · Score: 1

    Try chewing out cancer of the gums sometime, buddy.

  22. Re:In humans too... on High Fructose Corn Syrup Causes Bigger Weight Gain In Rats · · Score: 1

    Bah, if you had READ the article, that is.

  23. Re:In humans too... on High Fructose Corn Syrup Causes Bigger Weight Gain In Rats · · Score: 2

    It breaks-down in the body the same way (fructose and glucose). There's no real difference.

    If you had the article, you'd know that this isn't true.

  24. Re:Gimp Resynth on Photoshop CS5's Showpiece — Content-Aware Fill · · Score: 1

    I take it you didn't watch the video then?

  25. Re:Smalltalk and LISP for the History Major on Metaprogramming Ruby · · Score: 1

    then you can pass parameters like so:

    object.message(key1:value, key2:value)

    This exists already - it is called Python.

    Smalltalk never caught on largely because of fragmentation in its various implemented versions, and because it's not file-based. Rather, you modify an image, which is too weird and unwieldy for most people.